Use `code.forgejo.org/oci` mirror images

pull/252/head
Michael Kriese 2024-08-13 14:00:37 +02:00
parent 8509c33a07
commit 996982abd3
No known key found for this signature in database
GPG Key ID: F8D7748549A5986A
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/tonistiigi/xx AS xx
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.21-alpine3.18 as build-env
FROM --platform=$BUILDPLATFORM code.forgejo.org/oci/golang:1.21-alpine3.18 as build-env
#
# Transparently cross compile for the target platform
@ -19,7 +19,7 @@ WORKDIR /srv
RUN make clean && make build
FROM docker.io/library/alpine:3.18
FROM code.forgejo.org/oci/alpine:3.18
ARG RELEASE_VERSION
RUN apk add --no-cache git bash

View File

@ -20,7 +20,7 @@ volumes:
services:
docker-in-docker:
image: docker:dind
image: code.forgejo.org/oci/docker:dind
hostname: docker # Must set hostname as TLS certificates are only valid for docker or localhost
privileged: true
environment: