007 1/2 welche Cont. Versionen sind wo?

This commit is contained in:
Ludger Sicking 2025-04-02 11:52:09 +02:00
parent b7881475ce
commit 048f508441

View file

@ -13,11 +13,16 @@ steps:
- cat /etc/alpine-release
- 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
image: alpine:latest
image: alpine:latest # latest ist nicht die neueste, sondern die neueste "stable" !!!
commands:
- cat /etc/alpine-release
- echo "nach Docker Hub müsste >latest< Version 3.21.3 sein!"
- cat /etc/alpine-release
- apk add --no-cache hugo
- hugo version