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 e8d8dd5 commit 8f9cd02Copy full SHA for 8f9cd02
.github/workflows/ci-main.yaml
@@ -188,6 +188,7 @@ jobs:
188
container:
189
image: ${{ matrix.container_os_image }}
190
options: --privileged --cgroupns=host -e DOCKER_HOST=tcp://dind-daemon:2375 -v /sys/fs/cgroup:/sys/fs/cgroup:rw
191
+ entrypoint: ["/usr/sbin/init"]
192
runs-on: ubuntu-latest
193
needs:
194
- meta
0 commit comments