mirror of
https://github.com/bitnami/containers.git
synced 2026-03-11 07:39:06 +08:00
2.0.4-debian-10-r0 release
This commit is contained in:
@@ -9,14 +9,14 @@ ENV HOME="/" \
|
|||||||
COPY prebuildfs /
|
COPY prebuildfs /
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
RUN install_packages ca-certificates curl gzip procps tar wget
|
RUN install_packages ca-certificates curl gzip procps tar wget
|
||||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/argo-cd-2.0.3-1-linux-amd64-debian-10.tar.gz && \
|
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/argo-cd-2.0.4-0-linux-amd64-debian-10.tar.gz && \
|
||||||
echo "ea186d8daa83074faca3653c3f65d75f3ea847743cbc2904e7a333e92a00883e /tmp/bitnami/pkg/cache/argo-cd-2.0.3-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
echo "df45b3e85eae0926c8ad8f917428c715d8ff86feb5107a356c535bece92e0f9d /tmp/bitnami/pkg/cache/argo-cd-2.0.4-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||||
tar -zxf /tmp/bitnami/pkg/cache/argo-cd-2.0.3-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
tar -zxf /tmp/bitnami/pkg/cache/argo-cd-2.0.4-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||||
rm -rf /tmp/bitnami/pkg/cache/argo-cd-2.0.3-1-linux-amd64-debian-10.tar.gz
|
rm -rf /tmp/bitnami/pkg/cache/argo-cd-2.0.4-0-linux-amd64-debian-10.tar.gz
|
||||||
RUN useradd -r -u 1001 -g root argo-cd
|
RUN useradd -r -u 1001 -g root argo-cd
|
||||||
|
|
||||||
ENV BITNAMI_APP_NAME="argo-cd" \
|
ENV BITNAMI_APP_NAME="argo-cd" \
|
||||||
BITNAMI_IMAGE_VERSION="2.0.3-debian-10-r4" \
|
BITNAMI_IMAGE_VERSION="2.0.4-debian-10-r0" \
|
||||||
PATH="/opt/bitnami/argo-cd/bin:$PATH"
|
PATH="/opt/bitnami/argo-cd/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"argo-cd": {
|
"argo-cd": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "ea186d8daa83074faca3653c3f65d75f3ea847743cbc2904e7a333e92a00883e",
|
"digest": "df45b3e85eae0926c8ad8f917428c715d8ff86feb5107a356c535bece92e0f9d",
|
||||||
"distro": "debian-10",
|
"distro": "debian-10",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "2.0.3-1"
|
"version": "2.0.4-0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -34,7 +34,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/).
|
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.0.3`, `2.0.3-debian-10-r4`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/2.0.3-debian-10-r4/2/debian-10/ Dockerfile)
|
* [`2`, `2-debian-10`, `2.0.4`, `2.0.4-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-acmesolver/blob/2.0.4-debian-10-r0/2/debian-10/ Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).
|
Subscribe to project updates by watching the [bitnami/argo-cd GitHub repo](https://github.com/bitnami/bitnami-docker-argo-cd).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user