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/trivy
is under Apache-2.0 licenseanchore/syft
is under Apache-2.0 licensesigstore/cosign/
is under Apache-2.0 licenseko-build/ko
is under Apache-2.0 licensegoreleaser/goreleaser
is under MIT license