Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check docker warnings #316

Open
fzipi opened this issue Dec 24, 2024 · 1 comment
Open

Check docker warnings #316

fzipi opened this issue Dec 24, 2024 · 1 comment

Comments

@fzipi
Copy link
Member

fzipi commented Dec 24, 2024

Latests builds are showing these warnings


 5 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG httpd:${HTTPD_VERSION}-alpine results in empty or invalid base image name (line 69)
 - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "PROXY_SSL_CERT_KEY") (line 77)
 - SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SSL_CERT_KEY") (line 77)
 - InvalidDefaultArgInFrom: Default value for ARG httpd:${HTTPD_VERSION}-alpine results in empty or invalid base image name (line 3)
 - InvalidDefaultArgInFrom: Default value for ARG httpd:${HTTPD_VERSION}-alpine results in empty or invalid base image name (line 49)

Take a look and see if they can be fixed.

@theseion
Copy link
Contributor

The InvalidDefaultArgInForm are ok. I would expect the build to fail if the version is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants