Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DNS proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Container Library
DNS proxy
Commits
4707cf3f
Verified
Commit
4707cf3f
authored
1 year ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
ci(earthly): Pin earthly reference
parent
d1920436
No related branches found
No related tags found
No related merge requests found
Pipeline
#18688
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Earthfile
+5
-3
5 additions, 3 deletions
Earthfile
with
5 additions
and
3 deletions
Earthfile
+
5
−
3
View file @
4707cf3f
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment