Skip to content

Commit

Permalink
[jenkins-jdk] Installing jmeter from archive.apache.org
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Jul 14, 2021
1 parent 9105fca commit 398a71c
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 24 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-08
FROM nxtlytics/python37:v0.0.7-test-09

# 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-08
image: nxtlytics/apache-airflow:v0.0.7-test-09
restart: always
depends_on:
- postgres
Expand All @@ -33,7 +33,7 @@ services:
retries: 3

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

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

worker:
image: nxtlytics/apache-airflow:v0.0.7-test-08
image: nxtlytics/apache-airflow:v0.0.7-test-09
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-08
FROM nxtlytics/base:v0.0.7-test-09

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-08
FROM nxtlytics/base:v0.0.7-test-09

ARG JAVA_MAJOR_VERSION=11
ENV MAVEN_HOME=/usr/share/maven
Expand Down
4 changes: 2 additions & 2 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-08
FROM nxtlytics/jdk:v0.0.7-test-09

ENV user=jenkins
ENV group=jenkins
Expand Down Expand Up @@ -65,7 +65,7 @@ RUN echo '===> Make jenkins-agent executable' && \
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 && \
curl -sL 'https://archive.apache.org/dist/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' && \
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-08
FROM nxtlytics/jenkins-jdk:v0.0.7-test-09

# 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-08
FROM nxtlytics/jenkins-jdk:v0.0.7-test-09

# 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-08
FROM nxtlytics/jenkins-jdk:v0.0.7-test-09

# 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-08
FROM nxtlytics/jenkins-jdk:v0.0.7-test-09

# 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-08
FROM nxtlytics/jenkins-jdk:v0.0.7-test-09

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-08
FROM nxtlytics/jenkins-jdk:v0.0.7-test-09

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-08
FROM nxtlytics/jenkins-jdk:v0.0.7-test-09

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-08
FROM nxtlytics/python38:v0.0.7-test-09

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-08
FROM nxtlytics/base:v0.0.7-test-09

# 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-08
FROM nxtlytics/base:v0.0.7-test-09

# 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-08
FROM nxtlytics/base:v0.0.7-test-09

# 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-08
FROM nxtlytics/base:v0.0.7-test-09

# 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-08
FROM nxtlytics/base:v0.0.7-test-09

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-08
FROM nxtlytics/base:v0.0.7-test-09

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-08
FROM nxtlytics/base:v0.0.7-test-09

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down

0 comments on commit 398a71c

Please sign in to comment.