This commit is contained in:
parent
a46df6e399
commit
b7881475ce
2 changed files with 9 additions and 2 deletions
|
|
@ -7,13 +7,20 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: alpine_debug
|
- name: alpine_debug
|
||||||
image: alpine
|
image: alpine:3.21
|
||||||
commands:
|
commands:
|
||||||
- date -I'seconds'
|
- date -I'seconds'
|
||||||
- cat /etc/alpine-release
|
- cat /etc/alpine-release
|
||||||
- which ash
|
- which ash
|
||||||
- ls -la $(which ash)
|
- ls -la $(which ash)
|
||||||
|
|
||||||
|
- name: hugo-alpine
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- cat /etc/alpine-release
|
||||||
|
- cat /etc/alpine-release
|
||||||
|
- apk add --no-cache hugo
|
||||||
|
- hugo version
|
||||||
|
|
||||||
- name: build_by_hugo
|
- name: build_by_hugo
|
||||||
#image: alpine -- Alpine hat nur Hugo in Version hugo v0.125.4+extended linux/amd64 BuildDate=unknown // Papermod braucht >= 0.125.7
|
#image: alpine -- Alpine hat nur Hugo in Version hugo v0.125.4+extended linux/amd64 BuildDate=unknown // Papermod braucht >= 0.125.7
|
||||||
|
|
|
||||||
|
|
@ -59,4 +59,4 @@ Ich verstehs nicht. :-(
|
||||||
Ist der hugo-Container vielleicht sehr, sehr klein und hat gar kein grep???
|
Ist der hugo-Container vielleicht sehr, sehr klein und hat gar kein grep???
|
||||||
Sieht ein bisschen danach aus. Und wenn wir auf Alpine Basis mit Hugo Bauen?
|
Sieht ein bisschen danach aus. Und wenn wir auf Alpine Basis mit Hugo Bauen?
|
||||||
|
|
||||||
Super dokumntiert. Nicht.
|
Super dokumntiert. Nicht. *_mühsam ernährt sich_*
|
||||||
Loading…
Add table
Add a link
Reference in a new issue