Skip to content

Commit

Permalink
Merge pull request #93 from devtron-labs/hotfix-v0.7.4
Browse files Browse the repository at this point in the history
misc: Sync hotfix branch with main
  • Loading branch information
prakarsh-dt authored Dec 20, 2024
2 parents 3396545 + 3e71f25 commit 54595ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ci-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ RUN (curl -sSL "https://github.com/buildpacks/pack/releases/download/v0.27.0/pac
COPY --from=build-env /go/bin/cirunner .
COPY ./ssh-config /root/.ssh/config
RUN chmod 644 /root/.ssh/config
RUN mkdir -p /etc/docker
COPY docker-daemon.json /etc/docker/daemon.json
RUN mkdir -p /root/.docker/buildx
COPY buildkitd.default.toml /root/.docker/buildx/buildkitd.default.toml

# passing PARENT_MODE as argument to cirunner as default behavior
ENTRYPOINT ["./cirunner", "PARENT_MODE"]
ENTRYPOINT ["./cirunner", "PARENT_MODE"]
2 changes: 2 additions & 0 deletions ci-runner/buildkitd.default.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[registry."docker.io"]
mirrors = ["mirror.gcr.io"]
1 change: 1 addition & 0 deletions ci-runner/docker-daemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"registry-mirrors": ["https://mirror.gcr.io"]}

0 comments on commit 54595ce

Please # to comment.