Block a user
drogon (v1.9.13)
Installation
docker pull git.nas-technologies.com/lbatuska/drogon:v1.9.13sha256:727fb8faf3c7f21d40e3ff428f38e7b50ab241ffea56a5ed714eb9c5e72cc176
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 9b459ca9f9 | linux/amd64 | 525 MiB |
Image Layers ( linux/amd64)
| 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="20260612.0.543927" |
| LABEL org.opencontainers.image.revision="34b87485162b028c8d957bdcd2674359d883cd21" |
| LABEL org.opencontainers.image.created="2026-06-12T09:09:14+00:00" |
| COPY dir:7629768567bf71842651e4594d7fdde398ad8c6aa83a4f3d9818cae3ca0e4457 in / |
| /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260612.0.543927' /etc/os-release |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| ARG DROGON_TAG=v1.9.13 |
| ENV CC=gcc-15 |
| ENV CXX=g++-15 |
| RUN |1 DROGON_TAG=v1.9.13 /bin/sh -c ln -sf /usr/share/zoneinfo/UTC /etc/localtime # buildkit |
| RUN |1 DROGON_TAG=v1.9.13 /bin/sh -c echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen # buildkit |
| ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8 |
| RUN |1 DROGON_TAG=v1.9.13 /bin/sh -c pacman-key --init && pacman-key --populate archlinux && pacman -Sy --noconfirm archlinux-keyring && pacman -Syu --noconfirm git curl wget c-ares util-linux-libs brotli postgresql-libs hiredis jsoncpp yaml-cpp zlib openssl gcc15 cmake ninja meson onetbb && pacman -Scc --noconfirm # buildkit |
| ADD https://api.github.com/repos/an-tao/drogon/git/refs/tags/v1.9.13 /drogon_version.json # buildkit |
| RUN |1 DROGON_TAG=v1.9.13 /bin/sh -c git clone https://github.com/an-tao/drogon /tmp/drogon && cd /tmp/drogon && git checkout ${DROGON_TAG} && git submodule update --init && ./build.sh && cd / && rm -rf /tmp/drogon # buildkit |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |
| 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 | 2026-06-12T09:09:14+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 | 34b87485162b028c8d957bdcd2674359d883cd21 |
| 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 | 20260612.0.543927 |