Skip to content

Commit

Permalink
Merge pull request #18 from Senzing/issue-15.dockter.3
Browse files Browse the repository at this point in the history
issue-15 Refactor to template
  • Loading branch information
docktermj authored Nov 15, 2019
2 parents a8173b2 + 127114b commit 48416cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ docker-build: docker-rmi-for-build
--tag $(DOCKER_IMAGE_NAME):$(GIT_VERSION) \
.

.PHONY: docker-build-base
docker-build-base: docker-rmi-for-build-base
.PHONY: docker-build-development-cache
docker-build-development-cache: docker-rmi-for-build-development-cache
docker build \
--tag $(DOCKER_IMAGE_TAG) \
.
Expand All @@ -42,8 +42,8 @@ docker-rmi-for-build:
$(DOCKER_IMAGE_NAME):$(GIT_VERSION) \
$(DOCKER_IMAGE_NAME)

.PHONY: docker-rmi-for-build-base
docker-rmi-for-build-base:
.PHONY: docker-rmi-for-build-development-cache
docker-rmi-for-build-development-cache:
-docker rmi --force $(DOCKER_IMAGE_TAG)

.PHONY: clean
Expand Down
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Which issue does this address

ISSUE-???
Issue number: #nnn

## Why was change needed

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ It can be used to compare behavior of local docker registry/repository with Dock

## Configuration

* **SENZING_SLEEP_TIME** -
Amount of time to sleep, in seconds for `hello-world.sh`.
Default: 600 (10 minutes).
- **[SENZING_SLEEP_TIME](https://github.com/Senzing/knowledge-base/blob/master/lists/environment-variables.md#senzing_sleep_time)** Default: 600 (10 minutes).

## Run Docker container from local image

Expand Down

0 comments on commit 48416cd

Please sign in to comment.