[bitnami/concourse] Release 7.9.1-debian-11-r3 (#24194)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
1c9843ae0a
commit
37d441d249
|
|
@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-02-17T14:08:00Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.9.1-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/concourse" \
|
||||
org.opencontainers.image.ref.name="7.9.1-debian-11-r3" \
|
||||
org.opencontainers.image.title="concourse" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="7.9.1"
|
||||
|
|
@ -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.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"concourse-7.9.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"concourse": {
|
||||
"arch": "amd64",
|
||||
"digest": "974d948d4fe9d57d7ae0a55fe0a53bff3f37042c14e40cc44fb80d8577ef1a16",
|
||||
"digest": "2d3fe8e55ccb83ef2b841d0f5d07d43d12264a476bcdc703d448fa2c35a98cd3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "7.9.1-0"
|
||||
"version": "7.9.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[Overview of Concourse](https://concourse-ci.org/)
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
|
|
|
|||
Loading…
Reference in New Issue