aboutsummaryrefslogtreecommitdiff
path: root/infra/uploader
diff options
context:
space:
mode:
authorOliver Chang <oliverchang@users.noreply.github.com>2017-03-10 22:23:44 -0800
committerGitHub <noreply@github.com>2017-03-10 22:23:44 -0800
commitadcf1d8b0c5a18a6a4d4c240395d247d6c3448d3 (patch)
treec23f185c14ae5bc002b1ec11391cd554fa5417be /infra/uploader
parentf11c245ec15a118ef0bbdf843130c0a3a9d6772d (diff)
downloadoss-fuzz-adcf1d8b0c5a18a6a4d4c240395d247d6c3448d3.tar.gz
gcb: Upload build to test bucket. (#450)
Diffstat (limited to 'infra/uploader')
-rw-r--r--infra/uploader/Dockerfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/uploader/Dockerfile b/infra/uploader/Dockerfile
new file mode 100644
index 000000000..b71a5dbe5
--- /dev/null
+++ b/infra/uploader/Dockerfile
@@ -0,0 +1,7 @@
+from ubuntu:16.04
+
+RUN apt-get update && apt-get upgrade -y
+RUN apt-get install -y curl
+
+ENTRYPOINT ["curl", "-X", "PUT", "-T"]
+