UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
authservice
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iron Bank Containers
istio-ecosystem
authservice
Merge requests
!52
update to authservice v1.0.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update to authservice v1.0.0
1.0.0
into
development
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Stanislav Bondarenko
requested to merge
1.0.0
into
development
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
What is your Merge about?
Update to 1.0.0
Change version
Change artifact path to align with new upstream format
Relates
#42 (closed)
Edited
1 year ago
by
Stanislav Bondarenko
0
0
Merge request reports
Compare
development
version 1
0eecc869
1 year ago
development (base)
and
latest version
latest version
fe60de03
2 commits,
1 year ago
version 1
0eecc869
1 commit,
1 year ago
2 files
+
6
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Dockerfile
+
2
−
4
Options
@@ -17,12 +17,10 @@ RUN microdnf upgrade -y && \
echo
"auth-server-grp:x:999:"
>>
/etc/group
&&
\
echo
"auth-server-usr:x:1000:999::/app:/sbin/nologin"
>>
/etc/passwd
COPY
--from=build --chown=auth-server-usr:auth-server-grp
/bin
/auth
_
serv
er
/app/auth
_
serve
r
COPY
--from=build --chown=auth-server-usr:auth-server-grp /authserv
ice-fips-linux-amd64
/app/authserv
ic
e
WORKDIR
/app
USER
1000
ENV
SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
ENTRYPOINT
["/app/auth_server"]
ENTRYPOINT
["/app/authservice"]
Loading