docker pull jsii/superchain fails due to missing "latest" tag.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 267
- Avg merge
- 1d 25m
- Merged PRs (30d)
- 14
Description
### Describe the bug
No "latest" tag for jsii/superchain, so docker pull jsii/superchain fails:
This also has implications for workflows set up by Projen, which tries to pickup the latest jsii/superchain image.
Workaround for now has been to manually update these workflows with an existing tag in Dockerhub.
### Expected Behavior
docker pull jsii/superchain
would succeed.
### Current Behavior
❯ docker pull jsii/superchain
Using default tag: latest
Error response from daemon: manifest for jsii/superchain:latest not found: manifest unknown: manifest unknown
### Reproduction Steps
Run "docker pull jsii/superchain"
### Possible Solution
_No response_
### Additional Information/Context
_No response_
### SDK version used
N/A
### Environment details (OS name and version, etc.)
macOS 12.3.1
Contributor guide
Research direction
Start by reproducing the failure with `docker pull jsii/superchain` and inspect how the jsii/superchain image is published to Docker Hub. Check the Projen workflows that consume the image; done means the `latest` tag exists, the pull succeeds, and those workflows no longer need a manually selected tag.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100