auth-ttfb (production)

Published 2024-05-21 12:49:03 -04:00 by colin

Installation

docker pull git.nixc.us/colin/auth-ttfb:production
sha256:07e52f83d6e283db208309faa725896c7f28a15a655085b404998c2f9f6a04a6

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:ac9d5a9d5b9b1217a6b26f1069a16bc48fa9c2ed76f3eaf28a8e643ae2058d11 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install -y apache2-utils bc dnsutils curl && rm -rf /var/lib/apt/lists/* # buildkit
COPY run-ttfb.sh /usr/local/bin/run-ttfb.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/run-ttfb.sh # buildkit
RUN /bin/sh -c mkdir -p /logs # buildkit
CMD ["/usr/local/bin/run-ttfb.sh"]

Labels

Key Value
com.docker.compose.project auth-ttfb
com.docker.compose.service auth-ttfb
com.docker.compose.version 2.27.0
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2024-05-21 12:49:03 -04:00
5
OCI / Docker
linux/amd64
51 MiB
Versions (2) View all
production 2024-05-21
staging 2024-05-21