Skip to content

Releases: containeroo/mirrIO

v3.1.1

06 Oct 12:27
effce8b

Choose a tag to compare

bump minio version to RELEASE.2025-08-13T08-35-41Z

v3.1.0

06 Oct 07:18
32c48d4

Choose a tag to compare

  • 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

23 Sep 13:22
180aa8c

Choose a tag to compare

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

23 Sep 13:20
56e974b

Choose a tag to compare

fix: script

v2.5.23

15 Sep 11:21
01ea1ec

Choose a tag to compare

Merge pull request #137 from containeroo/fix/image

improve script

v2.5.22

14 Aug 13:50
6f7e59f

Choose a tag to compare

allow workflow_dispatch

v2.5.20

06 Jun 11:25
e9b6f81

Choose a tag to compare

fix(mc): use alias to define source & destination

v2.5.19

06 Jun 11:14
f2ae12b

Choose a tag to compare

fix(mc): command to add sources

v2.5.18

16 Apr 11:07
b5d1424

Choose a tag to compare

Merge pull request #130 from containeroo/renovate/ghcr.io-containeroo…

v2.5.17

01 Apr 17:13
fba8b7c

Choose a tag to compare

add Makefile