This website requires JavaScript.
Explore
Help
Sign In
kmlabz
/
sentry-onpremise
Archived
Watch
2
Star
0
Fork
0
You've already forked sentry-onpremise
Code
Pull Requests
Releases
Activity
This repository has been archived on
2020-07-19
. You can view files and clone it, but cannot push or open issues or pull requests.
e2b7c743af
sentry-onpremise
/
Dockerfile
3 lines
60 B
Docker
Raw
Normal View
History
Unescape
Escape
Declare ARG in Dockerfile. (#265) Resolves [Warning] One or more build-args [SENTRY_IMAGE] were not consumed.
2019-10-28 20:33:06 +01:00
ARG
SENTRY_IMAGE
build(travis): Use :latest tag for getsentry/sentry (#252)
2019-10-14 20:31:38 +02:00
FROM
${SENTRY_IMAGE:-sentry:9.1.2}-onbuild
Copy Permalink