Add readme for build module. Improve Dockerfile.Sample with more feature examples
This commit is contained in:
@ -16,7 +16,12 @@ compose-down:
|
||||
|
||||
.PHONY: build-sample
|
||||
build-sample:
|
||||
docker build -t sample -f Dockerfile.sample .
|
||||
DOCKER_BUILDKIT=1 docker build \
|
||||
--build-arg BASE_IMAGE_TAG=19.3 \
|
||||
--secret id=secret.txt,src=local-secret.txt \
|
||||
-t sample \
|
||||
-f Dockerfile.sample \
|
||||
.
|
||||
|
||||
define ENTRYPOINT_CMD_DESCRIPTION
|
||||
##############################
|
||||
|
||||
Reference in New Issue
Block a user