techboredom-int-nginx (1.0.3)

Published 2025-08-18 23:19:02 -05:00 by DeChache

Installation

docker pull quasar.techboredom.com/dechache/techboredom-int-nginx:1.0.3
sha256:bc0487b86f38a287c58d32b6458f0019c38c2afd87c102f4732f51fea50379af

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:b4619a63cd7829e1338ddaa4995ca17003002dd54b0dfd675a6f54a2b69151a6 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update -y && apt-get upgrade -y # buildkit
RUN /bin/sh -c apt-get install -y nginx # buildkit
COPY confs/reflection.int.techboredom.com.conf /etc/nginx/conf.d/reflection.int.techboredom.com.conf # buildkit
COPY confs/hornet.int.techboredom.com.conf /etc/nginx/conf.d/hornet.int.techboredom.com.conf # buildkit
RUN /bin/sh -c mkdir -p /data/reflection # buildkit
COPY landing_pages/reflection-int.html /data/reflection/index.html # buildkit
COPY landing_pages/hornet-int.html /data/hornet/index.html # buildkit
CMD ["nginx" "-g" "daemon off;"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-08-18 23:19:02 -05:00
0
OCI / Docker
linux/amd64
69 MiB
Versions (1) View all
1.0.3 2025-08-18