Skip to content

Commit

Permalink
fix: images labels
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 7, 2023
1 parent c9156f9 commit db430af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,13 @@ jobs:
type=raw,value=${{matrix.version.short}}
type=raw,value=${{matrix.version.full}}
labels: |
[email protected],[email protected]
org.opencontainers.image.title=@Alwatr/${{matrix.name}}
org.opencontainers.image.title="alwatr/${{matrix.name}}"
org.opencontainers.image.authors=S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)
org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/${{matrix.name}}"
org.opencontainers.image.licenses="MIT"
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/${{matrix.name}}"
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/${{matrix.name}}"
org.opencontainers.image.vendor="Alwatr"
- name: 🏗 Install cosign
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder == 'true' }}
Expand Down
7 changes: 0 additions & 7 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
FROM docker.io/library/alpine:3.17

LABEL org.opencontainers.image.title="alpine"
LABEL org.opencontainers.image.source="https://github.com/Alwatr/containers"
LABEL org.opencontainers.image.description="Minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size!"
LABEL org.opencontainers.image.authors="Alwatr <[email protected]> (https://alwatr.ir)"
LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.url="https://github.com/Alwatr/containers/alpine"
LABEL org.opencontainers.image.documentation="https://github.com/Alwatr/containers/alpine/README.md"
LABEL org.opencontainers.image.vendor="Alwatr"

ARG APK_TESTING
RUN set -ex; \
Expand Down

0 comments on commit db430af

Please sign in to comment.