mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 21:07:23 +08:00
14.7.0-debian-10-r14 release
This commit is contained in:
@@ -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-r13" \
|
||||
BITNAMI_IMAGE_VERSION="14.7.0-debian-10-r14" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -60,6 +60,6 @@ component_unpack() {
|
||||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
|
||||
rm "${base_name}.tar.gz"
|
||||
}
|
||||
|
||||
@@ -38,7 +38,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/).
|
||||
|
||||
|
||||
* [`14`, `14-debian-10`, `14.7.0`, `14.7.0-debian-10-r13`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.7.0-debian-10-r13/14/debian-10/ Dockerfile)
|
||||
* [`14`, `14-debian-10`, `14.7.0`, `14.7.0-debian-10-r14`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.7.0-debian-10-r14/14/debian-10/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user