mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
1.9.5-debian-10-r0 release
This commit is contained in:
@@ -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.4-0" --checksum bd353033d43531179f68112be69668d1d97e5e6dfec3801d2429e909349d0d81
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.9.5-0" --checksum 14b2d02f9f6663bdd48566c27e17817901521009b84f68b7b3a75c745b5d9b81
|
||||
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.4-debian-10-r37" \
|
||||
BITNAMI_IMAGE_VERSION="1.9.5-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": "bd353033d43531179f68112be69668d1d97e5e6dfec3801d2429e909349d0d81",
|
||||
"digest": "14b2d02f9f6663bdd48566c27e17817901521009b84f68b7b3a75c745b5d9b81",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.9.4-0"
|
||||
"version": "1.9.5-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.4`, `1.9.4-debian-10-r37`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.9.4-debian-10-r37/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.9.5`, `1.9.5-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.9.5-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user