Skip to content
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

[Bug]: Pushing docker image is broken on newer Docker versions #5952

Open
trilorez opened this issue Oct 9, 2024 · 0 comments
Open

[Bug]: Pushing docker image is broken on newer Docker versions #5952

trilorez opened this issue Oct 9, 2024 · 0 comments
Labels
type/bug Issues that are bugs.

Comments

@trilorez
Copy link

trilorez commented Oct 9, 2024

Description:

I recently updated my Docker Desktop version to 4.34.3. When attempting to deploy my service, the docker push step resulted in a 403 error. In the Docker release notes for version 4.34.0, there is a known issue regarding login functionality. The issue mentions Docker pull instead of push, but when I downgraded to Docker 4.33.0, the issue was resolved and I was able to push again.

Observed result:

copilot svc deploy results in a 403 error at the docker push step.

Expected result:

copilot svc deploy works.

@trilorez trilorez added the type/bug Issues that are bugs. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Issues that are bugs.
Projects
None yet
Development

No branches or pull requests

1 participant