Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Side by Side Diff: appengine/chrome_infra_mon_proxy/Dockerfile

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Responded to comments Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Dockerfile extending the generic Python image with application files for a
2 # single application.
3
4 # gcloud preview docker pull <image tag> to make it available locally.
5 # To upgrade the image, run:
6 # cd docker
7 # docker build .
8 # docker tag <image-hash> \
9 # gcr.io/chrome_infra_mon_proxy/base_python27_<image-hash>
10 # gcloud preview docker push <new image tag>
11 # And update the image tag below.
12 FROM gcr.io/chrome_infra_mon_proxy/base_python27_df11be121945
13
14 ADD . /app/
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698