Skip to content
Snippets Groups Projects
Verified Commit 4707cf3f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(earthly): Pin earthly reference

parent d1920436
No related branches found
No related tags found
No related merge requests found
Pipeline #18688 passed
VERSION 0.7 VERSION 0.7
IMPORT git.shivering-isles.com/shivering-isles/infrastructure-gitops/images/mirror:v23.11 AS mirror
# build creates a binary release of dnsproxy # build creates a binary release of dnsproxy
build: build:
FROM git.shivering-isles.com/shivering-isles/infrastructure-gitops/images/mirror+golang FROM mirror+golang
WORKDIR /go-workdir WORKDIR /go-workdir
ARG DNSPROXY_VERSION ARG DNSPROXY_VERSION
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
...@@ -13,7 +15,7 @@ build: ...@@ -13,7 +15,7 @@ build:
SAVE ARTIFACT ./dnsproxy AS LOCAL local-output/dnsproxy SAVE ARTIFACT ./dnsproxy AS LOCAL local-output/dnsproxy
container-internal: container-internal:
FROM git.shivering-isles.com/shivering-isles/infrastructure-gitops/images/mirror+distroless-static FROM mirror+distroless-static
# renovate: datasource=git-tags depName=https://git.shivering-isles.com/github-mirror/AdguardTeam/dnsproxy.git # renovate: datasource=git-tags depName=https://git.shivering-isles.com/github-mirror/AdguardTeam/dnsproxy.git
ARG DNSPROXY_VERSION ARG DNSPROXY_VERSION
ENV DNSPROXY_VERSION=${DNSPROXY_VERSION} ENV DNSPROXY_VERSION=${DNSPROXY_VERSION}
...@@ -23,7 +25,7 @@ container-internal: ...@@ -23,7 +25,7 @@ container-internal:
# container builds the dnsproxy container # container builds the dnsproxy container
container: container:
FROM git.shivering-isles.com/shivering-isles/infrastructure-gitops/images/mirror+golang FROM mirror+golang
# renovate: datasource=git-tags depName=https://git.shivering-isles.com/github-mirror/AdguardTeam/dnsproxy.git # renovate: datasource=git-tags depName=https://git.shivering-isles.com/github-mirror/AdguardTeam/dnsproxy.git
ARG DNSPROXY_VERSION=v0.54.0 ARG DNSPROXY_VERSION=v0.54.0
ARG registry=quay.io/shivering-isles/dnsproxy ARG registry=quay.io/shivering-isles/dnsproxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment