[bitnami/chainloop-artifact-cas] Release 1.80.0-debian-12-r0 (#91238)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2026-03-05 09:33:18 +01:00
committed by GitHub
parent 82d6df5826
commit 4ae038be56
2 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"chainloop-artifact-cas-1.79.1-0-linux-${OS_ARCH}-debian-12" \
"chainloop-artifact-cas-1.80.0-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,18 +40,18 @@ ARG TARGETARCH
ENV OS_ARCH="${TARGETARCH:-amd64}"
LABEL org.opencontainers.image.base.name="scratch" \
org.opencontainers.image.created="2026-03-02T16:57:42Z" \
org.opencontainers.image.created="2026-03-05T08:21:01Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.title="chainloop-artifact-cas" \
org.opencontainers.image.vendor="Broadcom, Inc." \
org.opencontainers.image.version="1.79.1"
org.opencontainers.image.version="1.80.0"
COPY rootfs /
COPY --from=builder /opt/bitnami/chainloop/.spdx-chainloop-artifact-cas.spdx /opt/bitnami/chainloop/.spdx-chainloop-artifact-cas.spdx
COPY --from=builder /opt/bitnami/chainloop/bin/artifact-cas /opt/bitnami/chainloop/bin/artifact-cas
COPY --from=builder /opt/bitnami/chainloop/licenses /opt/bitnami/chainloop/licenses
ENV APP_VERSION="1.79.1" \
ENV APP_VERSION="1.80.0" \
BITNAMI_APP_NAME="chainloop-artifact-cas" \
IMAGE_REVISION="0" \
PATH="/opt/bitnami/chainloop/bin:$PATH"

View File

@@ -5,13 +5,13 @@
[Overview of Chainloop Artifact CAS](https://chainloop.dev)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## <a id="tl-dr"></a> TL;DR
## TL;DR
```console
docker run --name chainloop-artifact-cas bitnami/chainloop-artifact-cas:latest
```
## <a id="why-use-bitnami-secure-images"></a> Why use Bitnami Secure Images?
## Why use Bitnami Secure Images?
Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?
@@ -28,15 +28,15 @@ Each image comes with valuable security metadata. You can view the metadata in [
If you are looking for our previous generation of images based on Debian Linux, please see the [Bitnami Legacy registry](https://hub.docker.com/u/bitnamilegacy).
## <a id="why-non-root"></a> Why use a non-root container?
## Why use a non-root container?
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers [in our docs](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-work-with-non-root-containers-index.html).
## <a id="supported-tags"></a> Supported tags and respective `Dockerfile` links
## Supported tags and respective `Dockerfile` links
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html).
## <a id="get-this-image"></a> Get this image
## Get this image
The recommended way to get the Bitnami Chainloop Artifact CAS Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/chainloop-artifact-cas).
@@ -58,11 +58,11 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
docker build -t bitnami/APP:latest .
```
## <a id="configuration"></a> Configuration
## Configuration
The following section describes how to run commands
### <a id="running-commands"></a> Running commands
### Running commands
To run commands inside this container you can use `docker run`, for example to execute `chainloop-artifact-cas help` you can follow the example below:
@@ -72,7 +72,7 @@ docker run --rm --name chainloop-artifact-cas bitnami/chainloop-artifact-cas:lat
Check the [official Chainloop Artifact CAS documentation](https://github.com/chainloop-dev/chainloop/tree/main/app/artifact-cas) for more information about configuration options.
## <a id="license"></a> License
## License
Copyright &copy; 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.