Mercurial > libervia-backend
comparison docker/libervia-web-dev-e2e/Dockerfile @ 3641:0ffaa231138c
docker: Libervia revision can now be specified:
Using the `DOCKER_LIBERVIA_REV` environment variable, backend (and related repos) revision
can now be specified. By default (variable empty or not set), the current `tip` version is
used, and `dev` is used for tagging. If the variable is set, the revision will be used and
used for tagging the image.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 08 Sep 2021 11:14:17 +0200 |
parents | 73e04040d577 |
children | f25442794e11 |
comparison
equal
deleted
inserted
replaced
3640:f4c02bdb2d91 | 3641:0ffaa231138c |
---|---|
1 FROM libervia/web:dev | 1 ARG REVISION=dev |
2 FROM libervia/web:${REVISION} | |
2 | 3 |
3 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" | 4 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" |
4 | 5 |
5 ARG DEBIAN_FRONTEND=noninteractive | 6 ARG DEBIAN_FRONTEND=noninteractive |
6 | 7 |