summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-11-18 14:03:07 +0100
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2021-11-18 14:03:07 +0100
commit766a8d2ff39c05693477fc2792cdcc4020b07b81 (patch)
tree93fffa3770d49a0d229b0c55c65ffbb062a148a1 /Dockerfile
parentcda6cf5ed73dbfbca7bc353395d0310801a51daa (diff)
downloaddocker-rundeckforci-766a8d2ff39c05693477fc2792cdcc4020b07b81.tar.gz
docker-rundeckforci-766a8d2ff39c05693477fc2792cdcc4020b07b81.tar.zst
docker-rundeckforci-766a8d2ff39c05693477fc2792cdcc4020b07b81.zip
Initial version
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..ef2a283
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,4 @@
1ARG RUNDECK_VERSION=3.4.6
2FROM rundeck/rundeck:${RUNDECK_VERSION}
3USER root
4ADD tokens.properties /etc/tokens.properties