Skip to content

Commit

Permalink
remove index annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Mart committed May 14, 2024
1 parent 723c21d commit 22e4cbe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
tags: "ghcr.io/${{ github.repository_owner }}/${{ steps.prep.outputs.image }}:${{ github.sha }}-${{ matrix.platform_short }}"
platforms: ${{ matrix.platform }}
provenance: false
outputs: type=image,annotation-index.org.opencontainers.image.description=Psibase build environment with Ubuntu ${{ inputs.ubuntu_version }} on ${{ matrix.platform }}
outputs: type=image

- name: (PR Only) - Build image archive
id: archive
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contributor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
tags: "ghcr.io/${{ github.repository_owner }}/psibase-contributor:${{ github.sha }}-${{ matrix.platform_short }}"
platforms: ${{ matrix.platform }}
provenance: false
outputs: type=image,annotation-index.org.opencontainers.image.description=Psibase development environment
outputs: type=image

- name: (PR Only) - Build image archive
if: ${{ github.event_name == 'pull_request' }}
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
tags: "ghcr.io/${{ github.repository_owner }}/psibase-contributor:${{ github.sha }}-${{ matrix.platform_short }}"
platforms: ${{ matrix.platform }}
provenance: false
outputs: type=image,annotation-index.org.opencontainers.image.description=Psibase development environment
outputs: type=image
merge:
name: merge multi-platform images
if: ${{ github.event_name != 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tool-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
tags: "ghcr.io/${{ github.repository_owner }}/${{ steps.prep.outputs.image }}:${{ github.sha }}-${{ matrix.platform_short }}"
platforms: ${{ matrix.platform }}
provenance: false
outputs: type=image,annotation-index.org.opencontainers.image.description=Config files for admin dashboard tools connecting to psinode over ${{ matrix.protocol }}
outputs: type=image

- name: (PR Only) - Build image archive
if: ${{ github.event_name == 'pull_request' }}
Expand Down
7 changes: 7 additions & 0 deletions docker/psibase-contributor.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,10 @@ export HOST_IP=$(ip route | awk "/default/ { print \$3 }") \
ENV CCACHE_DIR=${PSINODE_PATH}/.caches/ccache
ENV SCCACHE_DIR=${PSINODE_PATH}/.caches/sccache
ENV CCACHE_CONFIGPATH=${PSINODE_PATH}/ccache.conf

LABEL org.opencontainers.image.title="psibase-contributor"
LABEL org.opencontainers.image.description="Psibase development environment"
LABEL org.opencontainers.image.vendor="Fractally"
LABEL org.opencontainers.image.url="https://github.com/gofractally/image-builders/pkgs/container/psibase-contributor"
LABEL org.opencontainers.image.documentation="https://github.com/gofractally/image-builders"
LABEL org.opencontainers.image.source="https://github.com/gofractally/image-builders"

0 comments on commit 22e4cbe

Please sign in to comment.