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
So far, it was possible to pass docker compose config output to docker stack deploy without problems.
Today I upgraded to docker 25.0.2, and discovered loss of the extra_hosts mapping. The tag is completely ignored with the command, and nothing is written to /etc/hosts anymore!
Description
So far, it was possible to pass
docker compose config
output todocker stack deploy
without problems.Today I upgraded to docker 25.0.2, and discovered loss of the
extra_hosts
mapping. The tag is completely ignored with the command, and nothing is written to/etc/hosts
anymore!This might be related to:
compose-spec/compose-spec#156
docker/buildx#2201
Steps To Reproduce
cat docker-compose.yml
Run:
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: