mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 15:07:25 +08:00
1.10.2-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.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.10.1-0" --checksum eef3633204b9fbf0931b272f65633ade0a58209d0b5cd7b05b971f3251da810a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.10.2-0" --checksum 49859efd82849f40f474a62d0df8ea68942835b086b5299091d339254675eef8
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/consul/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="consul" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.1-debian-10-r40" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.2-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": "eef3633204b9fbf0931b272f65633ade0a58209d0b5cd7b05b971f3251da810a",
|
||||
"digest": "49859efd82849f40f474a62d0df8ea68942835b086b5299091d339254675eef8",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.10.1-0"
|
||||
"version": "1.10.2-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.10.1`, `1.10.1-debian-10-r40`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.10.1-debian-10-r40/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.10.2`, `1.10.2-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.10.2-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