-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; \ | ||
|