In this tutorial we will build a ci pipeline using concourse to build and push a image to dockerhub automatically, whenever a new git commit is m...
For further actions, you may consider blocking this person and/or reporting abuse
Nice post! I recently had to do this and having more resources like this available would have been helpful. 🙌
Have you played around with this new OCI registry image resource type/build task at all?
I haven't, but I think the goal of eliminating the Docker daemon (and eventually privileged containers as well) requirement is a noble one.
Running Docker within Concourse's Garden containers can be rough sometimes. 😔
Hey Tim,
I have not played around with them, but thanks for mentioning them, those look really useful. Think I will start to use them right away.
Totally agree about moving away from the docker daemon is a great one!
Thanks so much for the comment.