Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -65,19 +65,19 @@ build-gitinspector: sync-temurin: extends: .mirror-base variables: FROM: eclipse-temurin:17 FROM: docker.io/library/eclipse-temurin:17 TO: eclipse-temurin:17 sync-node-16: extends: .mirror-base variables: FROM: node:16 FROM: docker.io/library/node:16 TO: node16 sync-nginx-121: extends: .mirror-base variables: FROM: nginx:1.21 FROM: docker.io/library/nginx:1.21 TO: nginx121 sync-kubectl: Loading renovate-node-lts/Dockerfile +1 −1 Original line number Diff line number Diff line FROM renovate/renovate FROM docker.io/renovate/renovate COPY install-latest-lts-node.sh / Loading theia-k8s/Dockerfile +1 −1 Original line number Diff line number Diff line FROM elswork/theia FROM docker.io/elswork/theia USER root RUN apk add --no-cache --allow-untrusted -X https://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl RUN apk add sudo Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -65,19 +65,19 @@ build-gitinspector: sync-temurin: extends: .mirror-base variables: FROM: eclipse-temurin:17 FROM: docker.io/library/eclipse-temurin:17 TO: eclipse-temurin:17 sync-node-16: extends: .mirror-base variables: FROM: node:16 FROM: docker.io/library/node:16 TO: node16 sync-nginx-121: extends: .mirror-base variables: FROM: nginx:1.21 FROM: docker.io/library/nginx:1.21 TO: nginx121 sync-kubectl: Loading
renovate-node-lts/Dockerfile +1 −1 Original line number Diff line number Diff line FROM renovate/renovate FROM docker.io/renovate/renovate COPY install-latest-lts-node.sh / Loading
theia-k8s/Dockerfile +1 −1 Original line number Diff line number Diff line FROM elswork/theia FROM docker.io/elswork/theia USER root RUN apk add --no-cache --allow-untrusted -X https://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl RUN apk add sudo Loading