Overview of the Issue
The vtadmin docker image has not build on DockerHub since more than 8 months on the main branch. The build was failing due to a missing configuration file (default.conf):
COPY --chown=nginx default.conf /etc/nginx/templates/default.conf.template
I fixed this by changing the build context on DockerHub, now there is a another issue where the NodeJS version is still on 16 even if we require 18 everywhere else.
Reproduction Steps
n/a
Binary Version
Operating System and Environment details
Log Fragments
No response