File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,9 @@ trim_trailing_whitespace = false
1616indent_style = space
1717indent_size = 2
1818
19+ [Dockerfile ]
20+ indent_style = space
21+ indent_size = 2
22+
1923[Makefile ]
2024indent_style = tab
Original file line number Diff line number Diff line change 11# Build a container via the command "make build"
22# By Jason Gegere <jason@htmlgraphic.com>
33
4- TAG = 1.8.0
4+ TAG = 1.8.1
55CONTAINER = apache
66IMAGE_REPO = htmlgraphic
77IMAGE_NAME = $(IMAGE_REPO ) /$(CONTAINER )
3434
3535build :
3636 @make env
37- docker build \
37+ docker build --no-cache \
3838 --build-arg VCS_REF=` git rev-parse --short HEAD` \
3939 --build-arg BUILD_DATE=` date -u +" %Y-%m-%dT%H:%M:%SZ" ` \
4040 --rm -t $(IMAGE_NAME ) :$(TAG ) -t $(IMAGE_NAME ) :latest .
You can’t perform that action at this time.
0 commit comments