Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #30

Merged
merged 3 commits into from
Dec 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ DOCKER_CLEAN_VERSION=v2.0.4
IMAGE_BASE_NAME=zzrot/docker-clean
DOCKER_VERSION_TAG_1_11_1=$(IMAGE_BASE_NAME):docker-1.11.1
DOCKER_VERSION_TAG_LATEST=$(IMAGE_BASE_NAME)
DOCKER_VERSION_TAG_DOCKER_CLEAN_VERSION=$(IMAGE_BASE_NAME):$(DOCKER_CLEAN_VERSION)
DOCKER_TAG_LITE=$(IMAGE_BASE_NAME):$(DOCKER_CLEAN_VERSION)-lite
DOCKER_FILE_DIR_PATH=./dockerfiles

Expand All @@ -18,3 +19,6 @@ release:
docker push $(DOCKER_VERSION_TAG_1_11_1)
docker push $(DOCKER_TAG_LITE)

docker tag $(DOCKER_VERSION_TAG_LATEST) $(DOCKER_VERSION_TAG_DOCKER_CLEAN_VERSION)
docker push $(DOCKER_VERSION_TAG_DOCKER_CLEAN_VERSION)

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ For curl installs, re-running the script above will install the newest version.
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock zzrot/docker-clean [optional flags below]
```

*Docker Image tags can be found on [Docker Hub](https://hub.docker.com/r/zzrot/docker-clean/tags/)*
for different docker-clean versions 2.0.4+ with various image sizes.


## Usage

Expand Down