mapcrafter / mapcrafter/blockcrafter
Docker Image Tag Not Present in README
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 15
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
In the README, it states that you can pull `mapcrafter/blockcrafter` from Docker Hub. During simple pulls (i.e. without a tag), the Docker Daemon assumes the default tag is `latest`. A simple pull causes a manifest error because the only tag is `master` on Docker Hub. See [this comment](https://github.com/mapcrafter/mapcrafter/issues/275#issuecomment-435551489) on the Blockcrafter 1.13 update issue for an example.
This is a pretty simple issue to fix. Just specify the tag name in the README or add the tag to the image on Docker Hub with `latest`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the README and locate the Docker image pull instructions for mapcrafter/blockcrafter. Confirm the documented command works with the tag currently available on Docker Hub, then verify that a fresh reader is no longer directed to a pull that produces a manifest error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100