mirror of
https://github.com/bitnami/containers.git
synced 2026-03-16 06:49:12 +08:00
7.6.0-debian-10-r76 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-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "6041dee21199c5949fb3d9837dadad8b891105b910e149f1592933c4add28113 /tmp/bitnami/pkg/cache/concourse-7.6.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.6.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.6.0-1-linux-amd64-debian-10.tar.gz
|
||||
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 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-r75" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r76" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "6041dee21199c5949fb3d9837dadad8b891105b910e149f1592933c4add28113",
|
||||
"digest": "847cb95d79ae0ff31bd37e7ef2bf987cd7d934a891f70625f9cc9dd971962d33",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.6.0-1"
|
||||
"version": "7.6.0-2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user