1.11.2-debian-10-r12 release
This commit is contained in:
parent
3338fb9301
commit
d52e51ca90
|
|
@ -11,7 +11,7 @@ COPY prebuildfs /
|
|||
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.1-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.11.2-1" --checksum ff21d8dae896f630000a0abb22712fed1b5e1536062be4de6b422851ea2bd627
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.11.2-2" --checksum 0787d204c49b3132a412d2e5e1945463be40caa3d430f88053064a85a84a47e1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/consul/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="consul" \
|
||||
BITNAMI_IMAGE_VERSION="1.11.2-debian-10-r11" \
|
||||
BITNAMI_IMAGE_VERSION="1.11.2-debian-10-r12" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"
|
||||
|
||||
EXPOSE 8300 8301 8500 8600
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"consul": {
|
||||
"arch": "amd64",
|
||||
"digest": "ff21d8dae896f630000a0abb22712fed1b5e1536062be4de6b422851ea2bd627",
|
||||
"digest": "0787d204c49b3132a412d2e5e1945463be40caa3d430f88053064a85a84a47e1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.11.2-1"
|
||||
"version": "1.11.2-2"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,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-10`, `1.11.2`, `1.11.2-debian-10-r11`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.11.2-debian-10-r11/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.11.2`, `1.11.2-debian-10-r12`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.11.2-debian-10-r12/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue