mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 15:09:17 +08:00
2.4.1-debian-10-r25 release
This commit is contained in:
@@ -9,14 +9,14 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-notary-server" "2.4.1-1" --checksum f8d9b7ceb0d042faa0273d2c7a1370676f38ec27313fdc0bce32e574fe7164f2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-notary-server" "2.4.1-2" --checksum 6c554d3525590c4714aca04223b14d72fa0c0221490a4a909f01b749d35ef86f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-notary-server/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-notary-server" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r24" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r25" \
|
||||
PATH="/opt/bitnami/harbor-notary-server/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
SERVICE_NAME="notary_server"
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@
|
||||
},
|
||||
"harbor-notary-server": {
|
||||
"arch": "amd64",
|
||||
"digest": "f8d9b7ceb0d042faa0273d2c7a1370676f38ec27313fdc0bce32e574fe7164f2",
|
||||
"digest": "6c554d3525590c4714aca04223b14d72fa0c0221490a4a909f01b749d35ef86f",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "2.4.1-1"
|
||||
"version": "2.4.1-2"
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,7 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r24`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-server/blob/2.4.1-debian-10-r24/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r25`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-server/blob/2.4.1-debian-10-r25/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user