mirror of
https://github.com/bitnami/containers.git
synced 2026-04-03 15:57:46 +08:00
[bitnami/cosign] Release 1.13.1-debian-11-r0 (#10476)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="1.13.0-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="1.13.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/cosign" \
|
||||
org.opencontainers.image.title="cosign" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="1.13.0"
|
||||
org.opencontainers.image.version="1.13.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"cosign-1.13.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"cosign-1.13.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -39,7 +39,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN mkdir -p "/cosign-keys" && chmod -R 777 "/cosign-keys"
|
||||
RUN mkdir /.sigstore && chmod g+rwX /.sigstore
|
||||
|
||||
ENV APP_VERSION="1.13.0" \
|
||||
ENV APP_VERSION="1.13.1" \
|
||||
BITNAMI_APP_NAME="cosign" \
|
||||
PATH="/opt/bitnami/cosign/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"cosign": {
|
||||
"arch": "amd64",
|
||||
"digest": "79767195d81be7ff9ead053c6e9e0db84facb2674329ccf28674a5b19c73924a",
|
||||
"digest": "b4f914e2a9651b4036d04db238d9dfb05a4573e0e3810d2f93935b0f766e47a1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.13.0-0"
|
||||
"version": "1.13.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "1"
|
||||
- "1-debian-11"
|
||||
- "1.13.0"
|
||||
- "1.13.1"
|
||||
- "latest"
|
||||
|
||||
@@ -114,7 +114,7 @@ Check the [official Cosign documentation](https://github.com/sigstore/cosigndocs
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user