Skip to content

Instantly share code, notes, and snippets.

@pabloh007
Created July 27, 2017 22:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pabloh007/e630b9f76df80b88466acba5b25702dc to your computer and use it in GitHub Desktop.
salt state to check if image if present or build it
webservice_app_img:0.0.6:
docker_image.present:
- build: /usr/share/dockerfiles/webservice
- buildargs:
- APP_VERSION: 0.0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment