[bitnami/metallb-controller] Release 0.13.7-debian-11-r0 (#10475)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
71b097d9db
commit
1eccf0087b
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="0.13.6-debian-11-r2" \
|
||||
org.opencontainers.image.ref.name="0.13.7-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/metallb-controller" \
|
||||
org.opencontainers.image.title="metallb-controller" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="0.13.6"
|
||||
org.opencontainers.image.version="0.13.7"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -21,7 +21,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=( \
|
||||
"metallb-0.13.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
"metallb-0.13.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -37,7 +37,7 @@ RUN apt-get autoremove --purge -y curl && \
|
|||
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="0.13.6" \
|
||||
ENV APP_VERSION="0.13.7" \
|
||||
BITNAMI_APP_NAME="metallb-controller" \
|
||||
PATH="/opt/bitnami/metallb/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"metallb": {
|
||||
"arch": "amd64",
|
||||
"digest": "61765470f4e1f564138d63626adaafe96222e83acc331c1bdcad53be8a1bbde2",
|
||||
"digest": "cb9ffa62fac2048ac7177831204a1af850c4d6fa22a2905c85cf984048d5b35a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.13.6-0"
|
||||
"version": "0.13.7-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "0"
|
||||
- "0-debian-11"
|
||||
- "0.13.6"
|
||||
- "0.13.7"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ Consult the [metallb Reference Documentation](https://metallb.universe.tf/config
|
|||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue