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

Build Image for Maven Release no longer available #1114

Closed
biffgaut opened this issue May 7, 2022 · 4 comments · Fixed by #1127
Closed

Build Image for Maven Release no longer available #1114

biffgaut opened this issue May 7, 2022 · 4 comments · Fixed by #1127

Comments

@biffgaut
Copy link
Contributor

biffgaut commented May 7, 2022

The CDK team reorganized the jsii/superchain images recently (on 5/6/22 I believe) and discontinued the "latest" tag. The pipeline step created by PublishToMavenProject now fails.

Error message received when the Publish to Maven task is executed is:

BUILD_CONTAINER_UNABLE_TO_PULL_IMAGE: Unable to pull customer's container image. CannotPullContainerError: Error response from daemon: manifest for jsii/superchain:latest not found: manifest unknown: manifest unknown

@biffgaut
Copy link
Contributor Author

biffgaut commented May 7, 2022

The same issue affects the MergeBack pipeline step - I'm guessing it probably occurs other places as well...

@biffgaut
Copy link
Contributor Author

biffgaut commented May 7, 2022

Docs that describe the discontinuation of the latest tag - https://hub.docker.com/r/jsii/superchain

@CamdenFoucht
Copy link

Facing the same error when running autoBump on our pipeline

@biffgaut
Copy link
Contributor Author

Any comment on this issue? While I'm not familiar with the internals of the library, it appears that this line requires updating since the latest tag has been discontinued.

While it appears we can change our code to send an image to PublishToMavenProject, that doesn't seem to be possible with AutoMergeBack.

@mergify mergify bot closed this as completed in #1127 May 20, 2022
mergify bot pushed a commit that referenced this issue May 20, 2022
…1127)

The 'latest' tag has been discontinued for the jsii/superchain image (documented [here](https://hub.docker.com/r/jsii/superchain)). This change updates the default image from 'latest' to the recommended replacement, '1-buster-slim'

Closes #1114 

-----

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
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 a pull request may close this issue.

2 participants