Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
renovate[bot] d27c3e0204
Update dependency borgmatic to v1.8.8 (#135)
Co-Authored-By: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-31 19:30:32 +00:00
modem7 a2b13bd8a4
Update Alpine version 2024-01-31 19:22:33 +00:00
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ steps:
from_secret: docker_password
tags:
- latest
- 1.8.7-1.2.7
- 1.8.8-1.2.7
- name: pushrm-dockerhub
image: chko/docker-pushrm

Wyświetl plik

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:latest
FROM python:3.12.1-alpine3.18 as base
FROM python:3.11.7-alpine3.19 as base
ARG TARGETARCH
LABEL maintainer='modem7'
@ -26,13 +26,13 @@ ADD https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLA
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
TERM='xterm' \
S6_LOGGING="1" \
S6_LOGGING="1" \
S6_VERBOSITY="0" \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME="0" \
TZ="Europe/London"
RUN <<EOF
set -x
set -xe
apk upgrade --update --no-cache
tar -C / -Jxpf /tmp/s6-overlay.tar.xz
tar -C / -Jxpf /tmp/s6-overlay-noarch.tar.xz
@ -54,7 +54,7 @@ RUN <<EOF
mariadb-client \
mariadb-connector-c \
mongodb-tools \
openssl1.1-compat \
openssl \
postgresql-client \
sshfs \
sqlite \

Wyświetl plik

@ -1,5 +1,5 @@
--extra-index-url https://dl.cloudsmith.io/public/modem7/wheels/python/simple/
borgbackup==1.2.7
borgmatic[apprise]==1.8.7
borgmatic[apprise]==1.8.8
llfuse==1.5.0