We've got three different images in this repository…
- How often are they built?
- How do we tag them?
- Can we optimize layers in Docker Hub?
- Are secrets needed at build-time?
Basically, I never want developers running docker build locally: they should always have something available from Docker Hub they can Just Use™.
We've got three different images in this repository…
Basically, I never want developers running
docker buildlocally: they should always have something available from Docker Hub they can Just Use™.