Minimal multi-arch container images for various tools based on Wolfi.
Image | Tags |
---|---|
ghcr.io/minimages/aws-cli
|
2
2-dev
2.19
2.19-dev
2.19.1
2.19.1-dev
latest
latest-dev
|
ghcr.io/minimages/curl
|
8
8-dev
8.10
8.10-dev
8.10.1
8.10.1-dev
latest
latest-dev
|
ghcr.io/minimages/docker-cli
|
27
27-dev
27.3
27.3-dev
27.3.1
27.3.1-dev
latest
latest-dev
|
ghcr.io/minimages/gcloud
|
499
499-dev
latest
latest-dev
|
ghcr.io/minimages/git
|
2
2-dev
2.47
2.47-dev
2.47.0
2.47.0-dev
latest
latest-dev
|
ghcr.io/minimages/kubectl
|
1
1-dev
1.31
1.31-dev
1.31.2
1.31.2-dev
latest
latest-dev
|
ghcr.io/minimages/traefik
|
3
3-dev
3.2
3.2-dev
3.2.0
3.2.0-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'