7.5.0-debian-10-r0 release
This commit is contained in:
parent
6f9ca6e2ef
commit
183fe4fd7e
|
|
@ -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.4.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1ac921dc4198c2cb7b75efd120a775daf26e677537e0add3f701004f96d457fc /tmp/bitnami/pkg/cache/concourse-7.4.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.4.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.4.0-0-linux-amd64-debian-10.tar.gz
|
||||
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 touch /.flyrc && chmod g+rwX /.flyrc
|
||||
|
||||
ENV BITNAMI_APP_NAME="concourse" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.0-debian-10-r47" \
|
||||
BITNAMI_IMAGE_VERSION="7.5.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": "1ac921dc4198c2cb7b75efd120a775daf26e677537e0add3f701004f96d457fc",
|
||||
"digest": "035fa4bde346fc33f1baf42568fc772e639f8c8029d9921016e7b7ebeef61af5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.4.0-0"
|
||||
"version": "7.5.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.4.0`, `7.4.0-debian-10-r47`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.4.0-debian-10-r47/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.5.0`, `7.5.0-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.5.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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue