2.0.2-debian-10-r12 release
This commit is contained in:
parent
4f0ba8d279
commit
82f7a2cb77
|
|
@ -18,7 +18,7 @@ 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.0.2-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="2.0.2-debian-10-r12" \
|
||||
PATH="/opt/bitnami/harbor-notary-server/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
SERVICE_NAME="notary_server"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,23 +9,23 @@ services:
|
|||
volumes:
|
||||
- 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
|
||||
# container_name: notary-signer
|
||||
# ports:
|
||||
# - '7899:7899'
|
||||
# environment:
|
||||
# - NOTARY_SIGNER_DEFAULTALIAS=CHANGEME
|
||||
# - MIGRATIONS_PATH=migrations/signer/postgresql
|
||||
# - DB_URL=postgres://signer:password@postgresql:5432/notarysigner?sslmode=disable
|
||||
# volumes:
|
||||
# - ./config/notary/:/etc/notary/:ro
|
||||
# depends_on:
|
||||
# - postgresql
|
||||
# networks:
|
||||
# default:
|
||||
# aliases:
|
||||
# - notarysigner
|
||||
harbor-notary-signer:
|
||||
image: docker.io/bitnami/harbor-notary-signer:2-debian-10
|
||||
container_name: notary-signer
|
||||
ports:
|
||||
- '7899:7899'
|
||||
environment:
|
||||
- NOTARY_SIGNER_DEFAULTALIAS=CHANGEME
|
||||
- MIGRATIONS_PATH=migrations/signer/postgresql
|
||||
- DB_URL=postgres://signer:password@postgresql:5432/notarysigner?sslmode=disable
|
||||
volumes:
|
||||
- ./config/notary/:/etc/notary/:ro
|
||||
depends_on:
|
||||
- postgresql
|
||||
networks:
|
||||
default:
|
||||
aliases:
|
||||
- notarysigner
|
||||
harbor-notary-server:
|
||||
image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
container_name: notary-server
|
||||
|
|
|
|||
|
|
@ -40,7 +40,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.0.2`, `2.0.2-debian-10-r11`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-server/blob/2.0.2-debian-10-r11/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.0.2`, `2.0.2-debian-10-r12`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-server/blob/2.0.2-debian-10-r12/2/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
|
|||
|
|
@ -9,23 +9,23 @@ services:
|
|||
volumes:
|
||||
- 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
|
||||
# container_name: notary-signer
|
||||
# ports:
|
||||
# - '7899:7899'
|
||||
# environment:
|
||||
# - NOTARY_SIGNER_DEFAULTALIAS=CHANGEME
|
||||
# - MIGRATIONS_PATH=migrations/signer/postgresql
|
||||
# - DB_URL=postgres://signer:password@postgresql:5432/notarysigner?sslmode=disable
|
||||
# volumes:
|
||||
# - ./config/notary/:/etc/notary/:ro
|
||||
# depends_on:
|
||||
# - postgresql
|
||||
# networks:
|
||||
# default:
|
||||
# aliases:
|
||||
# - notarysigner
|
||||
harbor-notary-signer:
|
||||
image: docker.io/bitnami/harbor-notary-signer:2-debian-10
|
||||
container_name: notary-signer
|
||||
ports:
|
||||
- '7899:7899'
|
||||
environment:
|
||||
- NOTARY_SIGNER_DEFAULTALIAS=CHANGEME
|
||||
- MIGRATIONS_PATH=migrations/signer/postgresql
|
||||
- DB_URL=postgres://signer:password@postgresql:5432/notarysigner?sslmode=disable
|
||||
volumes:
|
||||
- ./config/notary/:/etc/notary/:ro
|
||||
depends_on:
|
||||
- postgresql
|
||||
networks:
|
||||
default:
|
||||
aliases:
|
||||
- notarysigner
|
||||
harbor-notary-server:
|
||||
image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
container_name: notary-server
|
||||
|
|
|
|||
Loading…
Reference in New Issue