mirror of
https://github.com/bitnami/containers.git
synced 2026-02-28 07:27:31 +08:00
7.6.0-debian-10-r81 release
This commit is contained in:
@@ -8,16 +8,16 @@ 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.6.0-2-linux-amd64-debian-10.tar.gz && \
|
||||
echo "847cb95d79ae0ff31bd37e7ef2bf987cd7d934a891f70625f9cc9dd971962d33 /tmp/bitnami/pkg/cache/concourse-7.6.0-2-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.6.0-2-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.6.0-2-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/concourse-7.6.0-3-linux-amd64-debian-10.tar.gz && \
|
||||
echo "caab4dcf43ca89142178113e32f1a0ddd94b00f7807d248283775d763e7866a8 /tmp/bitnami/pkg/cache/concourse-7.6.0-3-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.6.0-3-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.6.0-3-linux-amd64-debian-10.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN touch /.flyrc && chmod g+rwX /.flyrc
|
||||
|
||||
ENV BITNAMI_APP_NAME="concourse" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r80" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r81" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "847cb95d79ae0ff31bd37e7ef2bf987cd7d934a891f70625f9cc9dd971962d33",
|
||||
"digest": "caab4dcf43ca89142178113e32f1a0ddd94b00f7807d248283775d763e7866a8",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.6.0-2"
|
||||
"version": "7.6.0-3"
|
||||
}
|
||||
}
|
||||
@@ -43,7 +43,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.6.0`, `7.6.0-debian-10-r80`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.6.0-debian-10-r80/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.6.0`, `7.6.0-debian-10-r81`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.6.0-debian-10-r81/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