botto (c2992cbe)

Published 2026-09-14 18:35:28 -04:00 by nin0 in nin0/botto

Installation

docker pull git.nin0.dev/nin0/botto:c2992cbe
sha256:2f8a83afc4db2db3b58292174066f068ae32a9eb9bfea798c68dc56ad39d7ec3

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:06e064cbfe0750594affea730437107320bdf1e36232c304b900eaa55f88a633 in /
CMD ["/bin/bash"]
LABEL maintainer=Swift Infrastructure <swift-infrastructure@forums.swift.org>
LABEL description=Docker Container for the Swift programming language
RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q install -y libcurl4 libxml2 tzdata && rm -r /var/lib/apt/lists/* # buildkit
ARG SWIFT_SIGNING_KEY=52BB7E3DE28A71BE22EC05FFEF80A866B47A981F
ARG SWIFT_PLATFORM=ubuntu24.04
ARG SWIFT_BRANCH=swift-6.3.3-release
ARG SWIFT_VERSION=swift-6.3.3-RELEASE
ARG SWIFT_WEBROOT=https://download.swift.org
ENV SWIFT_SIGNING_KEY=52BB7E3DE28A71BE22EC05FFEF80A866B47A981F SWIFT_PLATFORM=ubuntu24.04 SWIFT_BRANCH=swift-6.3.3-release SWIFT_VERSION=swift-6.3.3-RELEASE SWIFT_WEBROOT=https://download.swift.org
RUN |5 SWIFT_SIGNING_KEY=52BB7E3DE28A71BE22EC05FFEF80A866B47A981F SWIFT_PLATFORM=ubuntu24.04 SWIFT_BRANCH=swift-6.3.3-release SWIFT_VERSION=swift-6.3.3-RELEASE SWIFT_WEBROOT=https://download.swift.org /bin/sh -c set -e; ARCH_NAME="$(dpkg --print-architecture)"; url=; case "${ARCH_NAME##*-}" in 'amd64') OS_ARCH_SUFFIX=''; ;; 'arm64') OS_ARCH_SUFFIX='-aarch64'; ;; *) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; esac; SWIFT_WEBDIR="$SWIFT_WEBROOT/$SWIFT_BRANCH/$(echo $SWIFT_PLATFORM | tr -d .)$OS_ARCH_SUFFIX" && SWIFT_BIN_URL="$SWIFT_WEBDIR/$SWIFT_VERSION/$SWIFT_VERSION-$SWIFT_PLATFORM$OS_ARCH_SUFFIX.tar.gz" && SWIFT_SIG_URL="$SWIFT_BIN_URL.sig" && export DEBIAN_FRONTEND=noninteractive && apt-get -q update && apt-get -q install -y curl gnupg && rm -rf /var/lib/apt/lists/* && export GNUPGHOME="$(mktemp -d)" && curl -fsSL "$SWIFT_BIN_URL" -o swift.tar.gz "$SWIFT_SIG_URL" -o swift.tar.gz.sig && gpg --batch --quiet --keyserver keyserver.ubuntu.com --recv-keys "$SWIFT_SIGNING_KEY" && gpg --batch --verify swift.tar.gz.sig swift.tar.gz && tar -xzf swift.tar.gz --directory / --strip-components=1 $SWIFT_VERSION-$SWIFT_PLATFORM$OS_ARCH_SUFFIX/usr/lib/swift/linux $SWIFT_VERSION-$SWIFT_PLATFORM$OS_ARCH_SUFFIX/usr/libexec/swift/linux && chmod -R o+r /usr/lib/swift /usr/libexec/swift && rm -rf "$GNUPGHOME" swift.tar.gz.sig swift.tar.gz && apt-get purge --auto-remove -y curl gnupg # buildkit
WORKDIR /data
COPY dir:42866f5e6a03899a52bef83efd6e1b5b36bff57e6e70b8d8d29977efe21c96c2 in /data/Emojis
COPY file:040db55124ee0e5c47f59d876453f856c1251e386d867d2c226ebe767afde5ad in /usr/local/bin/botto
/bin/sh -c apt-get update
/bin/sh -c apt-get install -y libgd3
ENTRYPOINT ["botto"]

Labels

Key Value
description Docker Container for the Swift programming language
io.buildah.version 1.43.1
maintainer Swift Infrastructure <swift-infrastructure@forums.swift.org>
org.opencontainers.image.version 24.04
Details
Container
2026-09-14 18:35:28 -04:00
0
OCI / Docker
linux/arm64/v8
159 MiB
Versions (3) View all
c2992cbe 2026-09-14
latest 2026-09-14
ee812ad4 2026-09-06