14.7.0-debian-10-r27 release

This commit is contained in:
Bitnami Bot
2022-02-16 20:45:01 +00:00
parent 52da966166
commit 1c4be4ad2c
3 changed files with 11 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
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-3" --checksum 562a02f578bf017eca0fc22a39597edfb5b3fea4e5dcc6cc85e5c39655b569ce
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.7.0-3" --checksum 9e9db9acb8f0fb236b2690b72e6b66a86b255d2af1b4448805fbef85fe19d799
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-4" --checksum 91ad4e7dce435d4d743f9d6579505034067f7ee8e9e8cfd581a22c5e5272492c
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-5" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "14.7.0-4" --checksum 59c8ceaf5eb208c4025c645b5a93b0f0301c6300b33bec42d3a513c391b9a7d9
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -19,7 +19,7 @@ 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 BITNAMI_APP_NAME="gitlab-runner-helper" \
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r26" \
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r27" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH"
USER 1001

View File

@@ -1,23 +1,23 @@
{
"dumb-init": {
"arch": "amd64",
"digest": "562a02f578bf017eca0fc22a39597edfb5b3fea4e5dcc6cc85e5c39655b569ce",
"digest": "91ad4e7dce435d4d743f9d6579505034067f7ee8e9e8cfd581a22c5e5272492c",
"distro": "debian-10",
"type": "NAMI",
"version": "1.2.5-3"
"version": "1.2.5-4"
},
"gitlab-runner-helper": {
"arch": "amd64",
"digest": "9e9db9acb8f0fb236b2690b72e6b66a86b255d2af1b4448805fbef85fe19d799",
"digest": "59c8ceaf5eb208c4025c645b5a93b0f0301c6300b33bec42d3a513c391b9a7d9",
"distro": "debian-10",
"type": "NAMI",
"version": "14.7.0-3"
"version": "14.7.0-4"
},
"gosu": {
"arch": "amd64",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-4"
"version": "1.14.0-5"
}
}