File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1- FROM postgres:16
1+ FROM postgres:18
22
3- RUN apt update && apt install -y wget gnupg pigz pbzip2 xz-utils lrzip brotli zstd \
4- && wget https://dl.minio.io/client/mc/release/linux-amd64/mc -O /sbin/mc && chmod +x /sbin/mc \
5- && apt remove -y wget && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3+ RUN apt update && apt install -y gnupg pigz pbzip2 xz-utils lrzip brotli zstd \
4+ && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5+
6+ COPY --from=minio/mc /usr/bin/mc /usr/local/bin/mc
67
78COPY entrypoint.sh .
89ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -37,4 +37,9 @@ See `kubernetes-cronjob.yml` file.
3737
3838## Authors & contributors
3939- [ Standart AG, LLC] ( https://standart.lv/ )
40+ - [ OPSPRO] ( https://opspro.eu/ )
4041- [ Pavel Khorikov] ( https://github.com/JargeZ )
42+
43+ ## Changelog
44+
45+ [ 2025-11-01] Updated base docker image. Changed way of installing Minio mc command line tool.
You can’t perform that action at this time.
0 commit comments