Skip to content

v0.40.2

Compare
Choose a tag to compare
@gruntwork-ci gruntwork-ci released this 15 Feb 23:02
a231e83

Modules affected

  • docker

Description

Added functions useful for interacting with docker images and building remote images:

  • ListImages for listing images in the docker daemon
  • DeleteImage for cleaning up images in the docker daemon
  • DoesImageExist for checking whether a given image exists in the daemon
  • GitCloneAndBuild for building a docker image from a remote git repo

Related links