You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
main
Operating System and Environment details
docker
Log Fragments
No response
The text was updated successfully, but these errors were encountered:
Overview of the Issue
The
vtadmin
docker image has not build on DockerHub since more than 8 months on themain
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 require18
everywhere else.Reproduction Steps
n/a
Binary Version
Operating System and Environment details
Log Fragments
No response
The text was updated successfully, but these errors were encountered: