Add version label to Docker Image
Open
good first issue
part:docker
priority:medium
type:improvement
- Dominant language
- Ruby
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The Issuer Docker image currently lacks the `org.opencontainers.image.version` label, which prevents automated version detection in downstream projects.
```dockerfile
ARG ISSUER_VERSION
LABEL org.opencontainers.image.version="${ISSUER_VERSION}"
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Dockerfile used to build the Issuer image and check how its version argument is supplied. Add the requested OCI version label, then build or inspect the image metadata to confirm the label contains the Issuer version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100