Need to be base system with root
This commit is contained in:
parent
4c7d5eca46
commit
e94327f939
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ variables:
|
||||||
GOLANG_VERSION: '1.20'
|
GOLANG_VERSION: '1.20'
|
||||||
NODE_VERSION: '18'
|
NODE_VERSION: '18'
|
||||||
ALPINE_VERSION: '3'
|
ALPINE_VERSION: '3'
|
||||||
CURL_IMAGE: '8.1.2'
|
DEBIAN_IMAGE: '12'
|
||||||
TELEPORT_VERSION: '13.1.1'
|
TELEPORT_VERSION: '13.1.1'
|
||||||
|
|
||||||
image: docker:$DOCKER_VERSION-git
|
image: docker:$DOCKER_VERSION-git
|
||||||
|
@ -69,11 +69,12 @@ container_scanning:
|
||||||
|
|
||||||
deploy-job:
|
deploy-job:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: curlimages/curl:${CURL_IMAGE}
|
image: debian:${DEBIAN_IMAGE}-slim
|
||||||
id_tokens:
|
id_tokens:
|
||||||
TBOT_GITLAB_JWT:
|
TBOT_GITLAB_JWT:
|
||||||
aud: tp.fhoss.de
|
aud: tp.fhoss.de
|
||||||
script:
|
script:
|
||||||
|
- apt-get update && apt-get install curl
|
||||||
- cd /tmp
|
- cd /tmp
|
||||||
- 'curl -O https://cdn.teleport.dev/teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz'
|
- 'curl -O https://cdn.teleport.dev/teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz'
|
||||||
- tar -xvf teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz
|
- tar -xvf teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue