007 1/2 welche Cont. Versionen sind wo?
This commit is contained in:
parent
b7881475ce
commit
048f508441
1 changed files with 7 additions and 2 deletions
|
|
@ -13,11 +13,16 @@ steps:
|
||||||
- cat /etc/alpine-release
|
- cat /etc/alpine-release
|
||||||
- which ash
|
- which ash
|
||||||
- ls -la $(which ash)
|
- ls -la $(which ash)
|
||||||
|
- apk add --no-cache hugo
|
||||||
|
- hugo version
|
||||||
|
|
||||||
|
### bei https://hub.docker.com/_/alpine ist 3.21 "latest"
|
||||||
|
# hier in Woodpecker NICHT!!
|
||||||
|
|
||||||
- name: hugo-alpine
|
- name: hugo-alpine
|
||||||
image: alpine:latest
|
image: alpine:latest # latest ist nicht die neueste, sondern die neueste "stable" !!!
|
||||||
commands:
|
commands:
|
||||||
- cat /etc/alpine-release
|
- echo "nach Docker Hub müsste >latest< Version 3.21.3 sein!"
|
||||||
- cat /etc/alpine-release
|
- cat /etc/alpine-release
|
||||||
- apk add --no-cache hugo
|
- apk add --no-cache hugo
|
||||||
- hugo version
|
- hugo version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue