Skip to content

Instantly share code, notes, and snippets.

@pabloh007
Created July 26, 2017 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pabloh007/9a2ff25744606bbf9bccbeea0129cab3 to your computer and use it in GitHub Desktop.
Save pabloh007/9a2ff25744606bbf9bccbeea0129cab3 to your computer and use it in GitHub Desktop.
my_image.sls
my_app_image:0.0.6:
docker_image.present:
- build:
path: /usr/share/mnt/,
cache: True,
rm: True,
buildargs:
- APP_VERSION: 0.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment