Skip to content

Commit

Permalink
[jenkins-jdk] Installing terraform 0.12.31
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Jul 14, 2021
1 parent e481c8e commit 9105fca
Show file tree
Hide file tree
Showing 20 changed files with 31 additions and 25 deletions.
2 changes: 1 addition & 1 deletion apache-airflow/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/python37:v0.0.7-test-07
FROM nxtlytics/python37:v0.0.7-test-08

# Airflow
ENV AIRFLOW_USER_HOME=/usr/local/airflow
Expand Down
8 changes: 4 additions & 4 deletions apache-airflow/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
# - ./pgdata:/var/lib/postgresql/data/pgdata

webserver:
image: nxtlytics/apache-airflow:v0.0.7-test-07
image: nxtlytics/apache-airflow:v0.0.7-test-08
restart: always
depends_on:
- postgres
Expand All @@ -33,7 +33,7 @@ services:
retries: 3

flower:
image: nxtlytics/apache-airflow:v0.0.7-test-07
image: nxtlytics/apache-airflow:v0.0.7-test-08
restart: always
depends_on:
- redis
Expand All @@ -45,7 +45,7 @@ services:
- "5555:5555"

scheduler:
image: nxtlytics/apache-airflow:v0.0.7-test-07
image: nxtlytics/apache-airflow:v0.0.7-test-08
restart: always
depends_on:
- webserver
Expand All @@ -55,7 +55,7 @@ services:
- dev.env

worker:
image: nxtlytics/apache-airflow:v0.0.7-test-07
image: nxtlytics/apache-airflow:v0.0.7-test-08
restart: always
depends_on:
- scheduler
Expand Down
2 changes: 1 addition & 1 deletion datadog-agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

ADD utils /opt/utils/
RUN echo "===> Moving docker-entrypoint.sh to /usr/local/bin and making it exec" \
Expand Down
2 changes: 1 addition & 1 deletion jdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

ARG JAVA_MAJOR_VERSION=11
ENV MAVEN_HOME=/usr/share/maven
Expand Down
12 changes: 9 additions & 3 deletions jenkins/jdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jdk:v0.0.7-test-07
FROM nxtlytics/jdk:v0.0.7-test-08

ENV user=jenkins
ENV group=jenkins
Expand Down Expand Up @@ -57,20 +57,26 @@ RUN echo '===> Make jenkins-agent executable' && \
unzip /tmp/packer.zip -d /usr/local/bin/ && \
chmod +x /usr/local/bin/packer && \
packer --version && \
echo '===> Installing terraform 0.12.28' && \
echo '===> Installing terraform 0.12.31' && \
curl -sL \
"https://releases.hashicorp.com/terraform/0.12.28/terraform_0.12.28_linux_amd64.zip" \
"https://releases.hashicorp.com/terraform/0.12.31/terraform_0.12.31_linux_amd64.zip" \
-o /tmp/terraform.zip && \
unzip /tmp/terraform.zip -d /usr/local/bin/ && \
chmod +x /usr/local/bin/terraform && \
terraform --version && \
echo '===> Installing jmeter and plugins' && \
curl -sL https://apache.ip-connect.vn.ua//jmeter/binaries/apache-jmeter-5.2.1.tgz -o /opt/jmeter.tgz && \
echo '====> untar jmeter.tgz' && \
tar -xzvf /opt/jmeter.tgz -C /opt/ && \
echo '====> untar moving jmeter to /opt/jmeter' && \
mv -f /opt/apache-jmeter-5.2.1* /opt/jmeter && \
echo '====> linking /opt/jmeter/bin/jmeter to /usr/bin/jmeter' && \
ln -s /opt/jmeter/bin/jmeter /usr/bin/jmeter && \
echo '====> downloading jmeter-plugins' && \
curl -sL https://jmeter-plugins.org/files/packages/jpgc-casutg-2.9.zip -o /opt/jmeter-plugins.zip && \
echo '====> unzip jmeter-plugins' && \
unzip /opt/jmeter-plugins.zip -d /opt && cp -r /opt/lib /opt/jmeter/ && \
echo '====> Removing jmeter.tgz and jmeter-plugins.zip' && \
rm -rf /opt/lib /opt/jmeter.tgz /opt/jmeter-plugins.zip && \
echo '===> Installing awscli v2' && \
curl -sL 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip' -o /tmp/awscli-exe-linux-x86_64.zip && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins/nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jenkins-jdk:v0.0.7-test-07
FROM nxtlytics/jenkins-jdk:v0.0.7-test-08

# Install tools
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins/python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jenkins-jdk:v0.0.7-test-07
FROM nxtlytics/jenkins-jdk:v0.0.7-test-08

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins/python38/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jenkins-jdk:v0.0.7-test-07
FROM nxtlytics/jenkins-jdk:v0.0.7-test-08

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins/python39/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jenkins-jdk:v0.0.7-test-07
FROM nxtlytics/jenkins-jdk:v0.0.7-test-08

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion jenkins/ruby-jemalloc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jenkins-jdk:v0.0.7-test-07
FROM nxtlytics/jenkins-jdk:v0.0.7-test-08

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down
2 changes: 1 addition & 1 deletion jenkins/ruby-truffle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jenkins-jdk:v0.0.7-test-07
FROM nxtlytics/jenkins-jdk:v0.0.7-test-08

ENV RUBY_INSTALL_VERSION=0.8.1
ENV TRUFFLERUBY_VERSION=21.0.0
Expand Down
2 changes: 1 addition & 1 deletion jenkins/ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jenkins-jdk:v0.0.7-test-07
FROM nxtlytics/jenkins-jdk:v0.0.7-test-08

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub-singleuser-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/python38:v0.0.7-test-07
FROM nxtlytics/python38:v0.0.7-test-08

COPY docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh \
Expand Down
2 changes: 1 addition & 1 deletion nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

# Install tools
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down
2 changes: 1 addition & 1 deletion python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion python38/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion python39/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion ruby-jemalloc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down
2 changes: 1 addition & 1 deletion ruby-truffle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

ENV RUBY_INSTALL_VERSION=0.8.1
ENV TRUFFLERUBY_VERSION=21.0.0
Expand Down
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/base:v0.0.7-test-07
FROM nxtlytics/base:v0.0.7-test-08

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down

0 comments on commit 9105fca

Please sign in to comment.