Mercurial > libervia-backend
comparison docker/pubsub/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 | 443b3a784eba |
children | 0422c735db56 |
comparison
equal
deleted
inserted
replaced
3640:f4c02bdb2d91 | 3641:0ffaa231138c |
---|---|
1 FROM debian:buster-slim | 1 FROM debian:bullseye-slim |
2 | 2 |
3 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" | 3 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" |
4 | 4 |
5 ARG DEBIAN_FRONTEND=noninteractive | 5 ARG DEBIAN_FRONTEND=noninteractive |
6 | 6 |