Skip to content

Instantly share code, notes, and snippets.

@obrientimothya
Last active August 29, 2021 13:59
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 obrientimothya/374fa5d585ef11cb98d04447382d22f7 to your computer and use it in GitHub Desktop.
Save obrientimothya/374fa5d585ef11cb98d04447382d22f7 to your computer and use it in GitHub Desktop.
secure-docker-image
version: '3'
services:
hadolint:
image: docker.io/hadolint/hadolint:v2.4.1-alpine
working_dir: /opt/app
volumes:
- .:/opt/app
localbuild:
image: localbuild/${IMAGE_NAME}:latest
working_dir: /opt/app
volumes:
- .:/opt/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment