Skip to content

Commit

Permalink
Setup image building for gitter-grafana-logger
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Nov 2, 2018
1 parent 43e77b8 commit 6eccab5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chartpress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ charts:
imagePrefix: gcr.io/binder-prod/mybinder-tool-
images:
events-archiver:
valuesPath: eventsArchiver.image
valuesPath: eventsArchiver.image
gitter-grafana-logger:
valuesPath: gitterGrafanaLogger.image
5 changes: 5 additions & 0 deletions images/gitter-grafana-logger/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM python:3.7-stretch

ADD . /srv

CMD ["python3", "/srv/event-archiver.py"]
1 change: 1 addition & 0 deletions images/gitter-grafana-logger/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
aiohttp==3.4.4
5 changes: 5 additions & 0 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,8 @@ eventsArchiver:
image:
name: jupyterhub/mybinder-extraevents-archiver
tag: set-by-chartpress

gitterGrafanaLogger:
image:
name: set-by-chartpress
tag: set-by-chartpress

0 comments on commit 6eccab5

Please sign in to comment.