Is Dockerfile only for building container images or we can do more with it? How about using Docker multi-stage builds to compile binaries, run tests, and other operations typically performed before building container images?
Continue readingUsing Docker Multi-Stage Builds
2 Replies