Skip to content

Commit

Permalink
ci: Fix Dockerfile.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Dec 3, 2022
1 parent a584e4d commit 7d86704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ FROM quay.io/coreos-assembler/coreos-assembler:latest
WORKDIR /srv
USER root
# Grab all of our ci scripts
COPY /src/ci/ /ci/
COPY /ci/ /ci/
RUN ln -sr /ci/run-kola.sh /usr/bin/bootc-run-kola
USER builder
ENTRYPOINT []
CMD ["/usr/bin/bootc-run-kola"]

0 comments on commit 7d86704

Please sign in to comment.