2
0

feat(nightlies): Add ability to build from nightlies (#211)

This patch adds the optional IMAGE env variable to set the base
image and adds nightly builds to Travis CI.
This commit is contained in:
Burak Yigit Kaya
2019-07-08 18:56:51 +03:00
committed by GitHub
parent 792e2cc961
commit 9177155c79
5 changed files with 16 additions and 7 deletions

View File

@ -1 +1,2 @@
FROM sentry:9.1-onbuild
ARG IMAGE
FROM ${IMAGE}-onbuild