We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a84366 commit 449cea3Copy full SHA for 449cea3
scripts/tester/Dockerfile
@@ -1,5 +1,15 @@
1
FROM ubuntu:16.04
2
3
+
4
+# environemnt variables
5
+ENV CLOWDER_URL=${CLOWDER_URL} \
6
+ CLOWDER_KEY=${CLOWDER_KEY} \
7
+ TARGET_FILE=${TARGET_FILE} \
8
+ SLACK_TOKEN=${SLACK_TOKEN} \
9
+ SLACK_CHANNEL=${SLACK_CHANNEL} \
10
+ SLACK_USER=${SLACK_USER}
11
12
13
RUN apt-get update && apt-get install -y curl jq && apt-get clean && rm -rf /var/lib/apt/lists
14
15
COPY tester.sh /
0 commit comments