123
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/test/2 unknown status
ci/woodpecker/pr/test/1 unknown status

This commit is contained in:
Stephan Schnabel 2025-06-19 12:07:38 +02:00
parent 2393b8fe5d
commit 600fdc573d
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ steps:
pr:
image: registry.kokuwa.io/kokuwaio/dockerd:ci-${CI_PIPELINE_NUMBER}
commands: dockerd --version
when:
event: pull_request

View file

@ -38,5 +38,5 @@ RUN useradd dockerd --uid 1000 --home-dir /woodpecker/docker --create-home && \
echo dockerd:100000:65536 >/etc/subuid && \
echo dockerd:100000:65536 >/etc/subgid
USER 1000
COPY --chown=0:0 entrypoint.sh /usr/bin/entrypoint.sh
COPY --chmod=555 entrypoint.sh /usr/bin/entrypoint.sh
ENTRYPOINT ["/usr/bin/entrypoint.sh"]