We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3165ec commit 95dcdaaCopy full SHA for 95dcdaa
Dockerfile
@@ -51,7 +51,7 @@ COPY pyproject.toml ./
51
# Create healthcheck file
52
RUN touch /app/healthcheck
53
54
-# Create non-root user with UID 1000 to match Kubernetes securityContext
+# Create non-root user with UID 1000 for improved security
55
# This ensures the application can write to /app/healthcheck at runtime
56
RUN groupadd -f -g 1000 oracle && \
57
useradd -u 1000 -g oracle -s /bin/bash -m oracle
0 commit comments