14.10.1-debian-11-r14 release

This commit is contained in:
Bitnami Bot 2022-07-09 20:20:10 +00:00 committed by Bitnami Containers
parent ba516c8737
commit 65be32f828
4 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages acl ca-certificates curl git git-lfs gzip libc6 openssh-client procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-150" --checksum eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-150" --checksum 886baeffa017cb857c4903c17854152b885005ca4d5a32c4a218e44594da62dd
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 "gitlab-runner" "14.10.1-151" --checksum d40e5296a99caff31701e375b67c5eb820a8f21a4455ff29a2c26b3faa41a8af
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives

View File

@ -22,9 +22,9 @@
},
"gosu": {
"arch": "amd64",
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-150"
"version": "1.14.0-151"
}
}

View File

@ -40,7 +40,7 @@ print_welcome_page() {
# None
#########################
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 "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"

View File

@ -36,7 +36,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`15`, `15-debian-11`, `15.1.0`, `15.1.0-debian-11-r7`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/15.1.0-debian-11-r7/15/debian-11/ Dockerfile)
* [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r13` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.10.1-debian-11-r13/14/debian-11/ Dockerfile)
* [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r14` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.10.1-debian-11-r14/14/debian-11/ Dockerfile)
Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner).