cdklabs/aws-delivlib

Build Image for Maven Release no longer available

biffgaut opened this issue · 4 comments

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

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

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

Facing the same error when running autoBump on our pipeline

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.