15.1.0-debian-11-r0 release
This commit is contained in:
parent
6bc092cb25
commit
f7c5109def
|
|
@ -12,14 +12,14 @@ 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-150" --checksum eb2507a10791eb84d6291b9f25d75d40b001bdd4bc56d389c11710ac9013e768
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "docker-machine" "0.16.2-150" --checksum 886baeffa017cb857c4903c17854152b885005ca4d5a32c4a218e44594da62dd
|
||||
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" "15.0.0-150" --checksum 9e65bf7d4e19ef870dd9d80cb227762d47dab9f35d3e1924097cc086966d57b7
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner" "15.1.0-0" --checksum 71d08d57f25bd294dfb03f9c6774bd18a6f52818a7357d6303948e60e42934aa
|
||||
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/entrypoint.sh /entrypoint
|
||||
ENV APP_VERSION="15.0.0" \
|
||||
ENV APP_VERSION="15.1.0" \
|
||||
BITNAMI_APP_NAME="gitlab-runner" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"gitlab-runner": {
|
||||
"arch": "amd64",
|
||||
"digest": "9e65bf7d4e19ef870dd9d80cb227762d47dab9f35d3e1924097cc086966d57b7",
|
||||
"digest": "71d08d57f25bd294dfb03f9c6774bd18a6f52818a7357d6303948e60e42934aa",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.0.0-150"
|
||||
"version": "15.1.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -35,7 +35,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/).
|
||||
|
||||
|
||||
* [`15`, `15-debian-11`, `15.0.0`, `15.0.0-debian-11-r7`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/15.0.0-debian-11-r7/15/debian-11/ Dockerfile)
|
||||
* [`15`, `15-debian-11`, `15.1.0`, `15.1.0-debian-11-r0`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/15.1.0-debian-11-r0/15/debian-11/ Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r7` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner/blob/14.10.1-debian-11-r7/14/debian-11/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/gitlab-runner GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner).
|
||||
|
|
|
|||
Loading…
Reference in New Issue