p10/other/nginx (sha256:3b8e859c74eec064fb071b7616fb4b62bcbf9ecee3298b49c61378133efaf65d)

Published 2024-05-24 17:41:39 +03:00 by fedorovand

Installation

docker pull gitea.basealt.ru/images_repo/p10/other/nginx@sha256:3b8e859c74eec064fb071b7616fb4b62bcbf9ecee3298b49c61378133efaf65d
sha256:3b8e859c74eec064fb071b7616fb4b62bcbf9ecee3298b49c61378133efaf65d

About this package

Fast HTTP server, extremely useful as an Apache frontend

Image Layers

MAINTAINER [Alexey Shabalin <shaba@altlinux.org>] [Mikhail Gordeev <obirvalger@altlinux.org]
ADD file:5baae488d66c9db34fe5f32c3e1fb75771157c1567f03f9cf327db694f9d4c18 in /
/bin/sh -c true > /etc/security/limits.d/50-defaults.conf
CMD ["/bin/bash"]
MAINTAINER alt-cloud
LABEL org.opencontainers.image.title="nginx"
LABEL org.opencontainers.image.description="Fast HTTP server, extremely useful as an Apache frontend"
LABEL org.opencontainers.image.source="https://nginx.org/"
LABEL org.opencontainers.image.licenses="BSD"
LABEL org.opencontainers.image.vendor="ALT Linux Team"
/bin/sh -c apt-get update && $([ "$(rpm --eval %_host_cpu)" = i586 ] && echo linux32) apt-get install -y nginx apache2-html tzdata && rm -f /var/cache/apt/archives/*.rpm /var/cache/apt/*.bin /var/lib/apt/lists/*.*
/bin/sh -c cd /etc/nginx/sites-enabled.d && ln -s ../sites-available.d/default.conf .
/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log
/bin/sh -c ln -sf /dev/stderr /var/log/nginx/error.log
/bin/sh -c sed -Ei 's/^([[:space:]]*listen[[:space:]]+)localhost(:80)/\10.0.0.0\2/' /etc/nginx/sites-available.d/default.conf
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

Labels

Key Value
io.buildah.version 1.33.7
org.opencontainers.image.description Fast HTTP server, extremely useful as an Apache frontend
org.opencontainers.image.licenses BSD
org.opencontainers.image.source https://nginx.org/
org.opencontainers.image.title nginx
org.opencontainers.image.vendor ALT Linux Team
Details
Container
2024-05-24 17:41:39 +03:00
2
OCI / Docker
linux/amd64
BSD
49 MiB
Versions (1) View all
latest 2024-05-24