[bitnami/whereabouts] Release 0.6.1-debian-11-r5 (#27765)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5d6778c2d8
commit
24facb4e5d
|
|
@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-03-13T12:01:24Z" \
|
||||
org.opencontainers.image.created="2023-03-19T01:31:13Z" \
|
||||
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-r4" \
|
||||
org.opencontainers.image.ref.name="0.6.1-debian-11-r5" \
|
||||
org.opencontainers.image.title="whereabouts" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.6.1"
|
||||
|
|
@ -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-0-linux-${OS_ARCH}-debian-11" \
|
||||
"whereabouts-0.6.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"whereabouts": {
|
||||
"arch": "amd64",
|
||||
"digest": "bd54d7c590addee2423c93ff4becbe4f76d11f9f44ebc8ea8ab64c8995ef740e",
|
||||
"digest": "ea70ebaf8faa58283c8c47ad2a9fb72777dd6cb508cf7969e020824a33aadf46",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.6.1-0"
|
||||
"version": "0.6.1-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
> Whereabouts is a CNI plugin for Kubernetes clusters. It dynamically assigns IP addresses cluster-wide. Features both IPv4 and IPv6 addressing.
|
||||
|
||||
[Overview of Whereabouts](https://github.com/k8snetworkplumbingwg/whereabouts)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
|
|
|||
Loading…
Reference in New Issue