2.1.0-debian-10-r31 release
This commit is contained in:
parent
2daac84e20
commit
956d231c76
|
|
@ -18,7 +18,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.1.0-debian-10-r30" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.0-debian-10-r31" \
|
||||
PATH="/opt/bitnami/harbor-notary-signer/bin:/opt/bitnami/common/bin:$PATH" \
|
||||
SERVICE_NAME="notary_signer"
|
||||
|
||||
|
|
|
|||
|
|
@ -26,18 +26,18 @@ services:
|
|||
default:
|
||||
aliases:
|
||||
- notarysigner
|
||||
harbor-notary-server:
|
||||
image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
container_name: notary-server
|
||||
ports:
|
||||
- '4443:4443'
|
||||
environment:
|
||||
- MIGRATIONS_PATH=migrations/server/postgresql
|
||||
- DB_URL=postgres://server:password@postgresql:5432/notaryserver?sslmode=disable
|
||||
volumes:
|
||||
- ./config/notary/:/etc/notary/:ro
|
||||
depends_on:
|
||||
- postgresql
|
||||
# harbor-notary-server:
|
||||
# image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
# container_name: notary-server
|
||||
# ports:
|
||||
# - '4443:4443'
|
||||
# environment:
|
||||
# - MIGRATIONS_PATH=migrations/server/postgresql
|
||||
# - DB_URL=postgres://server:password@postgresql:5432/notaryserver?sslmode=disable
|
||||
# volumes:
|
||||
# - ./config/notary/:/etc/notary/:ro
|
||||
# depends_on:
|
||||
# - postgresql
|
||||
volumes:
|
||||
postgresql_data:
|
||||
driver: local
|
||||
|
|
|
|||
|
|
@ -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.1.0`, `2.1.0-debian-10-r30`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-signer/blob/2.1.0-debian-10-r30/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.1.0`, `2.1.0-debian-10-r31`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-notary-signer/blob/2.1.0-debian-10-r31/2/debian-10/Dockerfile)
|
||||
|
||||
# Configuration
|
||||
|
||||
|
|
|
|||
|
|
@ -26,18 +26,18 @@ services:
|
|||
default:
|
||||
aliases:
|
||||
- notarysigner
|
||||
harbor-notary-server:
|
||||
image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
container_name: notary-server
|
||||
ports:
|
||||
- '4443:4443'
|
||||
environment:
|
||||
- MIGRATIONS_PATH=migrations/server/postgresql
|
||||
- DB_URL=postgres://server:password@postgresql:5432/notaryserver?sslmode=disable
|
||||
volumes:
|
||||
- ./config/notary/:/etc/notary/:ro
|
||||
depends_on:
|
||||
- postgresql
|
||||
# harbor-notary-server:
|
||||
# image: docker.io/bitnami/harbor-notary-server:2-debian-10
|
||||
# container_name: notary-server
|
||||
# ports:
|
||||
# - '4443:4443'
|
||||
# environment:
|
||||
# - MIGRATIONS_PATH=migrations/server/postgresql
|
||||
# - DB_URL=postgres://server:password@postgresql:5432/notaryserver?sslmode=disable
|
||||
# volumes:
|
||||
# - ./config/notary/:/etc/notary/:ro
|
||||
# depends_on:
|
||||
# - postgresql
|
||||
volumes:
|
||||
postgresql_data:
|
||||
driver: local
|
||||
|
|
|
|||
Loading…
Reference in New Issue