2.4.1-debian-10-r34 release

This commit is contained in:
Bitnami Bot
2022-01-25 09:28:42 +00:00
parent f0e92a8327
commit 97e70957ea
3 changed files with 11 additions and 11 deletions

View File

@@ -9,9 +9,9 @@ ENV HOME="/" \
COPY prebuildfs / COPY prebuildfs /
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 procps tar RUN install_packages acl ca-certificates curl gzip libc6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.17.2-0" --checksum e44965c2d2878443baa6c21214be5ce416a0ba34aaa3b23127ceb3aaefc72b4a RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.17.2-1" --checksum 73d43822094e9e5881673a0d0b69ca20a39af8bff4b5a48070675d1b064c9d59
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-jobservice" "2.4.1-5" --checksum b73836ab5ea89f58feb90686e662cb6479e2013151905ab79ef60826ff598af4 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-jobservice" "2.4.1-6" --checksum 0465ac54368356f47978d9e0cdf826ebd3af46313f8bcbfb27f5aa54d804eec4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami RUN chmod g+rwX /opt/bitnami
@@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/harbor-jobservice/postunpack.sh RUN /opt/bitnami/scripts/harbor-jobservice/postunpack.sh
ENV BITNAMI_APP_NAME="harbor-jobservice" \ ENV BITNAMI_APP_NAME="harbor-jobservice" \
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r33" \ BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r34" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:$PATH" PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:$PATH"
VOLUME [ "/etc/jobservice", "/var/log/jobs" ] VOLUME [ "/etc/jobservice", "/var/log/jobs" ]

View File

@@ -1,23 +1,23 @@
{ {
"gosu": { "gosu": {
"arch": "amd64", "arch": "amd64",
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5", "digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "1.14.0-2" "version": "1.14.0-3"
}, },
"harbor-jobservice": { "harbor-jobservice": {
"arch": "amd64", "arch": "amd64",
"digest": "b73836ab5ea89f58feb90686e662cb6479e2013151905ab79ef60826ff598af4", "digest": "0465ac54368356f47978d9e0cdf826ebd3af46313f8bcbfb27f5aa54d804eec4",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "2.4.1-5" "version": "2.4.1-6"
}, },
"yq": { "yq": {
"arch": "amd64", "arch": "amd64",
"digest": "e44965c2d2878443baa6c21214be5ce416a0ba34aaa3b23127ceb3aaefc72b4a", "digest": "73d43822094e9e5881673a0d0b69ca20a39af8bff4b5a48070675d1b064c9d59",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "4.17.2-0" "version": "4.17.2-1"
} }
} }

View File

@@ -44,7 +44,7 @@ Non-root container images add an extra layer of security and are generally recom
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/). 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/).
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r33`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-jobservice/blob/2.4.1-debian-10-r33/2/debian-10/Dockerfile) * [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r34`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-jobservice/blob/2.4.1-debian-10-r34/2/debian-10/Dockerfile)
## Configuration ## Configuration