-
Notifications
You must be signed in to change notification settings - Fork 804
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
skopeo does not work against docker daemons at version 25.0.0 or higher #2202
Comments
Thanks! Let’s discuss the details in containers/image#2260 . |
A c/image fix was merged, and it will be included in Skopeo before tagging a new release. In the meantime, a possible workaround: # cat /etc/systemd/system/docker.service.d/version.conf
[Service]
Environment=DOCKER_MIN_API_VERSION=1.22 |
Just noting that containers/image#2260 has merged. Once the latest c/image (> v5.29.1) is vendored here, we can close this Issue |
This fix was released in Skopeo 1.14.2. |
Here is the complete procedure of reconfiguring the Docker daemon to make it see this env variable:
|
This is a result of the following issue in contianers/image - containers/image#2259.
However I thought it would be worth a separate issue on skopeo so that we can track pulling in a new version of containers image when a fix has been made.
The text was updated successfully, but these errors were encountered: