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

alternative to container resource #2197

Closed
drahnr opened this issue May 3, 2018 · 4 comments
Closed

alternative to container resource #2197

drahnr opened this issue May 3, 2018 · 4 comments
Labels

Comments

@drahnr
Copy link
Contributor

drahnr commented May 3, 2018

Feature Request

What challenge are you facing?

Currently the docker resource consumes a docker file and all the heavy lifting is done in the resource.
The docker approach also causes huge spikes in worker load for some reason and the resource itself is quite complex.
Another reason is that I think that Docker is not a good solution for containerization nor are Dockerfiles an adequate description of a container.

A Modest Proposal

Use another tooling such buildah ( https://github.com/projectatomic/buildah ) to run a arbitrary command in the context and push the resulting image as container to a registry.
This would match the whole concourse pipeline idea of input / output way better.

This is something I've been thinking about for a while and would like to spark a discussion / feedback on what people's painpoints are (if any!).

@marco-m
Copy link
Contributor

marco-m commented May 5, 2018

I cannot google anything useful for ahbuild. Could you please give some pointers ?

@drahnr
Copy link
Contributor Author

drahnr commented May 6, 2018

@marco-m added a link, ah was a postifx, not prefix. Corrected.

@vito
Copy link
Member

vito commented Aug 17, 2018

Very similar discussion has been had in concourse/docker-image-resource#190 - leading to a Kaniko task example

@stale
Copy link

stale bot commented Jul 31, 2019

Beep boop! This issue has been idle for long enough that it's time to check in and see if it's still important.

If it is, what is blocking it? Would anyone be interested in submitting a PR or continuing the discussion to help move things forward?

If no activity is observed within the next week, this issue will be exterminated closed, in accordance with our stale issue process.

@stale stale bot added the wontfix label Jul 31, 2019
@stale stale bot closed this as completed Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants