Minimal multi-arch container images for various tools based on Wolfi.
| Image | Tags |
|---|---|
ghcr.io/minimages/aws-cli
|
2
2-dev
2.22
2.22-dev
2.22.13
2.22.13-dev
latest
latest-dev
|
ghcr.io/minimages/curl
|
8
8-dev
8.17
8.17-dev
8.17.0
8.17.0-dev
latest
latest-dev
|
ghcr.io/minimages/docker-cli
|
29
29-dev
29.1
29.1-dev
29.1.3
29.1.3-dev
latest
latest-dev
|
ghcr.io/minimages/gcloud
|
550
550-dev
latest
latest-dev
|
ghcr.io/minimages/git
|
2
2-dev
2.52
2.52-dev
2.52.0
2.52.0-dev
latest
latest-dev
|
ghcr.io/minimages/kubectl
|
1
1-dev
1.35
1.35-dev
1.35.0
1.35.0-dev
latest
latest-dev
|
ghcr.io/minimages/traefik
|
3
3-dev
3.6
3.6-dev
3.6.6
3.6.6-dev
latest
latest-dev
|
All images run as nonroot user with UID/GID 65532. The directory /src is provided as the working directory and is owned by the same user.
These images contain busybox to provide a minimal shell and apk-tools to install additional packages.
The images get tagged with the components of semver version of the upstream package they are based on.
The images are signed using cosign. The signature of an image can be verified using the following command:
cosign verify ghcr.io/minimages/curl \
--certificate-identity 'https://github.com/minimages/catalog/.github/workflows/build.yml@refs/heads/main' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com'