-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Command] warden env start #739
Comments
Some more info in #740 |
So if I interpret the issues linked by @pczerkas correctly, this problem should be fixed in the next version of |
BTW commenting out the last two labels in the |
It didn't work for me |
Quick fix sometimes doesn't work when there are customizations in |
I removed the whole file (/home/linuxbrew/.linuxbrew/Cellar/warden/0.14.1/environments/includes/varnish.base.yml) and it worked |
Removing the file is certainly effective, but personally I'd maybe not recommend it, as it will probably break other things. Looks like the issue will be fixed in the latest version of docker compose (v2.24.4). (Did not test, as that version does not yet seem to be available in the |
I can confirm that after manual upgrade docker-compose-plugin to 2.24.4, the issue is gone. However, for those who use Docker Desktop for Mac, it's automatically replaces the docker compose plugin when you restarting it, which isn't good. So I would summarize:
|
Work around for ubuntu while apt version is still behind. Should be a simple case of removing the profile export once the apt version is back up to date VERSION=$(curl --silent https://api.github.com/repos/docker/compose/releases/latest | grep -Po '"tag_name": "\K.*\d')
DESTINATION=/usr/local/bin/docker-compose
sudo curl -L https://github.com/docker/compose/releases/download/${VERSION}/docker-compose-$(uname -s)-$(uname -m) -o $DESTINATION
sudo chmod 755 $DESTINATION
echo "export DOCKER_COMPOSE_COMMAND=\"$DESTINATION\"" >> ~/.profile |
Any update here? how I can properly fix my project from last two days its not working ? |
@hassanas There are multiple workarounds in the thread. It's not an issue in Warden, but in Until there's an official release of the fixed |
Just confirming that the latest Ubuntu release of |
Yes issue resolved on updating to new version:-
please close this issue. |
…rray items[2,7] must be unique
Version of Warden
in-dev (commit 6f650ec)
Operating System and Installation Method
Ubuntu 20.04.6 LTS, docker ce 25.0.0, installed using "Alternative Installation" from https://docs.warden.dev/installing.html#alternative-installation
Describe the Bug
Started to happen on docker ce version 25.0.0:
what helps is to downgrade
docker-compose-plugin
from version2.24.1-1~ubuntu.20.04~focal
to version2.21.0-1~ubuntu.20.04~focal
(or downgrade whole docker from25.0.0
to24.0.7
)To Reproduce
Expected Behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: