mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 15:40:15 +08:00
[bitnami/nginx] Release 1.22.1-debian-11-r0 (#10737)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="1.22.0-debian-11-r50" \
|
org.opencontainers.image.ref.name="1.22.1-debian-11-r0" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx" \
|
||||||
org.opencontainers.image.title="nginx" \
|
org.opencontainers.image.title="nginx" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="1.22.0"
|
org.opencontainers.image.version="1.22.1"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -22,7 +22,7 @@ RUN install_packages ca-certificates curl libcrypt1 libgeoip1 libpcre3 libssl1.1
|
|||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"render-template-1.0.3-154-linux-${OS_ARCH}-debian-11" \
|
"render-template-1.0.3-154-linux-${OS_ARCH}-debian-11" \
|
||||||
"nginx-1.22.0-163-linux-${OS_ARCH}-debian-11" \
|
"nginx-1.22.1-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
@@ -43,7 +43,7 @@ RUN ln -sf /dev/stderr /opt/bitnami/nginx/logs/error.log
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
RUN /opt/bitnami/scripts/nginx/postunpack.sh
|
||||||
ENV APP_VERSION="1.22.0" \
|
ENV APP_VERSION="1.22.1" \
|
||||||
BITNAMI_APP_NAME="nginx" \
|
BITNAMI_APP_NAME="nginx" \
|
||||||
NGINX_HTTPS_PORT_NUMBER="" \
|
NGINX_HTTPS_PORT_NUMBER="" \
|
||||||
NGINX_HTTP_PORT_NUMBER="" \
|
NGINX_HTTP_PORT_NUMBER="" \
|
||||||
|
|||||||
@@ -8,10 +8,10 @@
|
|||||||
},
|
},
|
||||||
"nginx": {
|
"nginx": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"digest": "0932a15949e17ae43d8de7e82dcc871f7a70d2c11284c8676746184d6230a219",
|
"digest": "df94c4c4ef818fe8b79e0633c5392be89b05a4fe403566d429a5dd6b3c21275e",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "1.22.0-163"
|
"version": "1.22.1-0"
|
||||||
},
|
},
|
||||||
"render-template": {
|
"render-template": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "1.22"
|
- "1.22"
|
||||||
- "1.22-debian-11"
|
- "1.22-debian-11"
|
||||||
- "1.22.0"
|
- "1.22.1"
|
||||||
|
|||||||
@@ -576,7 +576,7 @@ $ docker-compose up nginx
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user