2.2.1-debian-10-r7 release
This commit is contained in:
parent
c3b78dd043
commit
6c7b7177b6
|
|
@ -16,7 +16,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-notary-signer/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-notary-signer" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r6" \
|
||||
BITNAMI_IMAGE_VERSION="2.2.1-debian-10-r7" \
|
||||
PATH="/opt/bitnami/harbor-notary-signer/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
SERVICE_NAME="notary_signer"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/bitnami/postgresql:11-debian-10
|
||||
image: docker.io/bitnami/postgresql:11
|
||||
container_name: harbor-db
|
||||
environment:
|
||||
- POSTGRESQL_PASSWORD=bitnami
|
||||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- postgresql_data:/bitnami/postgresql
|
||||
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
|
||||
harbor-notary-signer:
|
||||
image: docker.io/bitnami/harbor-notary-signer:2-debian-10
|
||||
image: docker.io/bitnami/harbor-notary-signer:2
|
||||
container_name: notary-signer
|
||||
ports:
|
||||
- '7899:7899'
|
||||
|
|
@ -27,7 +27,7 @@ services:
|
|||
aliases:
|
||||
- notarysigner
|
||||
# harbor-notary-server:
|
||||
# image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
# image:
|
||||
# container_name: notary-server
|
||||
# ports:
|
||||
# - '4443:4443'
|
||||
|
|
|
|||
|
|
@ -41,7 +41,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.2.1`, `2.2.1-debian-10-r6`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-signer/blob/2.2.1-debian-10-r6/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.2.1`, `2.2.1-debian-10-r7`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-signer/blob/2.2.1-debian-10-r7/2/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ version: '2'
|
|||
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/bitnami/postgresql:11-debian-10
|
||||
image: docker.io/bitnami/postgresql:11
|
||||
container_name: harbor-db
|
||||
environment:
|
||||
- POSTGRESQL_PASSWORD=bitnami
|
||||
|
|
@ -10,7 +10,7 @@ services:
|
|||
- postgresql_data:/bitnami/postgresql
|
||||
- ./docker-entrypoint-initdb.d/:/docker-entrypoint-initdb.d/
|
||||
harbor-notary-signer:
|
||||
image: docker.io/bitnami/harbor-notary-signer:2-debian-10
|
||||
image: docker.io/bitnami/harbor-notary-signer:2
|
||||
container_name: notary-signer
|
||||
ports:
|
||||
- '7899:7899'
|
||||
|
|
@ -27,7 +27,7 @@ services:
|
|||
aliases:
|
||||
- notarysigner
|
||||
# harbor-notary-server:
|
||||
# image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
# image:
|
||||
# container_name: notary-server
|
||||
# ports:
|
||||
# - '4443:4443'
|
||||
|
|
|
|||
Loading…
Reference in New Issue