2.4.1-debian-10-r47 release
This commit is contained in:
parent
2f68c3fbfd
commit
f94877f1ff
|
|
@ -9,7 +9,7 @@ ENV HOME="/" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.18.1-0" --checksum 40e447d086be7878cbe76e99fa5cc1b004eaaaa5e3c88f1f505bdf500e1da613
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.19.1-0" --checksum fc3246374edb10a2d65df05c27187396ade8f91cb86e38b071704dcadde13802
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-jobservice" "2.4.1-7" --checksum 0ffc68aebf59d43a7d4b3478d5dc2b8fa1a78df9083987272a4a0cdaecdf997c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/harbor-jobservice/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="harbor-jobservice" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r46" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.1-debian-10-r47" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/harbor-jobservice/bin:$PATH"
|
||||
|
||||
VOLUME [ "/etc/jobservice", "/var/log/jobs" ]
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "40e447d086be7878cbe76e99fa5cc1b004eaaaa5e3c88f1f505bdf500e1da613",
|
||||
"digest": "fc3246374edb10a2d65df05c27187396ade8f91cb86e38b071704dcadde13802",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.18.1-0"
|
||||
"version": "4.19.1-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -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/).
|
||||
|
||||
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r46`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-jobservice/blob/2.4.1-debian-10-r46/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.1`, `2.4.1-debian-10-r47`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-jobservice/blob/2.4.1-debian-10-r47/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue