apos (sha256:983d86a33a12a1c916652b449fda63716717fcbec206b7bb8dac19d5a91c4b41)

Published 2026-04-21 06:43:10 +00:00 by s4lieri in s4lieri/apos

Installation

docker pull forgejo.shardnet.tech/s4lieri/apos@sha256:983d86a33a12a1c916652b449fda63716717fcbec206b7bb8dac19d5a91c4b41
sha256:983d86a33a12a1c916652b449fda63716717fcbec206b7bb8dac19d5a91c4b41

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates tini curl unzip openvpn iproute2 wireguard-tools iptables procps && rm -rf /var/lib/apt/lists/* # buildkit
ARG XRAY_VERSION=26.3.27
RUN |1 XRAY_VERSION=26.3.27 /bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in amd64) xarch="64" ;; arm64) xarch="arm64-v8a" ;; *) echo "unsupported arch: $arch" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/XTLS/Xray-core/releases/download/v${XRAY_VERSION}/Xray-linux-${xarch}.zip" -o /tmp/xray.zip && unzip /tmp/xray.zip -d /tmp/xray && mv /tmp/xray/xray /usr/local/bin/xray && chmod +x /usr/local/bin/xray && rm -rf /tmp/xray /tmp/xray.zip # buildkit
RUN |1 XRAY_VERSION=26.3.27 /bin/sh -c mkdir -p /var/lib/apos /tmp/apos && chmod 755 /var/lib/apos /tmp/apos # buildkit
COPY /out/apos /usr/local/bin/apos # buildkit
ENTRYPOINT ["tini" "--"]
CMD ["/usr/local/bin/apos"]
Details
Container
2026-04-21 06:43:10 +00:00
1
OCI / Docker
linux/amd64
54 MiB
Versions (4) View all
0.2.2 2026-04-22
0.2.1 2026-04-21
0.2.0 2026-04-21
latest 2026-04-21