Switch to image with root
This commit is contained in:
parent
0fb796d1fa
commit
58a106df9e
|
@ -1,11 +1,12 @@
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
pack:
|
pack:
|
||||||
image: eu.gcr.io/zenika-hub/alpine-chrome
|
image: alpine:3.19
|
||||||
commands:
|
commands:
|
||||||
|
- apk upgrade --no-cache --available && apk add --no-cache chromium
|
||||||
- cd ..
|
- cd ..
|
||||||
- echo $CERT > cf-detect-chrome.pem
|
- echo $CERT > cf-detect-chrome.pem
|
||||||
- chromium --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
|
- chromium --no-sandbox --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
|
||||||
secrets: [ CERT ]
|
secrets: [ CERT ]
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
|
Loading…
Reference in a new issue