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

"ENV key=value" should be used instead of legacy "ENV key value" format #857

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slattman
Copy link

The correct format for declaring environment variables and build arguments in a Dockerfile is ENV key=value and ARG key=value, where the variable name (key) and value (value) are separated by an equals sign (=). Historically, Dockerfiles have also supported a space separator between the key and the value (for example, ARG key value). This legacy format is deprecated, and you should only use the format with the equals sign.

https://docs.docker.com/reference/build-checks/legacy-key-value-format/

Copy link

netlify bot commented Mar 29, 2025

Deploy Preview for ffmpegwasm canceled.

Name Link
🔨 Latest commit 0514441
🔍 Latest deploy log https://app.netlify.com/sites/ffmpegwasm/deploys/67e7b0180bd20a00085c1eaf

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

Successfully merging this pull request may close these issues.

1 participant