mirror of https://code.forgejo.org/forgejo/runner
Use `code.forgejo.org/oci` mirror images
parent
8509c33a07
commit
996982abd3
|
@ -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
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue