-
Notifications
You must be signed in to change notification settings - Fork 394
factory build warning InvalidDefaultArgInFrom ARG ${BASE_IMAGE} with Docker Desktop 4.33 #1186
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
Comments
This comment was marked as outdated.
This comment was marked as outdated.
The explanation for this warning is in The appearance of the warning is due to checks added to buildx v0.15.0 included in Docker Desktop 4.33.0. The currently used CircleCI image ubuntu-2204:2024.05.1, updated through PR #1163, does not yet use this version of
|
|
That's the blog post introducing the "feature": https://www.docker.com/blog/introducing-docker-build-checks/ Here are further details: https://docs.docker.com/build/checks/ It can be disabled like this in the
|
|
@MikeMcC399 I added the disable syntax for other readers just for completeness. This issue is listed by Google search when searching for that problem :) So maybe it helps others running into the same trap. |
Current behavior
When following the instructions in CONTRIBUTING > Building locally using Docker Desktop >=
4.33.0
a warning message is output:Desired behavior
The process to build the
cypress/factory
should not output any warning message when used with the current version of Docker Desktop.Test code to reproduce
Using Docker Desktop
4.33.0
(Ubuntu) or4.33.1
(Windows), execute:git clone https://github.com/cypress-io/cypress-docker-images cd cypress-docker-images/factory docker compose build factory
Node version
v20.14.0
LTSOperating System
Ubuntu
22.04.4
LTS / Windows 11Debug Logs
Other
The release notes 4.33.0 state:
The text was updated successfully, but these errors were encountered: