mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 08:37:21 +08:00
[bitnami/concourse] Release 7.9.1-debian-11-r0 (#23110)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.9.0-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="7.9.1-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/concourse" \
|
||||
org.opencontainers.image.title="concourse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.9.0"
|
||||
org.opencontainers.image.version="7.9.1"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
RUN install_packages ca-certificates curl iproute2 iptables procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"concourse-7.9.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"concourse-7.9.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -39,7 +39,7 @@ RUN touch /.flyrc && chmod g+rwX /.flyrc
|
||||
RUN update-alternatives --set iptables /usr/sbin/iptables-legacy && \
|
||||
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
|
||||
|
||||
ENV APP_VERSION="7.9.0" \
|
||||
ENV APP_VERSION="7.9.1" \
|
||||
BITNAMI_APP_NAME="concourse" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "a966d65339e68f30f369ad130dfe3fafb2bb09c7a3ff93e43d55f665e679cf93",
|
||||
"digest": "974d948d4fe9d57d7ae0a55fe0a53bff3f37042c14e40cc44fb80d8577ef1a16",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.9.0-2"
|
||||
"version": "7.9.1-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "7"
|
||||
- "7-debian-11"
|
||||
- "7.9.0"
|
||||
- "7.9.1"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user