1.12.3-debian-11-r0 release
This commit is contained in:
parent
1b89f5b0f5
commit
d64f0baca6
|
|
@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
RUN install_packages acl ca-certificates curl gzip iproute2 procps tar zlib1g-dev
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.12.2-151" --checksum 81b30fa59d84553239b2943bcb3ec91ad5a17aa4e5a12666b590276f38c3b8d0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.12.3-0" --checksum 08878692ffc48b35dbc2801f83ff49b8edd9c59acdbc86cb195c00bdfbceb5c3
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/consul/postunpack.sh
|
||||
ENV APP_VERSION="1.12.2" \
|
||||
ENV APP_VERSION="1.12.3" \
|
||||
BITNAMI_APP_NAME="consul" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"consul": {
|
||||
"arch": "amd64",
|
||||
"digest": "81b30fa59d84553239b2943bcb3ec91ad5a17aa4e5a12666b590276f38c3b8d0",
|
||||
"digest": "08878692ffc48b35dbc2801f83ff49b8edd9c59acdbc86cb195c00bdfbceb5c3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.12.2-151"
|
||||
"version": "1.12.3-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
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/).
|
||||
|
||||
|
||||
* [`1`, `1-debian-11`, `1.12.2`, `1.12.2-debian-11-r14`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.2-debian-11-r14/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.12.3`, `1.12.3-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.3-debian-11-r0/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue