mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 14:58:01 +08:00
15.1.0-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
8c828d42ab
commit
c76116d977
@@ -11,14 +11,14 @@ COPY prebuildfs /
|
||||
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 "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.0.0-150" --checksum ad4e9335bd9442396bc0ce0dc0816fe14f7b4bc4a36970500e6c7bf2023ba928
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.1.0-0" --checksum 99bb1df67c5178be11b14725f2bbb2071974199f1ee6daf2ab8dec5fb5bafeba
|
||||
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-helper/entrypoint.sh /entrypoint
|
||||
ENV APP_VERSION="15.0.0" \
|
||||
ENV APP_VERSION="15.1.0" \
|
||||
BITNAMI_APP_NAME="gitlab-runner-helper" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH"
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"gitlab-runner-helper": {
|
||||
"arch": "amd64",
|
||||
"digest": "ad4e9335bd9442396bc0ce0dc0816fe14f7b4bc4a36970500e6c7bf2023ba928",
|
||||
"digest": "99bb1df67c5178be11b14725f2bbb2071974199f1ee6daf2ab8dec5fb5bafeba",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.0.0-150"
|
||||
"version": "15.1.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user