mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/gitlab-runner] Release 15.3.0-debian-11-r0 (#4030)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,11 +6,11 @@ ENV HOME="/" \
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="15.2.1-debian-11-r9" \
|
||||
org.opencontainers.image.ref.name="15.3.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitlab-runner" \
|
||||
org.opencontainers.image.title="gitlab-runner" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="15.2.1"
|
||||
org.opencontainers.image.version="15.3.0"
|
||||
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
@@ -19,14 +19,14 @@ RUN install_packages acl ca-certificates curl git git-lfs gzip libc6 openssh-cli
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-152" --checksum 8b0e728cd7add1976d252570b26d6dc946de59a4604adceee8f04152258b5947
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-152" --checksum ffc0b36315382d01ceace9e2a73609b023d27ae14b32e7f3637c61ef7bbc9007
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "15.2.1-1" --checksum 91066632297574a855b3a068e09c00b4ec1d124ab08547f3abe82b54b629123c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "15.3.0-0" --checksum 91df102ad128c591045d297607ac3ef94539bec598860d442b72b1a92fab591f
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
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="15.2.1" \
|
||||
ENV APP_VERSION="15.3.0" \
|
||||
BITNAMI_APP_NAME="gitlab-runner" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"gitlab-runner": {
|
||||
"arch": "amd64",
|
||||
"digest": "91066632297574a855b3a068e09c00b4ec1d124ab08547f3abe82b54b629123c",
|
||||
"digest": "91df102ad128c591045d297607ac3ef94539bec598860d442b72b1a92fab591f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.2.1-1"
|
||||
"version": "15.3.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "15"
|
||||
- "15-debian-11"
|
||||
- "15.2.1"
|
||||
- "15.3.0"
|
||||
- "latest"
|
||||
|
||||
@@ -35,7 +35,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/).
|
||||
|
||||
|
||||
* [`15`, `15-debian-11`, `15.2.1`, `15.2.1-debian-11-r9`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/gitlab-runner/15/debian-11/ Dockerfile)
|
||||
* [`15`, `15-debian-11`, `15.3.0`, `15.3.0-debian-11-r0`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/gitlab-runner/15/debian-11/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user