-
Notifications
You must be signed in to change notification settings - Fork 400
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
[docker-in-docker] version
is not respected when moby is set to false
#1202
Comments
I think the problem stems from the fact that docker-compose-plugin is implicitly installed and this causes docker-ce and docker-ce-cli to automatically upgrade to the latest, violating the selected version features/src/docker-in-docker/install.sh Line 315 in 2951f04
The docker-compose-version should respect the selected version would appreciate any comments on how to fix that |
…holds configured docker-ce and docker-ce-cli version
Hi,
I am trying to build a d-in-d devcontainer in a multiarch setting (linux/amd64 and linux/arm64).
When I added the arm64 platform to the action the build process failed with an error that moby package does not exist in the package repository (I pinned the moby version to 26.1.4).
I then set
moby:false
in my devcontainer inputs, but then the version is not respected at all:It appears to be that the correct version of
docker-ce
anddocker-ce-cli
is installed first, but then it is installed all over again with the latest version.Here is a full build log.
Appreciate any help on this
The text was updated successfully, but these errors were encountered: