Commit e1dfa52a authored by Heimo Stranner's avatar Heimo Stranner
Browse files

fixes for podman

parent 830f153e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
FROM renovate/renovate
FROM docker.io/renovate/renovate

COPY install-latest-lts-node.sh /

+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