-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
group GitHub actions updates into a single PR, clarify Dockerfiles
- Loading branch information
Showing
5 changed files
with
10 additions
and
6 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
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,7 +1,7 @@ | ||
FROM alpine:3.19 | ||
|
||
LABEL org.opencontainers.image.authors="Umputun <[email protected]>" | ||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker | ||
# enables automatic changelog generation by tools like Dependabot | ||
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage" | ||
|
||
ENV \ | ||
|
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ RUN \ | |
FROM scratch | ||
|
||
LABEL org.opencontainers.image.authors="Umputun <[email protected]>" | ||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker | ||
# enables automatic changelog generation by tools like Dependabot | ||
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage" | ||
|
||
ENV TZ=America/Chicago | ||
|
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,7 +1,7 @@ | ||
FROM golang:1.22-alpine | ||
|
||
LABEL org.opencontainers.image.authors="Umputun <[email protected]>" | ||
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#docker | ||
# enables automatic changelog generation by tools like Dependabot | ||
LABEL org.opencontainers.image.source="https://github.com/umputun/baseimage" | ||
|
||
ENV \ | ||
|