warp-proxy (sha256:b3dd1b6f900a53cf475e18f43d4e4d2c8f47b1931c53202ec6eaf17df609c67b)

Published 2025-01-08 12:44:30 +00:00 by usbharu in usbharu/warp-proxy

Installation

docker pull git.usbharu.dev/usbharu/warp-proxy@sha256:b3dd1b6f900a53cf475e18f43d4e4d2c8f47b1931c53202ec6eaf17df609c67b
sha256:b3dd1b6f900a53cf475e18f43d4e4d2c8f47b1931c53202ec6eaf17df609c67b

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1734912000'
ARG DEBIAN_RELEASE=bullseye
ENV DEBIAN_FRONTEND=noninteractive
ENV LICENSE=
RUN |1 DEBIAN_RELEASE=bullseye /bin/sh -c true && apt update && apt upgrade -y && apt install -y gnupg ca-certificates curl socat && curl https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg && echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $DEBIAN_RELEASE main" | tee /etc/apt/sources.list.d/cloudflare-client.list && apt update && apt install cloudflare-warp -y --no-install-recommends && apt clean -y && rm -rf /var/lib/apt/lists/* # buildkit
COPY entrypoint.sh / # buildkit
RUN |1 DEBIAN_RELEASE=bullseye /bin/sh -c chmod +x /entrypoint.sh # buildkit
EXPOSE map[40000/tcp:{}]
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2025-01-08T12:43:53.886Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision a16d5cec34ddc9098855fa1358cb5a65e5cce809
org.opencontainers.image.source https://git.usbharu.dev/usbharu/warp-proxy
org.opencontainers.image.title warp-proxy
org.opencontainers.image.url https://git.usbharu.dev/usbharu/warp-proxy
org.opencontainers.image.version latest
Details
Container
2025-01-08 12:44:30 +00:00
3
OCI / Docker
linux/amd64
83 MiB
Versions (2) View all
latest 2025-01-08
a16d5ce 2025-01-08