Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
c323df37
Unverified
Commit
c323df37
authored
Jan 24, 2024
by
Márk Sági-Kazár
Committed by
GitHub
Jan 24, 2024
Browse files
Options
Downloads
Plain Diff
Merge pull request #3276 from deckhouse/propagate-version-from-build-args
Propagate Dex version from build args
parents
d7891d83
adde14ba
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-0
3 additions, 0 deletions
Dockerfile
with
3 additions
and
0 deletions
Dockerfile
+
3
−
0
View file @
c323df37
...
...
@@ -29,7 +29,10 @@ RUN go mod download
COPY
. .
# Propagate Dex version from build args to the build environment
ARG
VERSION
RUN
make release-binary
RUN
xx-verify /go/bin/dex
&&
xx-verify /go/bin/docker-entrypoint
FROM
alpine:3.19.0@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
AS
stager
...
...
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