dump ca-certificates from alpine
This commit is contained in:
parent
6bb4ecc9f7
commit
8751bc2093
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
FROM alpine as builder
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
|
||||||
COPY ./result/bin/albatros /albatros
|
COPY ./result/bin/albatros /albatros
|
||||||
ENTRYPOINT ["/albatros"]
|
ENTRYPOINT ["/albatros"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"after": "d9b77a4f147d0096af8e982cb7dcfcefab7e6a09",
|
"after": "28f44e5778235ef4eb88ad9050aeddbe80f3129d",
|
||||||
"repository": {
|
"repository": {
|
||||||
"owner": {
|
"owner": {
|
||||||
"username": "quentin"
|
"username": "quentin"
|
||||||
|
|
Loading…
Reference in a new issue