karate-blob-game-server (sha256:12b4ce8128a0ceb557d77295959500476b04d7e5ddbb0dacb9cab7662f4be1e8)

Published 2023-04-20 17:20:35 +00:00 by jenkins

Installation

docker pull vcs.lukas-scheerer.de/spicysources/karate-blob-game-server@sha256:12b4ce8128a0ceb557d77295959500476b04d7e5ddbb0dacb9cab7662f4be1e8
sha256:12b4ce8128a0ceb557d77295959500476b04d7e5ddbb0dacb9cab7662f4be1e8

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=20.04
ADD file:d05d1c0936b046937bd5755876db2f8da3ed8ccbcf464bb56c312fbc7ed78589 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt update && apt install -y wget unzip && wget https://github.com/godotengine/godot/releases/download/4.0.2-stable/Godot_v4.0.2-stable_linux.x86_64.zip && unzip /Godot_v4.0.2-stable_linux.x86_64.zip && rm /Godot_v4.0.2-stable_linux.x86_64.zip && chmod +x /Godot_v4.0.2-stable_linux.x86_64 # buildkit
COPY godot /karate-blob # buildkit
RUN /bin/sh -c /Godot_v4.0.2-stable_linux.x86_64 --path /karate-blob --display-driver headless --export-pack "Server_linux_x86_64" /root/karate-blob-server-linux_x86_64.pck && rm -R /karate-blob # buildkit
ENTRYPOINT ["/Godot_v4.0.2-stable_linux.x86_64" "--server" "--display-driver" "headless" "--main-pack" "/root/karate-blob-server-linux_x86_64.pck"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 20.04
Details
Container
2023-04-20 17:20:35 +00:00
1
OCI / Docker
linux/amd64
119 MiB
Versions (7) View all