company-website (0.3.0)

Published 2023-04-06 17:54:29 +00:00 by javier

Installation

docker pull repo.rock-n-code.com/rock-n-code/company-website:0.3.0
sha256:70d1f63b83ad52f3cb4f4a270e7b242c9ed3f565f242e61965897c72300bf1a2

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:c8ef6447752cab2541ffca9e3cfa27d581f3491bc8f356f6eafd951243609341 in /
CMD ["/bin/bash"]
RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q dist-upgrade -y && apt-get -q install -y ca-certificates tzdata && rm -r /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd --user-group --create-home --system --skel /dev/null --home-dir /app vapor # buildkit
WORKDIR /app
COPY /staging /app # buildkit
USER vapor:vapor
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["./Run"]
CMD ["serve" "--env" "production" "--hostname" "0.0.0.0" "--port" "8080"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2023-04-06 17:54:29 +00:00
1
OCI / Docker
linux/amd64
93 MiB
Versions (26) View all
latest 2023-08-15
0.4.3 2023-08-15
0.4.2 2023-08-09
0.4.1 2023-08-08
0.4.0 2023-08-07