mirror of
https://github.com/bitnami/containers.git
synced 2026-03-30 14:57:50 +08:00
[bitnami/concourse] Release 7.9.1-debian-11-r4 (#24526)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:08:00Z" \
|
||||
org.opencontainers.image.created="2023-02-20T14:34:38Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.9.1-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="7.9.1-debian-11-r4" \
|
||||
org.opencontainers.image.title="concourse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.9.1"
|
||||
|
||||
@@ -11,8 +11,9 @@ services:
|
||||
- 'postgresql_data:/bitnami/postgresql'
|
||||
concourse:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: web
|
||||
command: concourse web
|
||||
environment:
|
||||
- CONCOURSE_RUNTIME=containerd
|
||||
- CONCOURSE_POSTGRES_DATABASE=bitnami_concourse
|
||||
- CONCOURSE_POSTGRES_USER=bn_concourse
|
||||
- CONCOURSE_POSTGRES_PASSWORD=bitnami1
|
||||
@@ -29,9 +30,10 @@ services:
|
||||
- 'concourse_web_data:/bitnami/concourse'
|
||||
concourse_worker:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: worker
|
||||
command: concourse worker
|
||||
privileged: true
|
||||
environment:
|
||||
- CONCOURSE_RUNTIME=containerd
|
||||
- CONCOURSE_LOG_LEVEL=debug
|
||||
- CONCOURSE_TSA_HOST=concourse:2222
|
||||
- CONCOURSE_BIND_IP=0.0.0.0
|
||||
|
||||
@@ -11,8 +11,9 @@ services:
|
||||
- 'postgresql_data:/bitnami/postgresql'
|
||||
concourse:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: web
|
||||
command: concourse web
|
||||
environment:
|
||||
- CONCOURSE_RUNTIME=containerd
|
||||
- CONCOURSE_POSTGRES_DATABASE=bitnami_concourse
|
||||
- CONCOURSE_POSTGRES_USER=bn_concourse
|
||||
- CONCOURSE_POSTGRES_PASSWORD=bitnami1
|
||||
@@ -29,9 +30,10 @@ services:
|
||||
- 'concourse_web_data:/bitnami/concourse'
|
||||
concourse_worker:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: worker
|
||||
command: concourse worker
|
||||
privileged: true
|
||||
environment:
|
||||
- CONCOURSE_RUNTIME=containerd
|
||||
- CONCOURSE_LOG_LEVEL=debug
|
||||
- CONCOURSE_TSA_HOST=concourse:2222
|
||||
- CONCOURSE_BIND_IP=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user