UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

update to authservice v1.0.0

Merged Stanislav Bondarenko requested to merge 1.0.0 into development
2 files
+ 6
8
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
4
@@ -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_server /app/auth_server
COPY --from=build --chown=auth-server-usr:auth-server-grp /authservice-fips-linux-amd64 /app/authservice
WORKDIR /app
USER 1000
ENV SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt
ENTRYPOINT ["/app/auth_server"]
ENTRYPOINT ["/app/authservice"]
Loading