diff --git a/Dockerfile b/Dockerfile index fb30b62eca78b8dcf08bff62f3b70aa87077ae7f..dd42bf64aedf57596aaf3d218748396b9a50a84c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 2b6fef81a57bd3a20256c1a4470a831381cda05c..c7274f29edf1ff689b685874a0f40617694b78d5 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -3,7 +3,7 @@ apiVersion: v1 name: istio-ecosystem/authservice tags: -- 0.5.3-ubi9 +- 1.0.0-ubi9 - latest args: @@ -17,17 +17,17 @@ labels: org.opencontainers.image.licenses: Apache-2.0 org.opencontainers.image.url: https://github.com/istio-ecosystem/authservice org.opencontainers.image.vendor: istio - org.opencontainers.image.version: 0.5.3 + org.opencontainers.image.version: 1.0.0 mil.dso.ironbank.image.keywords: authentication,authorization,envoy,istio mil.dso.ironbank.image.type: opensource mil.dso.ironbank.product.name: istio resources: - filename: authservice.tar.gz - url: https://github.com/istio-ecosystem/authservice/releases/download/0.5.3/auth_server_linux_amd64_clang-fips_0.5.3.tar.gz + url: https://github.com/istio-ecosystem/authservice/releases/download/v1.0.0/authservice-fips-linux-amd64.tar.gz validation: type: sha256 - value: f3e8a8bde41856450f07096cb2d12d4db9a4c396e3cc819c3b6683963a344d89 + value: f93f83f68d2315ddef6196b947d6260a6d11fa71518e7dfcc4cf3dd9bd89badc maintainers: - email: ironbank@dsop.io