[bitnami/gitlab-runner-helper] Release 15.1.1-debian-11-r0 (#188)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b2907afb4d
commit
650f155ca3
|
|
@ -10,14 +10,14 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
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-151" --checksum 6af98ffaa7d8585ab128bdb8f322295eadb2d9857f8507f2e7c67bff4274c3e3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.1.0-2" --checksum acd06386950b19b1e5806fb9dacc7b823ecc2dfb9f876eee6475172c9d0d82ed
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gitlab-runner-helper" "15.1.1-0" --checksum 3b5b8f5ea2a9c2d9966a9bdeff935674d36418461b485b44c693a82feae27150
|
||||
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-helper/entrypoint.sh /entrypoint
|
||||
ENV APP_VERSION="15.1.0" \
|
||||
ENV APP_VERSION="15.1.1" \
|
||||
BITNAMI_APP_NAME="gitlab-runner-helper" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/gitlab-runner-helper/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
},
|
||||
"gitlab-runner-helper": {
|
||||
"arch": "amd64",
|
||||
"digest": "acd06386950b19b1e5806fb9dacc7b823ecc2dfb9f876eee6475172c9d0d82ed",
|
||||
"digest": "3b5b8f5ea2a9c2d9966a9bdeff935674d36418461b485b44c693a82feae27150",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.1.0-2"
|
||||
"version": "15.1.1-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -35,8 +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.1.0`, `15.1.0-debian-11-r8`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.1.0-debian-11-r8/15/debian-11/ Dockerfile)
|
||||
* [`14`, `14-debian-11`, `14.10.1`, `14.10.1-debian-11-r15` (14/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/14.10.1-debian-11-r15/14/debian-11/ Dockerfile)
|
||||
* [`15`, `15-debian-11`, `15.1.1`, `15.1.1-debian-11-r0`, `latest` (15/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/blob/15.1.1-debian-11-r0/15/debian-11/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/gitlab-runner-helper GitHub repo](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper).
|
||||
|
||||
|
|
@ -114,10 +113,6 @@ $ docker run --rm --name gitlab-runner-helper bitnami/gitlab-runner–helper:lat
|
|||
|
||||
Check the [official Gitlab Runner Helper documentation](https://docs.gitlab.com/runner/configuration/advanced-configuration.html#helper-image) for the list of the available parameters.
|
||||
|
||||
## Branch Deprecation Notice
|
||||
|
||||
Gitlab Runner Helper's branch 14 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 07-03-2022
|
||||
|
||||
## Contributing
|
||||
|
||||
We'd love for you to contribute to this Docker image. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-gitlab-runner-helper/pulls) with your contribution.
|
||||
|
|
|
|||
Loading…
Reference in New Issue