Skip to content

Commit 7dcaaba

Browse files
committed
build: publish static as "v2-static" tag
1 parent 0d7acaa commit 7dcaaba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Government lists are downloaded (and refreshed), parsed, prepared, normalized, a
7474

7575
### Docker
7676

77-
We publish a [public Docker image `moov/watchman`](https://hub.docker.com/r/moov/watchman/) from Docker Hub or use this repository. No configuration is required to serve on `:8084`. We also have Docker images for [OpenShift](https://quay.io/repository/moov/watchman?tab=tags) published as `quay.io/moov/watchman`. Lastly, we offer a `moov/watchman:static` Docker image with files from 2019. This image can be useful for faster local testing or consistent results.
77+
We publish a [public Docker image `moov/watchman`](https://hub.docker.com/r/moov/watchman/) from Docker Hub or use this repository. No configuration is required to serve on `:8084`. We also have Docker images for [OpenShift](https://quay.io/repository/moov/watchman?tab=tags) published as `quay.io/moov/watchman`. Lastly, we offer a `moov/watchman:v2-static` Docker image with files from 2019. This image can be useful for faster local testing or consistent results.
7878

7979
Start the Docker image [using a tag](https://hub.docker.com/r/moov/watchman/tags):
8080
```

docs/usage-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menubar: docs-menu
1010

1111
> For documentation on older releases of Watchman (v0.31.x series), please visit the [older docs website](https://github.com/moov-io/watchman/tree/v0.31.3/docs) in our GitHub repository.
1212
13-
We publish a [public Docker image `moov/watchman`](https://hub.docker.com/r/moov/watchman/) from Docker Hub or use this repository. No configuration is required to serve on `:8084`. We also have Docker images for [OpenShift](https://quay.io/repository/moov/watchman?tab=tags) published as `quay.io/moov/watchman`. Lastly, we offer a `moov/watchman:static` Docker image with files from 2019. This image can be useful for faster local testing or consistent results.
13+
We publish a [public Docker image `moov/watchman`](https://hub.docker.com/r/moov/watchman/) from Docker Hub or use this repository. No configuration is required to serve on `:8084`. We also have Docker images for [OpenShift](https://quay.io/repository/moov/watchman?tab=tags) published as `quay.io/moov/watchman`. Lastly, we offer a `moov/watchman:v2-static` Docker image with files from 2019. This image can be useful for faster local testing or consistent results.
1414

1515
Start the Docker image [using a tag](https://hub.docker.com/r/moov/watchman/tags):
1616
```

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ docker-openshift:
158158
docker build --pull --build-arg VERSION=${VERSION} -t quay.io/moov/watchman:${VERSION} -f ./build/Dockerfile.openshift .
159159

160160
docker-static:
161-
docker build --pull --build-arg VERSION=${VERSION} -t moov/watchman:static -f ./build/Dockerfile.static .
161+
docker build --pull --build-arg VERSION=${VERSION} -t moov/watchman:v2-static -f ./build/Dockerfile.static .
162162

163163
release-push-tag:
164164
docker push moov/watchman:${VERSION}
165165

166166
release-push-static:
167-
docker push moov/watchman:static
167+
docker push moov/watchman:v2-static
168168

169169
quay-push:
170170
docker push quay.io/moov/watchman:${VERSION}

0 commit comments

Comments
 (0)