File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 if : steps.publish_strategy.outputs.should_publish == 'true'
7474 id : meta
7575 uses : docker/metadata-action@v5
76+ env :
77+ DOCKER_METADATA_ANNOTATIONS_LEVELS : index
7678 with :
7779 images : ghcr.io/icoretech/codex-docker
7880 labels : |
@@ -100,4 +102,5 @@ jobs:
100102 push : true
101103 tags : ${{ steps.meta.outputs.tags }}
102104 labels : ${{ steps.meta.outputs.labels }}
105+ annotations : ${{ steps.meta.outputs.annotations }}
103106 provenance : mode=max
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ RUN apk add --no-cache \
3535 && mkdir -p /home/codex/.codex /workspace \
3636 && chown -R codex:codex /home/codex /workspace
3737
38+ LABEL org.opencontainers.image.source="https://github.com/icoretech/codex-docker" \
39+ org.opencontainers.image.description="Multi-arch OpenAI Codex CLI Docker image built from official upstream releases"
40+
3841COPY --from=downloader /tmp/codex /usr/local/bin/codex
3942COPY scripts/codex-bootstrap /usr/local/bin/codex-bootstrap
4043COPY scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
You can’t perform that action at this time.
0 commit comments