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

Fix Docker build and publish step #7

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

mdesouky
Copy link
Collaborator

@mdesouky mdesouky commented Jul 26, 2023

When trying to use the docker image built by the pipeline for lambda it fails with this error The image manifest or layer media type for the source image 305686791668.dkr.ecr.ap-southeast-2.amazonaws.com/auto-scheduler:main-e3745b8 is not supported.

this always happens on the main branch for some reason as it was not encountered with the test tag but nevertheless here is the issue on github: docker/buildx#1509 (comment) exercism/github-actions#113

When trying to use the docker image built by the pipeline for lambda it fails with this error The image manifest or layer media type for the source image 305686791668.dkr.ecr.ap-southeast-2.amazonaws.com/auto-scheduler:main-e3745b8 is not supported.

this always happens on the main branch for some reason as it was not encountered with the test tag but nevertheless here is the issue on github:
docker/buildx#1509 (comment)
exercism/github-actions#113
@mdesouky mdesouky requested a review from uptickmetachu July 26, 2023 06:39
@uptickmetachu uptickmetachu merged commit bda5086 into main Jul 26, 2023
@uptickmetachu uptickmetachu deleted the bug-fix/fix-lambda-docker-image-problem branch July 26, 2023 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants