We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf51fde commit ddce9a9Copy full SHA for ddce9a9
logical-backup/Dockerfile
@@ -1,4 +1,4 @@
1
-ARG BASE_IMAGE=ghcr.io/ubuntu/ubuntu-22.04:latest
+ARG BASE_IMAGE=registry.opensource.zalan.do/library/ubuntu-22.04:latest
2
FROM ${BASE_IMAGE}
3
LABEL maintainer="Team ACID @ Zalando <[email protected]>"
4
ui/Dockerfile
-ARG BASE_IMAGE=ghcr.io/python/python-3.11-slim:latest
+ARG BASE_IMAGE=registry.opensource.zalan.do/library/python-3.11-slim:latest
ARG NODE_IMAGE=node:lts-alpine
FROM $NODE_IMAGE AS build
0 commit comments