A test project to develop CI/CD pipeline for tests projects:
A cntlm Docker image:
Docker latest tag is 3.19.1-012, 3.19, 3 and contains:
| Name | Version | Type |
|---|---|---|
| ca-certificates | 20220614-r4 | apk |
| curl | 7.87.0-r1 | apk |
| file | 5.43-r0 | apk |
| git | 2.38.2-r0 | apk |
| github.com/go-task/task/v3 | v3.19.1 | go-module |
| jq | 1.6-r2 | apk |
| ncurses | 6.3_p20221119-r0 | apk |
Details are updated on Dockerhub Overview page when an image is published.
Cosign public key:
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEa3yV6+yd/l4zh/tfT6Tx+zn0dhy3
BhFqSad1norLeKSCN2MILv4fZ9GA6ODOlJOw+7vzUvzZVr9IXnxEdjoWJw==
-----END PUBLIC KEY-----
The public key is also available here 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 | .payload | fromjson | .predicate'
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the LICENSE file for details.
Content type
Image
Digest
sha256:12dc4c4a7…
Size
10.9 MB
Last updated
over 3 years ago
docker pull jfxs/test-ci