mirror of
https://github.com/bitnami/containers.git
synced 2026-03-14 06:48:11 +08:00
14.7.0-debian-10-r26 release
This commit is contained in:
@@ -9,10 +9,10 @@ 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 "docker-machine" "0.16.2-3" --checksum 1f99dbad9e00fc30b16ebcf15b7a812a9f68ffdb604233c070c04d3780fc5075
|
||||
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" "14.7.0-3" --checksum 2b5273b8654569e8f059f892f3301ed4fe1110b3b27dd75190b71355b0219062
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "dumb-init" "1.2.5-4" --checksum 91ad4e7dce435d4d743f9d6579505034067f7ee8e9e8cfd581a22c5e5272492c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-4" --checksum 589403b1442f6af605efebd5941abf226e255addd043bd24b1b10ad8843f6692
|
||||
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" "14.7.0-4" --checksum 473f28d602f6b677491b9099b60cc58c1e1fe70165689e0c869eee418d3a8235
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -20,7 +20,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/entrypoint.sh /entrypoint
|
||||
ENV BITNAMI_APP_NAME="gitlab-runner" \
|
||||
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r25" \
|
||||
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r26" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"docker-machine": {
|
||||
"arch": "amd64",
|
||||
"digest": "1f99dbad9e00fc30b16ebcf15b7a812a9f68ffdb604233c070c04d3780fc5075",
|
||||
"digest": "589403b1442f6af605efebd5941abf226e255addd043bd24b1b10ad8843f6692",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "0.16.2-3"
|
||||
"version": "0.16.2-4"
|
||||
},
|
||||
"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": {
|
||||
"arch": "amd64",
|
||||
"digest": "2b5273b8654569e8f059f892f3301ed4fe1110b3b27dd75190b71355b0219062",
|
||||
"digest": "473f28d602f6b677491b9099b60cc58c1e1fe70165689e0c869eee418d3a8235",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user