Skip to content

Commit

Permalink
Updating image to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Jul 20, 2021
1 parent 398a71c commit 498fd47
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 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-09
FROM nxtlytics/python37:v0.0.7

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

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

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

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

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

ARG JAVA_MAJOR_VERSION=11
ENV MAVEN_HOME=/usr/share/maven
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nxtlytics/jdk:v0.0.7-test-09
FROM nxtlytics/jdk:v0.0.7

ENV user=jenkins
ENV group=jenkins
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-09
FROM nxtlytics/jenkins-jdk:v0.0.7

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down

0 comments on commit 498fd47

Please sign in to comment.