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 9053288 commit e0c1f83Copy full SHA for e0c1f83
docker/sandbox-poc/Dockerfile.gvisor
@@ -20,7 +20,7 @@ RUN curl -fsSL https://gvisor.dev/archive.key | apt-key add - && \
20
# Create a wrapper script for the entry point
21
RUN echo '#!/bin/bash' > /usr/local/bin/gvisor-wrapper.sh && \
22
echo '# gVisor wrapper for source-declarative-manifest' >> /usr/local/bin/gvisor-wrapper.sh && \
23
- echo 'runsc run --network=host --TESTONLY-unsafe-nonroot=true --rootless -- python /airbyte/integration_code/main.py "$@"' >> /usr/local/bin/gvisor-wrapper.sh && \
+ echo 'python /airbyte/integration_code/main.py "$@"' >> /usr/local/bin/gvisor-wrapper.sh && \
24
chmod +x /usr/local/bin/gvisor-wrapper.sh
25
26
# Set the new entry point
0 commit comments