[bitnami/whereabouts] Release 0.6.2-debian-11-r0 (#36709)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
653f35b494
commit
40be00942e
|
|
@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-06-05T22:13:34Z" \
|
||||
org.opencontainers.image.created="2023-06-06T21:51:34Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="0.6.1-debian-11-r30" \
|
||||
org.opencontainers.image.ref.name="0.6.2-debian-11-r0" \
|
||||
org.opencontainers.image.title="whereabouts" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.6.1"
|
||||
org.opencontainers.image.version="0.6.2"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -22,7 +22,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl procps
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"whereabouts-0.6.1-3-linux-${OS_ARCH}-debian-11" \
|
||||
"whereabouts-0.6.2-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -39,7 +39,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
RUN useradd -r -u 1001 -g root whereabouts
|
||||
RUN ln -sf /opt/bitnami/whereabouts/bin/whereabouts /whereabouts && ln -sf /opt/bitnami/whereabouts/bin/ip-control-loop /ip-control-loop && ln -sf /opt/bitnami/whereabouts/bin/install-cni.sh /install-cni.sh && mkdir -p /bitnami/whereabouts/host && chmod g+rwX -R /bitnami/whereabouts/host && ln -sf /bitnami/whereabouts/host /host
|
||||
|
||||
ENV APP_VERSION="0.6.1" \
|
||||
ENV APP_VERSION="0.6.2" \
|
||||
BITNAMI_APP_NAME="whereabouts" \
|
||||
PATH="/opt/bitnami/whereabouts/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.6.1-3"
|
||||
"version": "0.6.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- 0-debian-11
|
||||
- 0.6.1
|
||||
- 0.6.2
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue