1.9.6-debian-10-r0 release
This commit is contained in:
parent
5536b46cd4
commit
51a497cd4b
|
|
@ -11,13 +11,13 @@ COPY prebuildfs /
|
|||
RUN install_packages acl ca-certificates curl gzip iproute2 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.0-3" --checksum 8179ad1371c9a7d897fe3b1bf53bbe763f94edafef19acad2498dd48b3674efe
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.9.5-0" --checksum 14b2d02f9f6663bdd48566c27e17817901521009b84f68b7b3a75c745b5d9b81
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.9.6-0" --checksum e5b25e4007570de2498fdb5f9cf616247e69700dfb1e1751a151a5d5d98aac2a
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/consul/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="consul" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.5-debian-10-r44" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.6-debian-10-r0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/consul/bin:$PATH"
|
||||
|
||||
EXPOSE 8300 8301 8500 8600
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"consul": {
|
||||
"arch": "amd64",
|
||||
"digest": "14b2d02f9f6663bdd48566c27e17817901521009b84f68b7b3a75c745b5d9b81",
|
||||
"digest": "e5b25e4007570de2498fdb5f9cf616247e69700dfb1e1751a151a5d5d98aac2a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.5-0"
|
||||
"version": "1.9.6-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,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.9.5`, `1.9.5-debian-10-r44`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.9.5-debian-10-r44/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.9.6`, `1.9.6-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.9.6-debian-10-r0/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