mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-12 06:08:07 +01:00
Use full qualifyer for images (#2692)
Supersedes https://github.com/woodpecker-ci/woodpecker/pull/1659 --------- Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$BUILDPLATFORM golang:1.21 AS build
|
||||
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21 AS build
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
@@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
--mount=type=cache,target=/go/pkg \
|
||||
make build-agent
|
||||
|
||||
FROM alpine:3.18
|
||||
FROM docker.io/alpine:3.18
|
||||
RUN apk add -U --no-cache ca-certificates
|
||||
ENV GODEBUG=netdns=go
|
||||
EXPOSE 3000
|
||||
|
||||
Reference in New Issue
Block a user