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 7ea3d0d commit 900d0daCopy full SHA for 900d0da
Dockerfile
@@ -16,12 +16,12 @@ RUN uv build
16
RUN mv ./dist/sysdig_mcp_server-*.tar.gz /tmp/sysdig_mcp_server.tar.gz
17
18
# Final image with UBI
19
-FROM quay.io/sysdig/sysdig-ubi:1
+FROM quay.io/sysdig/sysdig-mini-ubi9:1
20
21
# Install Python 3.12 and git
22
-RUN dnf update -y && \
23
- dnf install -y python3.12 python3.12-pip git && \
24
- dnf clean all
+RUN microdnf update -y && \
+ microdnf install -y python3.12 python3.12-pip git && \
+ microdnf clean all
25
26
# Create a non-root user
27
RUN useradd -u 1001 -m appuser
0 commit comments