mirror of
https://github.com/bitnami/containers.git
synced 2026-03-13 14:58:03 +08:00
1.12.2-debian-11-r13 release
This commit is contained in:
committed by
Bitnami Containers
parent
25c4604080
commit
61826be4bc
@@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages acl ca-certificates curl gzip iproute2 procps tar zlib1g-dev
|
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 "render-template" "1.0.3-150" --checksum 8b992a5ee513c5eaca52b19232b21a93588ddf4c4850be4d47c6f19b11d1d90a
|
||||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
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-150" --checksum cf21ae10f8c444bd2fe4874335e70a8ed23ff8ca8edf56fa59adc3012cec37fe
|
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "consul" "1.12.2-151" --checksum 81b30fa59d84553239b2943bcb3ec91ad5a17aa4e5a12666b590276f38c3b8d0
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN chmod g+rwX /opt/bitnami
|
RUN chmod g+rwX /opt/bitnami
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"consul": {
|
"consul": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "cf21ae10f8c444bd2fe4874335e70a8ed23ff8ca8edf56fa59adc3012cec37fe",
|
"digest": "81b30fa59d84553239b2943bcb3ec91ad5a17aa4e5a12666b590276f38c3b8d0",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.12.2-150"
|
"version": "1.12.2-151"
|
||||||
},
|
},
|
||||||
"gosu": {
|
"gosu": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
|
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.14.0-150"
|
"version": "1.14.0-151"
|
||||||
},
|
},
|
||||||
"render-template": {
|
"render-template": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ print_welcome_page() {
|
|||||||
# None
|
# None
|
||||||
#########################
|
#########################
|
||||||
print_image_welcome_page() {
|
print_image_welcome_page() {
|
||||||
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
|
local github_url="https://github.com/bitnami/containers"
|
||||||
|
|
||||||
log ""
|
log ""
|
||||||
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||||
|
|||||||
@@ -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/).
|
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-r12`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.2-debian-11-r12/1/debian-11/Dockerfile)
|
* [`1`, `1-debian-11`, `1.12.2`, `1.12.2-debian-11-r13`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-consul/blob/1.12.2-debian-11-r13/1/debian-11/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/consul GitHub repo](https://github.com/bitnami/bitnami-docker-consul).
|
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