Skip to content

Commit

Permalink
ENG-1174 percona-docker repo issues with repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
adivinho committed Mar 21, 2023
1 parent a716497 commit 2c4ec90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions percona-server-mongodb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM debian:jessie
FROM debian/eol:jessie
MAINTAINER Percona Development Team <[email protected]>

RUN apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https ca-certificates \
pwgen \
&& rm -rf /var/lib/apt/lists/*

RUN apt-key adv --keyserver keys.gnupg.net --recv-keys 8507EFA5
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8507EFA5

RUN echo 'deb https://repo.percona.com/apt jessie main' > /etc/apt/sources.list.d/percona.list

Expand All @@ -15,7 +15,7 @@ RUN useradd -u 1001 -r -g 0 -s /sbin/nologin \
-c "Default Application User" mongodb

ENV PERCONA_MAJOR 30
ENV PERCONA_VERSION 3.0.14-1.9.jessie
ENV PERCONA_VERSION 3.0.15-1.10.jessie


RUN \
Expand Down

0 comments on commit 2c4ec90

Please sign in to comment.