Skip to content

v1.3.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 15 Jun 18:22
· 52 commits to refs/heads/master since this release
ab756bf
feat: updates Docker module to enable support for podman @Gowiem (#323)

what

  • Single line to change to enable overriding the DOCKER var in modules/docker

why

  • Docker + Podman have basically the same CLI usage, so enabling the DOCKER var to be overridden enables passing DOCKER=$(which podman) when invoking a make target.

references