2.4.2-debian-10-r25 release
This commit is contained in:
parent
098a5b27c1
commit
17f88604b2
|
|
@ -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.24.2-0" --checksum 6671445790516400883182abf5e957645260585b8a9f9432a8a6b63b045b6559
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.24.3-0" --checksum 6cb749e7cdf243eb2ece3c27f07b01413f030430150748bdd94f91a00e169efa
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "harbor-jobservice" "2.4.2-1" --checksum b31863a1296df35127a6c3c8f49eff0f5a44e3bbb19dfd9eb93f1603baeae097
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
"digest": "6671445790516400883182abf5e957645260585b8a9f9432a8a6b63b045b6559",
|
||||
"digest": "6cb749e7cdf243eb2ece3c27f07b01413f030430150748bdd94f91a00e169efa",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.24.2-0"
|
||||
"version": "4.24.3-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.2`, `2.4.2-debian-10-r24`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-jobservice/blob/2.4.2-debian-10-r24/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.4.2`, `2.4.2-debian-10-r25`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-harbor-jobservice/blob/2.4.2-debian-10-r25/2/debian-10/Dockerfile)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue