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 0173cf3 commit ce2cab1Copy full SHA for ce2cab1
.github/actions/log_to_splunk/Dockerfile
@@ -8,7 +8,8 @@ WORKDIR /app
8
RUN pip install --target=/app requests
9
10
# Code file to execute when the docker container starts up (`entrypoint.sh`)
11
-FROM gcr.io/distroless/python3-debian10
+# FROM gcr.io/distroless/python3-debian10
12
+FROM registry.redhat.io/ubi9/python-312:latest
13
COPY --from=builder /app /app
14
ENV PYTHONPATH /app
15
CMD ["/app/main.py"]
0 commit comments