From 12744c8d3078f1ecdc10e039b4d254829d8f20d3 Mon Sep 17 00:00:00 2001 From: Dustin Carlino Date: Wed, 16 Aug 2023 10:17:01 +0100 Subject: [PATCH] Warn about Docker staleness --- README.md | 2 ++ README.qmd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index f98b827..5019c03 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ representing single trips. Alternatively, you can run through Docker: `docker run -t abstreet/odjitter `. See below for command line usage, or start with `help`. +NOTE: There's no maintenance guarantee the Docker image has up-to-date changes from this repository. File an issue if you think the Docker version is out-of-date and you need something newer. + (For maintainers only: to build and push a new version, `docker build -t odjitter . && docker tag odjitter abstreet/odjitter:latest && docker push abstreet/odjitter:latest`.) # `jitter` OD data diff --git a/README.qmd b/README.qmd index e3f8f81..da809f4 100644 --- a/README.qmd +++ b/README.qmd @@ -45,6 +45,8 @@ The main difference between these commands is that `jitter` returns OD pairs rep Alternatively, you can run through Docker: `docker run -t abstreet/odjitter `. See below for command line usage, or start with `help`. +NOTE: There's no maintenance guarantee the Docker image has up-to-date changes from this repository. File an issue if you think the Docker version is out-of-date and you need something newer. + (For maintainers only: to build and push a new version, `docker build -t odjitter . && docker tag odjitter abstreet/odjitter:latest && docker push abstreet/odjitter:latest`.) # `jitter` OD data