Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
29d84283
Unverified
Commit
29d84283
authored
Apr 16, 2019
by
Eric Chiang
Committed by
GitHub
Apr 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1426 from justaugustus/image
Update Docker build/image
parents
f6741d18
56f02b95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+3
-2
No files found.
Dockerfile
View file @
29d84283
FROM
golang:1.1
1.5
-alpine
FROM
golang:1.1
2.4
-alpine
RUN
apk add
--no-cache
--update
alpine-sdk
COPY
. /go/src/github.com/dexidp/dex
RUN
cd
/go/src/github.com/dexidp/dex
&&
make release-binary
FROM
alpine:3.
8
FROM
alpine:3.
9
# Dex connectors, such as GitHub and Google logins require root certificates.
# Proper installations should manage those certificates, but it's a bad user
# experience when this doesn't work out of the box.
...
...
@@ -13,6 +13,7 @@ FROM alpine:3.8
# OpenSSL is required so wget can query HTTPS endpoints for health checking.
RUN
apk add
--update
ca-certificates openssl
USER
1001:1001
COPY
--from=0 /go/bin/dex /usr/local/bin/dex
# Import frontend assets and set the correct CWD directory so the assets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment