A lightweight automatically updated and tested multiarch amd64 and arm64 "Hello world" docker image
50K+
A Nginx Docker image:

docker run -d --rm -p 8080:8080 jfxs/hello-world
or
docker run -d --rm -p 8080:8080 quay.io/ifxs/hello-world
Docker latest tag is 1.31.3-002, 1.31, 1 and contains:
| Name | Version | Type |
|---|---|---|
| nginx | 1.31.3-r1 | apk |
Details are updated on Dockerhub Overview page when an image is published.
The Docker tag is defined by the nginx version used and an increment to differentiate build with the same nginx version:
<nginx_version>-<increment>
Example: 1.18.0-001
Cosign public key:
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEa3yV6+yd/l4zh/tfT6Tx+zn0dhy3
BhFqSad1norLeKSCN2MILv4fZ9GA6ODOlJOw+7vzUvzZVr9IXnxEdjoWJw==
-----END PUBLIC KEY-----
The public key is also available online: https://gitlab.com/op_so/docker/cosign-public-key/-/raw/main/cosign.pub.
To verify an image:
cosign verify --key cosign.pub $IMAGE_URI
To verify and get the SBOM attestation:
cosign verify-attestation --key cosign.pub --type spdxjson $IMAGE_URI | jq '.payload | @base64d | fromjson | .predicate'
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License (MIT). See the LICENSE for details.
Content type
Image
Digest
sha256:6cfa3af54…
Size
5.5 MB
Last updated
2 months ago
docker pull jfxs/hello-world