oss

yeet (sha256:9ea1d0363b7d21a8ac214320cb978e37188e59f83877800ac347672ca00578b9)

Published 2026-05-24 01:42:46 +02:00 by oss

Installation

docker pull git.ossalali.com/oss/yeet@sha256:9ea1d0363b7d21a8ac214320cb978e37188e59f83877800ac347672ca00578b9
sha256:9ea1d0363b7d21a8ac214320cb978e37188e59f83877800ac347672ca00578b9

About this package

Backend for yeet -- a personal Pushbullet-clone (Kotlin/JVM + Ktor)

Image layers

ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ENV JAVA_HOME=/opt/java/openjdk
ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
RUN /bin/sh -c set -eux; apk add --no-cache fontconfig ttf-dejavu gnupg ca-certificates p11-kit-trust musl-locales musl-locales-lang tzdata coreutils openssl ; rm -rf /var/cache/apk/* # buildkit
ENV JAVA_VERSION=jdk-21.0.11+10
RUN /bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in aarch64) ESUM='33399db5fb4f542df36a706d6642a3ba1fab3d247da707273a11ef29e39f0705'; BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_aarch64_alpine-linux_hotspot_21.0.11_10.tar.gz'; ;; x86_64) ESUM='b75c9f0dd052adfd213f0c2c1cc0c8a6d4539a8de9f7947d2b8fc45d18289975'; BINARY_URL='https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.11%2B10/OpenJDK21U-jre_x64_alpine-linux_hotspot_21.0.11_10.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; wget -O /tmp/openjdk.tar.gz.sig ${BINARY_URL}.sig; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3B04D753C9050D9A5D343F39843C48A565F8F04B; gpg --batch --verify /tmp/openjdk.tar.gz.sig /tmp/openjdk.tar.gz; rm -rf "${GNUPGHOME}" /tmp/openjdk.tar.gz.sig; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm -f /tmp/openjdk.tar.gz; # buildkit
RUN /bin/sh -c set -eux; echo "Verifying install ..."; echo "java --version"; java --version; echo "Complete." # buildkit
COPY --chmod=755 entrypoint.sh /__cacert_entrypoint.sh # buildkit
ENTRYPOINT ["/__cacert_entrypoint.sh"]
RUN /bin/sh -c apk add --no-cache curl # buildkit
WORKDIR /app
ARG GIT_SHA=dev
ENV GIT_SHA=6f337f6db933f0f2f137b945d169c475dd98499f
COPY /src/server/build/libs/server-all.jar /app/server.jar # buildkit
COPY docker/entrypoint.sh /app/entrypoint.sh # buildkit
RUN |1 GIT_SHA=6f337f6db933f0f2f137b945d169c475dd98499f /bin/sh -c chmod +x /app/entrypoint.sh # buildkit
EXPOSE map[8090/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "curl -fsS http://127.0.0.1:8090/healthz || exit 1"] "30s" "5s" "30s" "0s" '\x03'}
ENTRYPOINT ["/app/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-05-23T23:42:39.068Z
org.opencontainers.image.description Backend for yeet -- a personal Pushbullet-clone (Kotlin/JVM + Ktor)
org.opencontainers.image.licenses
org.opencontainers.image.revision 6f337f6db933f0f2f137b945d169c475dd98499f
org.opencontainers.image.source https://git.ossalali.com/oss/yeet-backend
org.opencontainers.image.title yeet-backend
org.opencontainers.image.url https://git.ossalali.com/oss/yeet-backend
org.opencontainers.image.version latest
Details
Container
2026-05-24 01:42:46 +02:00
1
OCI / Docker
linux/amd64
105 MiB
Versions (22) View all
latest 2026-07-04
sha-ca7e9cc 2026-07-04
sha-fb3c54c 2026-07-04
sha-fa82c0e 2026-07-03
sha-a241d89 2026-07-03