-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added certificates in scratch base image: (#70)
* added certificates in scratch base image: * fix command for adding certs * update goreleaser and removed deprecated function * revert changed function * change goarch * go checkout * added goarm option for gorach * revert changes to the dockerfile to test * added back alpine * test arm64 * added back v8 * try running as alpine instead of scratch * try without adding certs Co-authored-by: Luke Reed <luke@lreed.net>
- Loading branch information
1 parent
ead0ec4
commit 6cfd1af
Showing
3 changed files
with
7 additions
and
4 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,4 +1,4 @@ | ||
FROM scratch | ||
FROM alpine:3.15 | ||
|
||
USER nobody | ||
COPY nova / | ||
|