123
This commit is contained in:
parent
2393b8fe5d
commit
600fdc573d
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ steps:
|
|||
|
||||
pr:
|
||||
image: registry.kokuwa.io/kokuwaio/dockerd:ci-${CI_PIPELINE_NUMBER}
|
||||
commands: dockerd --version
|
||||
when:
|
||||
event: pull_request
|
||||
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue