Skip to content

Commit

Permalink
Merge pull request #1 from Over-haul/P20-1879
Browse files Browse the repository at this point in the history
[P20-1879] Adding psycopg2-binary to base jdk image to be able to register prefect flows that depend on this library
  • Loading branch information
ricardo-overhaul authored Sep 2, 2022
2 parents ff9f54b + f130a93 commit dec0de0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion jdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal-20220531
FROM ubuntu:focal-20220826

ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL=C.UTF-8
Expand Down Expand Up @@ -81,6 +81,7 @@ RUN echo '===> Starting setup' && \
boto3 \
jira \
prefect \
psycopg2-binary==2.9.3 \
PyGithub \
pytz \
requests && \
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 public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.0
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1

# 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 public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.0
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1

# 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 public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.0
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1

# 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 public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.0
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1

# 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/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.0
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down

0 comments on commit dec0de0

Please sign in to comment.