Skip to content

Commit

Permalink
Add note about Docker repository and cached builds to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed Jul 16, 2020
1 parent 7ccbf45 commit 014975c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,13 @@ development and deployment workflows. Configuration file mounts and environment
of the servo within the container. The `SERVO_ENV` environment variable controls whether development packages are installed into
the image (hint: set it to `SERVO_ENV=production` to slim down your images and speed up builds).

Pre-built Docker images are available on [opsani/servox](https://hub.docker.com/repository/docker/opsani/servox) on Docker Hub. Images are built using BuildKit and can be used as the basis for
very fast customized builds:

```console
❯ DOCKER_BUILDKIT=1 docker build -t servox --build-arg BUILDKIT_INLINE_CACHE=1 --cache-from opsani/servox:latest .
```

### Work in Progress

The following is a non-exhaustive list of work in progress on the road to shipping v2.0.0
Expand Down

0 comments on commit 014975c

Please sign in to comment.