Skip to content

Commit bbdc3d5

Browse files
New VROOM release v1.15.0-rc.1 (#95)
1 parent cc3d7f7 commit bbdc3d5

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8-
**Migrated to Github's container registry, e.g. ghcr.iovroom-project/vroom-docker:latest.**
9-
108
[Vroom Changelog Unreleased](https://github.com/VROOM-Project/vroom/blob/master/CHANGELOG.md#unreleased)
119

1210
[Vroom-express Changelog Unreleased](https://github.com/VROOM-Project/vroom-express/blob/master/CHANGELOG.md#unreleased)
1311

12+
## [v1.15.0-rc.1](https://github.com/VROOM-Project/vroom/releases/tag/v1.14.0) - 2024-01-23
13+
14+
[Vroom Changelog Unreleased](https://github.com/VROOM-Project/vroom/blob/master/CHANGELOG.md#unreleased)
15+
16+
[Vroom-express Changelog v0.12.0](https://github.com/VROOM-Project/vroom-express/blob/master/CHANGELOG.md#v0120---2023-11-16)
17+
1418
## [v1.14.0](https://github.com/VROOM-Project/vroom/releases/tag/v1.14.0) - 2024-01-23
1519

1620
[Vroom Changelog v1.14.0](https://github.com/VROOM-Project/vroom/blob/v1.14.0/CHANGELOG.md#v1140---2024-01-16)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Master push](https://github.com/VROOM-Project/vroom-docker/actions/workflows/master_push.yml/badge.svg)](https://github.com/VROOM-Project/vroom-docker/actions/workflows/master_push.yml)
44

5-
**Note**, this repo is migrating to Github's container registry, releases from v1.14.0 on will not be published at hub.docker.com.
5+
**Note**, this repo is migrating to Github's container registry, releases from v1.15.0-rc.1 on will not be published at hub.docker.com.
66

77
This image includes all dependencies and projects needed to successfully run an instance of [`vroom-express`](https://github.com/VROOM-Project/vroom-express) on top of [`vroom`](https://github.com/VROOM-Project/vroom). Within 2 minutes you'll have a routing optimization engine running on your machine.
88

@@ -11,12 +11,12 @@ docker run -dt --name vroom \
1111
--net host \ # or set the container name as host in config.yml and use --port 3000:3000 instead, see below
1212
-v $PWD/conf:/conf \ # mapped volume for config & log
1313
-e VROOM_ROUTER=osrm \ # routing layer: osrm, valhalla or ors
14-
ghcr.io/vroom-project/vroom-docker:v1.14.0
14+
ghcr.io/vroom-project/vroom-docker:v1.15.0-rc.1
1515
```
1616

1717
If you want to build the image yourself, run a
1818

19-
`docker build -t ghcr.io/vroom-project/vroom-docker:v1.14.0 --build-arg VROOM_RELEASE=v1.14.0 --build-arg VROOM_EXPRESS_RELEASE=v0.12.0 .`
19+
`docker build -t ghcr.io/vroom-project/vroom-docker:v1.15.0-rc.1 --build-arg VROOM_RELEASE=v1.15.0-rc.1 --build-arg VROOM_EXPRESS_RELEASE=v0.12.0 .`
2020

2121
> **Note**, you should have access to a self-hosted instance of OSRM, Valhalla or OpenRouteService for the routing server.
2222
@@ -47,7 +47,7 @@ Add a `-v $PWD/vroom-conf:/conf` to your `docker run` command.
4747

4848
If you prefer to build the image from source, there are 2 build arguments:
4949

50-
- `VROOM_RELEASE`: specifies VROOM's git [branch](https://github.com/VROOM-Project/vroom/branches), [commit hash](https://github.com/VROOM-Project/vroom/commits/master) or [release](https://github.com/VROOM-Project/vroom/releases) (e.g. `v1.14.0`) to install in the container
50+
- `VROOM_RELEASE`: specifies VROOM's git [branch](https://github.com/VROOM-Project/vroom/branches), [commit hash](https://github.com/VROOM-Project/vroom/commits/master) or [release](https://github.com/VROOM-Project/vroom/releases) (e.g. `v1.15.0-rc.1`) to install in the container
5151
- `VROOM_EXPRESS_RELEASE`: specifies `vroom-express`'s git [branch](https://github.com/VROOM-Project/vroom-express/branches), [commit hash](https://github.com/VROOM-Project/vroom-express/commits/master) or [release](https://github.com/VROOM-Project/vroom-express/releases) (e.g. `v0.12.0`) to install in the container
5252

5353
> **Note**, not all versions are compatible with each other

0 commit comments

Comments
 (0)