Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Upgrade rundeck to 3.3.2 & rundeck-cli to 1.3.2
  • Loading branch information
sylvaindd authored Aug 18, 2020
1 parent 93b7309 commit 09f40e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -qq update && \
apt-get -qqy install -t stretch-backports --no-install-recommends bash openjdk-8-jre-headless ca-certificates-java supervisor procps sudo ca-certificates openssh-client mysql-server mysql-client postgresql-9.6 postgresql-client-9.6 pwgen curl git uuid-runtime parallel jq && \
cd /tmp/ && \
curl -Lo /tmp/rundeck.deb https://dl.bintray.com/rundeck/rundeck-deb/rundeck_3.3.1.20200727-1_all.deb && \
echo '24e0c0c719f18c7ea24637a1379974d95b993d8e4210f41667d036f39ad0ad81 rundeck.deb' > /tmp/rundeck.sig && \
curl -Lo /tmp/rundeck.deb https://dl.bintray.com/rundeck/rundeck-deb/rundeck_3.3.2.20200817-1_all.deb && \
echo '7abed6cff40e992173efaa8341a15aa9cd536b9f67eec3202dc102634faaf319 rundeck.deb' > /tmp/rundeck.sig && \
shasum -a256 -c /tmp/rundeck.sig && \
curl -Lo /tmp/rundeck-cli.deb https://dl.bintray.com/rundeck/rundeck-deb/rundeck-cli_1.3.1-1_all.deb && \
echo '9fa908c88532e049a8072fb931d0af69f70a41ae189b579910143b51db532a54 rundeck-cli.deb' > /tmp/rundeck-cli.sig && \
curl -Lo /tmp/rundeck-cli.deb https://dl.bintray.com/rundeck/rundeck-deb/rundeck-cli_1.3.2-1_all.deb && \
echo '339ff7d9578996481b8c6169aa9c784a51219a5e8cb7608ea5b0cf2e28763aea rundeck-cli.deb' > /tmp/rundeck-cli.sig && \
shasum -a256 -c /tmp/rundeck-cli.sig && \
cd - && \
dpkg -i /tmp/rundeck*.deb && rm /tmp/rundeck*.deb && \
Expand Down

0 comments on commit 09f40e3

Please sign in to comment.