-
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
4 changed files
with
30 additions
and
17 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
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,2 +1,2 @@ | ||
ARG GOLANG_VERSION | ||
FROM golang:${GOLANG_VERSION} AS golang | ||
ARG IMAGE | ||
FROM ${IMAGE} | ||
Check warning on line 2 in Dockerfile
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Docker Images Collection | ||
|
||
A collection of docker images from docker hub republished to github container repository. | ||
|
||
## Adding New Image | ||
|
||
Edit [github workflows](./.github/workflows/docker.yml#L15) and add new items containing the docker image name and version |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-----BEGIN PUBLIC KEY----- | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEtCYseinml81/4Ah2GrH2KfXEv1t/ | ||
O63Vi/JKvQDB7jOVnSS/gJDIiosu0XNgrad8XNNoN7FWgLgksusIxzVvYA== | ||
-----END PUBLIC KEY----- |