mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
7.6.0-debian-10-r0 release
This commit is contained in:
@@ -8,14 +8,14 @@ ENV OS_ARCH="amd64" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip iproute2 libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/concourse-7.5.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "035fa4bde346fc33f1baf42568fc772e639f8c8029d9921016e7b7ebeef61af5 /tmp/bitnami/pkg/cache/concourse-7.5.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.5.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.5.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/concourse-7.6.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "134485c5cfdc73c09534be23bd89d40bbb7f362b7993d39fdfb8a6b9cbb13cf7 /tmp/bitnami/pkg/cache/concourse-7.6.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.6.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.6.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN touch /.flyrc && chmod g+rwX /.flyrc
|
||||
|
||||
ENV BITNAMI_APP_NAME="concourse" \
|
||||
BITNAMI_IMAGE_VERSION="7.5.0-debian-10-r38" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "035fa4bde346fc33f1baf42568fc772e639f8c8029d9921016e7b7ebeef61af5",
|
||||
"digest": "134485c5cfdc73c09534be23bd89d40bbb7f362b7993d39fdfb8a6b9cbb13cf7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.5.0-0"
|
||||
"version": "7.6.0-0"
|
||||
}
|
||||
}
|
||||
@@ -39,7 +39,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.5.0`, `7.5.0-debian-10-r38`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.5.0-debian-10-r38/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.6.0`, `7.6.0-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.6.0-debian-10-r0/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/concourse GitHub repo](https://github.com/bitnami/bitnami-docker-concourse).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user