7.3.2-debian-10-r23 release
This commit is contained in:
parent
f6598e4a0d
commit
e869316223
|
|
@ -12,9 +12,10 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "1677702817f133bdb3067ff361cf395ce90fc4eb10f89b43606714247dd8b837 /tmp/bitnami/pkg/cache/concourse-7.3.2-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.3.2-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.3.2-0-linux-amd64-debian-10.tar.gz
|
||||
RUN touch /.flyrc && chmod g+rwX /.flyrc
|
||||
|
||||
ENV BITNAMI_APP_NAME="concourse" \
|
||||
BITNAMI_IMAGE_VERSION="7.3.2-debian-10-r22"
|
||||
BITNAMI_IMAGE_VERSION="7.3.2-debian-10-r23" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
ENTRYPOINT [ "/opt/bitnami/concourse/bin/concourse" ]
|
||||
CMD [ "--help" ]
|
||||
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ services:
|
|||
- CONCOURSE_LOG_LEVEL=debug
|
||||
- CONCOURSE_POSTGRES_HOST=postgresql
|
||||
- CONCOURSE_EXTERNAL_URL=http://localhost:8080
|
||||
- CONCOURSE_ADD_LOCAL_USER=test:test,guest:guest
|
||||
- CONCOURSE_MAIN_TEAM_LOCAL_USER=test
|
||||
- CONCOURSE_ADD_LOCAL_USER=user:bitnami,guest:guest
|
||||
- CONCOURSE_MAIN_TEAM_LOCAL_USER=user
|
||||
- CONCOURSE_CLUSTER_NAME=dev
|
||||
- CONCOURSE_ENABLE_PIPELINE_INSTANCES=true
|
||||
- CONCOURSE_ENABLE_ACROSS_STEP=true
|
||||
|
|
@ -29,7 +29,7 @@ services:
|
|||
- 'concourse_web_data:/bitnami/concourse'
|
||||
concourse_worker:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: worker
|
||||
command: worker
|
||||
privileged: true
|
||||
environment:
|
||||
- CONCOURSE_LOG_LEVEL=debug
|
||||
|
|
|
|||
|
|
@ -37,7 +37,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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.3.2`, `7.3.2-debian-10-r22`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.3.2-debian-10-r22/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.3.2`, `7.3.2-debian-10-r23`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.3.2-debian-10-r23/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/concourse GitHub repo](https://github.com/bitnami/bitnami-docker-concourse).
|
||||
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@ services:
|
|||
- CONCOURSE_LOG_LEVEL=debug
|
||||
- CONCOURSE_POSTGRES_HOST=postgresql
|
||||
- CONCOURSE_EXTERNAL_URL=http://localhost:8080
|
||||
- CONCOURSE_ADD_LOCAL_USER=test:test,guest:guest
|
||||
- CONCOURSE_MAIN_TEAM_LOCAL_USER=test
|
||||
- CONCOURSE_ADD_LOCAL_USER=user:bitnami,guest:guest
|
||||
- CONCOURSE_MAIN_TEAM_LOCAL_USER=user
|
||||
- CONCOURSE_CLUSTER_NAME=dev
|
||||
- CONCOURSE_ENABLE_PIPELINE_INSTANCES=true
|
||||
- CONCOURSE_ENABLE_ACROSS_STEP=true
|
||||
|
|
@ -29,7 +29,7 @@ services:
|
|||
- 'concourse_web_data:/bitnami/concourse'
|
||||
concourse_worker:
|
||||
image: docker.io/bitnami/concourse:7
|
||||
command: worker
|
||||
command: worker
|
||||
privileged: true
|
||||
environment:
|
||||
- CONCOURSE_LOG_LEVEL=debug
|
||||
|
|
|
|||
Loading…
Reference in New Issue