Last active
August 29, 2021 13:59
-
-
Save obrientimothya/374fa5d585ef11cb98d04447382d22f7 to your computer and use it in GitHub Desktop.
secure-docker-image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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