File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
22APPVERSION := CI
3- GOVERSION := 1.13
3+ GOVERSION := 1.15
44PROGRAM := pg_featureserv
55CONTAINER := pramsey/$(PROGRAM )
66
@@ -21,6 +21,7 @@ clean: ## This will clean all local build artifacts
2121 $(info Cleaning project...)
2222 @rm -f $(PROGRAM )
2323 @rm -rf docs/*
24+ docker image prune --force
2425
2526docs : # # Generate docs
2627 @rm -rf docs/* && cd hugo && hugo && cd ..
@@ -33,7 +34,6 @@ bin-docker: ## Build a local binary based off of a golang base docker imag
3334
3435build-docker : $(PROGRAM ) Dockerfile # # Generate a CentOS 7 container with APPVERSION tag, using binary from current environment
3536 docker build -f Dockerfile --build-arg VERSION=$(APPVERSION ) -t $(CONTAINER ) :$(APPVERSION ) .
36- docker image prune --force
3737
3838release : clean docs build build-docker # # Generate the docs, a local build, and then uses the local build to generate a CentOS 7 container
3939
You can’t perform that action at this time.
0 commit comments