Skip to content

Commit

Permalink
Ability to specific valhalla builder image
Browse files Browse the repository at this point in the history
Ability to specific valhalla builder image with VALHALLA_BUILDER_IMAGE, by default using latest version.
  • Loading branch information
nvcnvn committed Jun 27, 2023
1 parent 997e11b commit d982e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# remove a few superfluous things and
# create a new runner image from ubuntu:20.04
# with the previous runner's artifacts

FROM ghcr.io/valhalla/valhalla:latest as builder
ARG VALHALLA_BUILDER_IMAGE=ghcr.io/valhalla/valhalla:latest
FROM $VALHALLA_BUILDER_IMAGE as builder
MAINTAINER Nils Nolde <nils@gis-ops.com>

# remove some stuff from the original image
Expand Down

0 comments on commit d982e73

Please sign in to comment.