.build.yml: add git tag to sources
This commit is contained in:
parent
afe1b6175c
commit
23719e952a
@ -4,7 +4,7 @@ secrets:
|
||||
- f523ee29-5ef8-490f-8903-43ad7c49060b
|
||||
- 130adee5-3a8f-4035-8cad-e3d044be2961
|
||||
sources:
|
||||
- https://git.sr.ht/~jswank/alpine-cli
|
||||
- https://git.sr.ht/~jswank/alpine-cli#3
|
||||
packages:
|
||||
- podman
|
||||
- go-task
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/alpine:latest
|
||||
FROM docker.io/library/alpine:3
|
||||
|
||||
LABEL org.opencontainers.image.title=jswank/alpine-cli \
|
||||
org.opencontainers.image.description="A minimal image for running Linux CLI utilities" \
|
||||
|
||||
@ -76,7 +76,7 @@ exit
|
||||
|
||||
Bonus - the same script could be used to start other containers:
|
||||
```console
|
||||
$ bin/cli image=alpine:latest
|
||||
$ bin/cli image=alpine:3
|
||||
/ # ^D
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user