Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run "clone" in a separate container #13

Closed
fkorotkov opened this issue Jul 28, 2020 · 1 comment
Closed

Run "clone" in a separate container #13

fkorotkov opened this issue Jul 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@fkorotkov
Copy link
Contributor

Let's run CLI's clone instruction in a separate container (for example, alpine:latest) since the task container might not have cp or rsync on the $PATH.

For example Kaniko executor image gcr.io/kaniko-project/executor doesn't have anything.

@fkorotkov fkorotkov added the enhancement New feature or request label Jul 28, 2020
@edigaryev
Copy link
Contributor

This was implemented as a part of #22 and the clone instruction is now being run in the container based on the cirrus-ci-agent's image, which is in turn based on alpine:latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants