Block a user
swift-mqtt-dewpoint (sha-916fcb3)
Installation
docker pull git.housh.dev/michael/swift-mqtt-dewpoint:sha-916fcb3sha256:6bc5ded3059ffd0d76082774b7bab186d1c919dd5258808d431894605fdd0937
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 32327e14f0 | linux/arm64 | 94 MiB |
Image Layers ( linux/arm64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:53ce73ebbd6d87a234a33414686f12909aaaf28b7238593f746a327c7d004ce7 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=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 |
| ARG SWIFT_PLATFORM=ubuntu22.04 |
| ARG SWIFT_BRANCH=swift-5.10.1-release |
| ARG SWIFT_VERSION=swift-5.10.1-RELEASE |
| ARG SWIFT_WEBROOT=https://download.swift.org |
| ENV SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu22.04 SWIFT_BRANCH=swift-5.10.1-release SWIFT_VERSION=swift-5.10.1-RELEASE SWIFT_WEBROOT=https://download.swift.org |
| RUN |5 SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561 SWIFT_PLATFORM=ubuntu22.04 SWIFT_BRANCH=swift-5.10.1-release SWIFT_VERSION=swift-5.10.1-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 |
| COPY /build/.build/release/dewpoint-controller /usr/local/bin # buildkit |
| CMD ["/bin/bash" "-xc" "/usr/local/bin/dewpoint-controller run"] |
Labels
| Key | Value |
|---|---|
| description | Docker Container for the Swift programming language |
| maintainer | Swift Infrastructure <swift-infrastructure@forums.swift.org> |
| org.opencontainers.image.created | 2024-11-19T22:33:34.711Z |
| org.opencontainers.image.description | MQTT dewpoint controller for the FrankenSystem. |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.revision | 916fcb3584ebeda06b4cc7fbbea3b4c4056e56b2 |
| org.opencontainers.image.source | https://git.housh.dev/michael/swift-mqtt-dewpoint |
| org.opencontainers.image.title | swift-mqtt-dewpoint |
| org.opencontainers.image.url | https://git.housh.dev/michael/swift-mqtt-dewpoint |
| org.opencontainers.image.version | 0.2.2 |
Details
Versions (8)
View all