Skip to content
Snippets Groups Projects
Verified Commit c2874fd7 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBBackup] Switch to Debian image for PG12 client

parent 036f4267
No related branches found
No related tags found
No related merge requests found
Pipeline #62755 failed
## Version 1.3
* Switch from Python image to Bullseye image
* Update for PG12+
* Default cron hour at 03:00AM
FROM python:3-slim-buster
FROM debian:bullseye-slim
RUN apt-get update && \
apt-get install -y --no-install-recommends \
iputils-ping \
postgresql-client-12 \
python3 \
default-mysql-client \
mongo-tools \
cron && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment