14.9.1-debian-10-r3 release

This commit is contained in:
Bitnami Bot 2022-03-25 23:43:14 +00:00
parent d3ed76e1db
commit 0525d41fa5
3 changed files with 2 additions and 6 deletions

View File

@ -21,7 +21,7 @@ COPY rootfs /
RUN mkdir /home/gitlab-runner && chmod -R g+rwX /home/gitlab-runner && ln -s /opt/bitnami/common/bin/dumb-init /usr/bin/dumb-init && ln -s /opt/bitnami/scripts/gitlab-runner/entrypoint.sh /entrypoint
ENV APP_VERSION="14.9.1" \
BITNAMI_APP_NAME="gitlab-runner" \
BITNAMI_IMAGE_VERSION="14.9.1-debian-10-r2" \
BITNAMI_IMAGE_VERSION="14.9.1-debian-10-r3" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
USER 1001

View File

@ -392,10 +392,6 @@ web_server_update_app_configuration() {
--hosts \
| --server-name \
| --server-aliases \
| --enable-http \
| --enable-https \
| --disable-http \
| --disable-https \
| --http-port \
| --https-port \
)

View File

@ -38,7 +38,7 @@ $ docker-compose up -d
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/).
* [`14`, `14-debian-10`, `14.9.1`, `14.9.1-debian-10-r2`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.9.1-debian-10-r2/14/debian-10/ Dockerfile)
* [`14`, `14-debian-10`, `14.9.1`, `14.9.1-debian-10-r3`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.9.1-debian-10-r3/14/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner).