# skopeo list-tags docker://ghcr.io/anomalyco/opencode| jq -r '.Tags[]' | grep -E '^[0-9]+\.[0-9]+.[0-9]+' | sort -V
# docker build --platform linux/amd64,linux/arm64 -t mack/opencode:1.18.30 --push -f Dockerfile.opencode .
FROM ghcr.io/anomalyco/opencode:1.18.30
RUN apk add --no-cache curl git skopeo jq github-cli
Content type
Image
Digest
sha256:4b9dab18f…
Size
107.5 MB
Last updated
15 days ago
docker pull mack/opencode:1.18.30