mirror of
https://github.com/bitnami/containers.git
synced 2026-03-27 07:17:59 +08:00
[bitnami/notation] Release 1.3.2-debian-12-r25 (#91394)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||||
org.opencontainers.image.created="2026-02-19T03:21:36Z" \
|
org.opencontainers.image.created="2026-03-06T15:56:43Z" \
|
||||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/notation/README.md" \
|
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/notation/README.md" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/notation" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/notation" \
|
||||||
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"notation-1.3.2-15-linux-${OS_ARCH}-debian-12" \
|
"notation-1.3.2-16-linux-${OS_ARCH}-debian-12" \
|
||||||
) ; \
|
) ; \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -48,7 +48,7 @@ RUN uninstall_packages curl
|
|||||||
|
|
||||||
ENV APP_VERSION="1.3.2" \
|
ENV APP_VERSION="1.3.2" \
|
||||||
BITNAMI_APP_NAME="notation" \
|
BITNAMI_APP_NAME="notation" \
|
||||||
IMAGE_REVISION="24" \
|
IMAGE_REVISION="25" \
|
||||||
PATH="/opt/bitnami/notation/bin:$PATH"
|
PATH="/opt/bitnami/notation/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Bitnami Secure Image for Notation
|
# Bitnami Secure Image for Notation
|
||||||
|
|
||||||
## What is Notation?
|
|
||||||
|
|
||||||
> Notation is a CLI project to add signatures as standard items in the OCI registry ecosystem, and to build a set of simple tooling for signing and verifying these signatures.
|
> Notation is a CLI project to add signatures as standard items in the OCI registry ecosystem, and to build a set of simple tooling for signing and verifying these signatures.
|
||||||
|
|
||||||
[Overview of Notation](https://notaryproject.dev)
|
[Overview of Notation](https://notaryproject.dev)
|
||||||
@@ -56,34 +54,10 @@ cd bitnami/APP/VERSION/OPERATING-SYSTEM
|
|||||||
docker build -t bitnami/APP:latest .
|
docker build -t bitnami/APP:latest .
|
||||||
```
|
```
|
||||||
|
|
||||||
## Maintenance
|
|
||||||
|
|
||||||
### Upgrade this image
|
|
||||||
|
|
||||||
Bitnami provides up-to-date versions of Notation, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container.
|
|
||||||
|
|
||||||
#### Step 1: Get the updated image
|
|
||||||
|
|
||||||
```console
|
|
||||||
docker pull bitnami/notation:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Step 2: Remove the currently running container
|
|
||||||
|
|
||||||
```console
|
|
||||||
docker rm -v notation
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Step 3: Run the new image
|
|
||||||
|
|
||||||
Re-create your container from the new image.
|
|
||||||
|
|
||||||
```console
|
|
||||||
docker run --name notation bitnami/notation:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
The following section describes how to run commands
|
||||||
|
|
||||||
### Running commands
|
### Running commands
|
||||||
|
|
||||||
To run commands inside this container you can use `docker run`, for example to execute `notation --help` you can follow the example below:
|
To run commands inside this container you can use `docker run`, for example to execute `notation --help` you can follow the example below:
|
||||||
|
|||||||
Reference in New Issue
Block a user