3.2.8-debian-10-r24 release
This commit is contained in:
parent
c2967d7a9d
commit
150b553ed9
|
|
@ -8,16 +8,16 @@ ENV OS_ARCH="amd64" \
|
|||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl docker git gzip jq procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.4-0" --checksum 0931d0145f2537ec2b22cb5d337c16e7c1bdc7b8b063103b8ded36526494ca53
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.8-3" --checksum 2a51df33f883dd15116bbf3b59b17a6a515c35b1875b369211c75a98a270bc68
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kubectl" "1.23.4-1" --checksum 6902b6f1b8789063c43f81f89345ba53ee9bc7ae5ec61f1b4fd539fd653107dd
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-workflow-exec" "3.2.8-4" --checksum 194fa2249e7ca703995a51d96d531cb45e27188d2fc9142ffc4fe2fc4edb5744
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/argo-workflow-exec/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="argo-workflow-exec" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.8-debian-10-r23" \
|
||||
BITNAMI_IMAGE_VERSION="3.2.8-debian-10-r24" \
|
||||
PATH="/opt/bitnami/kubectl/bin:/opt/bitnami/common/bin:/opt/bitnami/argo-workflow-exec/bin:/opt/bitnami/argo-workflow-exec/hack:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"argo-workflow-exec": {
|
||||
"arch": "amd64",
|
||||
"digest": "2a51df33f883dd15116bbf3b59b17a6a515c35b1875b369211c75a98a270bc68",
|
||||
"digest": "194fa2249e7ca703995a51d96d531cb45e27188d2fc9142ffc4fe2fc4edb5744",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "3.2.8-3"
|
||||
"version": "3.2.8-4"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
|
||||
"digest": "d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-6"
|
||||
"version": "1.14.0-7"
|
||||
},
|
||||
"kubectl": {
|
||||
"arch": "amd64",
|
||||
"digest": "0931d0145f2537ec2b22cb5d337c16e7c1bdc7b8b063103b8ded36526494ca53",
|
||||
"digest": "6902b6f1b8789063c43f81f89345ba53ee9bc7ae5ec61f1b4fd539fd653107dd",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.23.4-0"
|
||||
"version": "1.23.4-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -74,9 +74,8 @@ is_dir_empty() {
|
|||
# boolean
|
||||
#########################
|
||||
is_mounted_dir_empty() {
|
||||
local -r path="${1:?missing directory}"
|
||||
# Calculate real path in order to avoid issues with symlinks
|
||||
local -r dir="$(realpath "$path")"
|
||||
local dir="${1:?missing directory}"
|
||||
|
||||
if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then
|
||||
true
|
||||
else
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ Deploying Bitnami applications as Helm Charts is the easiest way to get started
|
|||
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/).
|
||||
|
||||
|
||||
* [`3`, `3-debian-10`, `3.2.8`, `3.2.8-debian-10-r23`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.2.8-debian-10-r23/3/debian-10/ Dockerfile)
|
||||
* [`3`, `3-debian-10`, `3.2.8`, `3.2.8-debian-10-r24`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-workflow-exec/blob/3.2.8-debian-10-r24/3/debian-10/ Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/argo-workflow-exec GitHub repo](https://github.com/bitnami/bitnami-docker-argo-workflow-exec).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue