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

[DBBackup] Switch to Debian sid image for Mongo client

parent c2874fd7
No related branches found
No related tags found
No related merge requests found
Pipeline #62757 passed
## Version 1.3 ## Version 1.3
* Switch from Python image to Bullseye image * Switch from Python image to Sid image (because Mongo does not exists in Bullseye and PG12 only in Bullseye and Sid...)
* Update for PG12+ * Update for PG12+
* Default cron hour at 03:00AM * Default cron hour at 03:00AM
FROM debian:bullseye-slim FROM debian:sid-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
......
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