2.2.5-debian-10-r20 release

This commit is contained in:
Bitnami Bot
2022-03-02 01:22:25 +00:00
parent 2f1bba13e4
commit 3126f1aae6
4 changed files with 19 additions and 20 deletions

View File

@@ -9,11 +9,11 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl git git-lfs gnupg gzip libc6 openssh-server procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.2-3" --checksum 36bd1af0b15f3f8bae64101a5f5decf1c1c3a30809bf2bf7146e7a8981882938
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-6" --checksum 8f4c68b1ed1fcbba8a7f4ca8f3d396ead5ecbc8d77f6d8de502bef94f47dfa31
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.0-3" --checksum 8ef06f47a0a68457511a5fe342a744608ce8b55b323e765cc37241974a0cd96f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.5-3" --checksum 547301c2f6ab6cf6c17dee9ebb76c04bf122024db1bed033d58d69208b13212e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kustomize" "4.5.2-4" --checksum eb65852edea7e3490c15b3a016e5e17ef1beec9aca862661a86c2e6f9b07f2cc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ksonnet" "0.13.1-7" --checksum d0add05910e38e57f69c2ed7bb208ba89a68867495ef0d40e40124b7a58c4ab0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "helm" "3.8.0-4" --checksum 6c6f04df1656d3019431ba713ae9fa4077443fb1015449dbd2c090d9a86e9077
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "argo-cd" "2.2.5-4" --checksum 620b17b13a2f136c60e3311653b220658eef041a811d9af4b04498bc8eec67f6
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -21,7 +21,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/argo-cd/postunpack.sh
ENV BITNAMI_APP_NAME="argo-cd" \
BITNAMI_IMAGE_VERSION="2.2.5-debian-10-r19" \
BITNAMI_IMAGE_VERSION="2.2.5-debian-10-r20" \
LIBNSS_WRAPPER_PATH="/opt/bitnami/common/lib/libnss_wrapper.so" \
LNAME="argocd" \
NSS_WRAPPER_GROUP="/opt/bitnami/argo-cd/nss_group" \

View File

@@ -1,37 +1,37 @@
{
"argo-cd": {
"arch": "amd64",
"digest": "547301c2f6ab6cf6c17dee9ebb76c04bf122024db1bed033d58d69208b13212e",
"digest": "620b17b13a2f136c60e3311653b220658eef041a811d9af4b04498bc8eec67f6",
"distro": "debian-10",
"type": "NAMI",
"version": "2.2.5-3"
"version": "2.2.5-4"
},
"gosu": {
"arch": "amd64",
"digest": "6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664",
"digest": "d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-6"
"version": "1.14.0-7"
},
"helm": {
"arch": "amd64",
"digest": "8ef06f47a0a68457511a5fe342a744608ce8b55b323e765cc37241974a0cd96f",
"digest": "6c6f04df1656d3019431ba713ae9fa4077443fb1015449dbd2c090d9a86e9077",
"distro": "debian-10",
"type": "NAMI",
"version": "3.8.0-3"
"version": "3.8.0-4"
},
"ksonnet": {
"arch": "amd64",
"digest": "8f4c68b1ed1fcbba8a7f4ca8f3d396ead5ecbc8d77f6d8de502bef94f47dfa31",
"digest": "d0add05910e38e57f69c2ed7bb208ba89a68867495ef0d40e40124b7a58c4ab0",
"distro": "debian-10",
"type": "NAMI",
"version": "0.13.1-6"
"version": "0.13.1-7"
},
"kustomize": {
"arch": "amd64",
"digest": "36bd1af0b15f3f8bae64101a5f5decf1c1c3a30809bf2bf7146e7a8981882938",
"digest": "eb65852edea7e3490c15b3a016e5e17ef1beec9aca862661a86c2e6f9b07f2cc",
"distro": "debian-10",
"type": "NAMI",
"version": "4.5.2-3"
"version": "4.5.2-4"
}
}

View File

@@ -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

View File

@@ -38,7 +38,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/).
* [`2`, `2-debian-10`, `2.2.5`, `2.2.5-debian-10-r19`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.2.5-debian-10-r19/2/debian-10/ Dockerfile)
* [`2`, `2-debian-10`, `2.2.5`, `2.2.5-debian-10-r20`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-argo-cd/blob/2.2.5-debian-10-r20/2/debian-10/ Dockerfile)
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).