mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
7.6.0-debian-10-r118 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-7-linux-amd64-debian-10.tar.gz && \
|
||||
echo "19a8568328bb9e7b76177b9ad3f00f07f6edf683aa1c68ac7d50a5431f18620f /tmp/bitnami/pkg/cache/concourse-7.6.0-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.6.0-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.6.0-7-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/concourse-7.6.0-8-linux-amd64-debian-10.tar.gz && \
|
||||
echo "bb422e583ae8f4f129ba5fa01186309e354c16decef193c9cdfbd8a623912022 /tmp/bitnami/pkg/cache/concourse-7.6.0-8-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/concourse-7.6.0-8-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/concourse-7.6.0-8-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-r117" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r118" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "19a8568328bb9e7b76177b9ad3f00f07f6edf683aa1c68ac7d50a5431f18620f",
|
||||
"digest": "bb422e583ae8f4f129ba5fa01186309e354c16decef193c9cdfbd8a623912022",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.6.0-7"
|
||||
"version": "7.6.0-8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user