TL;DR: You can use this container image in your terminal:
podman pull ghcr.io/thalesgroup/goreleaser-glibc-image:<my_tag>
docker pull ghcr.io/thalesgroup/goreleaser-glibc-image:<my_tag>or within your Containerfiles:
FROM ghcr.io/thalesgroup/goreleaser-glibc-image:<my_tag>
or from a Gitlab ci Job:
TODO: add a sample of Gitlab ci .gitlab.yml.
If you are interested in contributing to the XXX project, start by reading the Contributing guide.
Apache 2.0. See LICENSE.
Our container ships with trivy, syft, cosign, ko-build/ko and goreleaser:
aquasecurity/trivyis under Apache-2.0 licenseanchore/syftis under Apache-2.0 licensesigstore/cosign/is under Apache-2.0 licenseko-build/kois under Apache-2.0 licensegoreleaser/goreleaseris under MIT license