[bitnami/metallb-controller] Release 0.13.4-debian-11-r0 (#1663)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
5edf7922bc
commit
30dfadaad3
|
|
@ -8,15 +8,15 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-0.12.1-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "dd6d9d6c92ae338dd9b0b22b033228a447be0d7d8637b0e874a37da12566f51d /tmp/bitnami/pkg/cache/metallb-0.12.1-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/metallb-0.12.1-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/metallb-0.12.1-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-0.13.4-0-linux-amd64-debian-11.tar.gz && \
|
||||
echo "5c7597a6a2447df4ff0ea300f6dee0c631c0b67f0ecf3efabc64ccad6b21f379 /tmp/bitnami/pkg/cache/metallb-0.13.4-0-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/metallb-0.13.4-0-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/metallb-0.13.4-0-linux-amd64-debian-11.tar.gz
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV APP_VERSION="0.12.1" \
|
||||
ENV APP_VERSION="0.13.4" \
|
||||
BITNAMI_APP_NAME="metallb-controller" \
|
||||
PATH="/opt/bitnami/metallb/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"metallb": {
|
||||
"arch": "amd64",
|
||||
"digest": "dd6d9d6c92ae338dd9b0b22b033228a447be0d7d8637b0e874a37da12566f51d",
|
||||
"digest": "5c7597a6a2447df4ff0ea300f6dee0c631c0b67f0ecf3efabc64ccad6b21f379",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "0.12.1-150"
|
||||
"version": "0.13.4-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -28,9 +28,9 @@ $ docker run --name metallb-controller bitnami/metallb-controller:latest
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`0`, `0-debian-11`, `0.12.1`, `0.12.1-debian-11-r11`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-controller/blob/0.12.1-debian-11-r11/0/debian-11/Dockerfile)
|
||||
* [`0`, `0-debian-11`, `0.13.4`, `0.13.4-debian-11-r0`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/metallb-controller/0/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/metallb-controller GitHub repo](https://github.com/bitnami/bitnami-docker-metallb-controller).
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
## Get this image
|
||||
|
||||
|
|
@ -46,10 +46,12 @@ To use a specific version, you can pull a versioned tag. You can view the [list
|
|||
$ docker pull bitnami/metallb-controller:[TAG]
|
||||
```
|
||||
|
||||
If you wish, you can also build the image yourself.
|
||||
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
|
||||
|
||||
```console
|
||||
$ docker build -t bitnami/metallb-controller:latest 'https://github.com/bitnami/bitnami-docker-metallb-controller.git#master:0/debian-11'
|
||||
$ git clone https://github.com/bitnami/containers.git
|
||||
$ cd bitnami/APP/VERSION/OPERATING-SYSTEM
|
||||
$ docker build -t bitnami/APP:latest .
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
|
@ -66,17 +68,11 @@ 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/bitnami-docker-metallb-controller/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-metallb-controller/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 submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||
|
||||
## Issues
|
||||
|
||||
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-metallb-controller/issues/new). Be sure to include the following information in your issue:
|
||||
|
||||
- Host OS and version
|
||||
- Docker version (`docker version`)
|
||||
- Output of `docker info`
|
||||
- Version of this container
|
||||
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
|
||||
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template.
|
||||
|
||||
### Community supported solution
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue