karso (latest)

Published 2025-02-10 22:17:39 +01:00 by HeeroYui in kangaroo-and-rabbit/karso

Installation

docker pull gitea.atria-soft.org/kangaroo-and-rabbit/karso:latest
sha256:0f34dec1cb0f3280fcc31e72bc400a7c2c0273ca01a4505ff8265e5611541010

About this package

Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.

Image Layers

LABEL org.opencontainers.image.title=Arch Linux base-devel Image
LABEL org.opencontainers.image.description=Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
LABEL org.opencontainers.image.authors=Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
LABEL org.opencontainers.image.url=https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
LABEL org.opencontainers.image.documentation=https://wiki.archlinux.org/title/Docker#Arch_Linux
LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker
LABEL org.opencontainers.image.licenses=GPL-3.0-or-later
LABEL org.opencontainers.image.version=20250209.0.306557
LABEL org.opencontainers.image.revision=ae0527df18a9c5b94b28351b2265a20012d2fda0
LABEL org.opencontainers.image.created=2025-02-09T00:07:51+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20250209.0.306557' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
RUN /bin/sh -c pacman -Syu --noconfirm && pacman-db-upgrade && pacman -S --noconfirm jdk-openjdk wget && pacman -Scc --noconfirm # buildkit
WORKDIR /tmp
ENV LANG=C.UTF-8
COPY /tmp/out/maven/*.jar /application/application.jar # buildkit
COPY /tmp/dist /application/front/ # buildkit
WORKDIR /application/
EXPOSE map[80/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:80/api/health_check || exit 1"] "30s" "5s" "10s" "2s" '\n'}
CMD ["java" "-Xms64M" "-Xmx1G" "-cp" "/application/application.jar" "org.kar.karso.WebLauncher"]

Labels

Key Value
org.opencontainers.image.authors Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
org.opencontainers.image.created 2025-02-09T00:07:51+00:00
org.opencontainers.image.description Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
org.opencontainers.image.documentation https://wiki.archlinux.org/title/Docker#Arch_Linux
org.opencontainers.image.licenses GPL-3.0-or-later
org.opencontainers.image.revision ae0527df18a9c5b94b28351b2265a20012d2fda0
org.opencontainers.image.source https://gitlab.archlinux.org/archlinux/archlinux-docker
org.opencontainers.image.title Arch Linux base-devel Image
org.opencontainers.image.url https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
org.opencontainers.image.version 20250209.0.306557
Details
Container
2025-02-10 22:17:39 +01:00
47
OCI / Docker
linux/amd64
Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
GPL-3.0-or-later
1.3 GiB
Versions (1) View all
latest 2025-02-10