diff --git a/Dockerfile b/Dockerfile index 8b1b8c5..88cc06c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ EOF COPY --chown=nobody:nobody --chmod=0755 src/usr/local/bin/entrypoint.sh /usr/local/bin/entrypoint.sh -USER ${CONTAINER_USER} +USER ${CONTAINER_UID} WORKDIR ${CONTAINER_HOME} diff --git a/helm_deploy/hmpps-github-actions-runner/values.yaml b/helm_deploy/hmpps-github-actions-runner/values.yaml index d185fab..3726772 100644 --- a/helm_deploy/hmpps-github-actions-runner/values.yaml +++ b/helm_deploy/hmpps-github-actions-runner/values.yaml @@ -9,9 +9,6 @@ generic-service: tag: xxx # override at deployment time port: 8080 - securityContext: - runAsUser: 10000 - ingress: enabled: false