mirror of
https://github.com/bitnami/containers.git
synced 2026-03-10 06:59:47 +08:00
14.9.0-debian-10-r0 release
This commit is contained in:
@@ -12,7 +12,7 @@ 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-6" --checksum fb6f4aaea8eec3a025b7442fcc4bb3e07fa00c331cfea9680851019b516d95f5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-6" --checksum 2b184a3bb0f736ef9a97fd25d4c734467be0c13d8381608895c3267c0d0c356b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.8.2-0" --checksum 8a3db5f16bbb732902e106c7ab57035a0abcdd18df262cc8222b307d6548e340
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "14.9.0-0" --checksum 40e34f98df3ac63e6a5c21f0350123ed261cea25a1d7c9b7c83ee5ff145772fb
|
||||
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.8.2-debian-10-r19" \
|
||||
BITNAMI_IMAGE_VERSION="14.9.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"gitlab-runner": {
|
||||
"arch": "amd64",
|
||||
"digest": "8a3db5f16bbb732902e106c7ab57035a0abcdd18df262cc8222b307d6548e340",
|
||||
"digest": "40e34f98df3ac63e6a5c21f0350123ed261cea25a1d7c9b7c83ee5ff145772fb",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "14.8.2-0"
|
||||
"version": "14.9.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
Reference in New Issue
Block a user