Releases: containeroo/mirrIO
Releases · containeroo/mirrIO
v3.1.1
v3.1.0
-
Dockerfile:
- Install mc to /usr/local/bin
- Set HOME=/work and MC_CONFIG_DIR=/work/.mc
- Precreate /work/.mc with group 0, g+w, setgid (2775) for OpenShift
- Keep catatonit as PID 1
-
mirrio.sh:
- Drop mc wrapper/MC_BINARY; use mc on PATH
- Default MC_CONFIG_DIR to $HOME/.mc and mkdir -p
- Add nounset + traps (ERR,SIGINT,SIGTERM) and pushgateway on failure
- Idempotent bucket create; optional retention cleanup
- Parse ADDITIONAL_PARAMETERS into array for multiple flags
v3.0.0
BREAKING CHANGE
3.0.0 — Default to non-root
TL;DR: Starting with 3.0.0, ghcr.io/containeroo/alpine-toolbox:latest and versioned tags (e.g. :3.0.0) run as a non-root user (UID 10001, GID 0) by default.
v2.5.24
fix: script
v2.5.23
Merge pull request #137 from containeroo/fix/image improve script
v2.5.22
allow workflow_dispatch
v2.5.20
fix(mc): use alias to define source & destination
v2.5.19
fix(mc): command to add sources
v2.5.18
Merge pull request #130 from containeroo/renovate/ghcr.io-containeroo…
v2.5.17
add Makefile