0.11.0-debian-10-r69 release
This commit is contained in:
parent
d974779c23
commit
c50c6e8515
|
|
@ -9,14 +9,14 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# 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-speaker-0.11.0-0-linux-amd64-debian-10.tar.gz && \
|
||||
echo "2880bedc1a042c62c3a598a014a89c91e0bc9efc1bb30fd256212a90d1eab14a /tmp/bitnami/pkg/cache/metallb-speaker-0.11.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/metallb-speaker-0.11.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/metallb-speaker-0.11.0-0-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/metallb-speaker-0.11.0-1-linux-amd64-debian-10.tar.gz && \
|
||||
echo "1f146db502f8bac0cee850220e686aae9b9a4bfd7eac46bfa8aa9b10c20001be /tmp/bitnami/pkg/cache/metallb-speaker-0.11.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/metallb-speaker-0.11.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/metallb-speaker-0.11.0-1-linux-amd64-debian-10.tar.gz
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
ENV BITNAMI_APP_NAME="metallb-speaker" \
|
||||
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r68" \
|
||||
BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r69" \
|
||||
PATH="/opt/bitnami/metallb-speaker/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"metallb-speaker": {
|
||||
"arch": "amd64",
|
||||
"digest": "2880bedc1a042c62c3a598a014a89c91e0bc9efc1bb30fd256212a90d1eab14a",
|
||||
"digest": "1f146db502f8bac0cee850220e686aae9b9a4bfd7eac46bfa8aa9b10c20001be",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.11.0-0"
|
||||
"version": "0.11.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@ $ docker run --name metallb-speaker bitnami/metallb-speaker: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-10`, `0.11.0`, `0.11.0-debian-10-r68`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-speaker/blob/0.11.0-debian-10-r68/0/debian-10/Dockerfile)
|
||||
* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r69`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-metallb-speaker/blob/0.11.0-debian-10-r69/0/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/metallb-speaker GitHub repo](https://github.com/bitnami/bitnami-docker-metallb-speaker).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue