⬆️ Update minio/minio Docker digest to 442993f #678

Merged
mafyuh merged 1 commit from renovate/minio-minio into main 2025-01-18 00:44:03 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
minio/minio digest 1dce27c -> 442993f

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | minio/minio | digest | `1dce27c` -> `442993f` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45MC4zIiwidXBkYXRlZEluVmVyIjoiMzkuOTAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-01-17 22:01:53 -05:00
⬆️ Update minio/minio Docker digest to 442993f
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 9s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 17s
90493cfaec
mafyuh merged commit 52ebd7130c into main 2025-01-18 00:44:03 -05:00
mafyuh deleted branch renovate/minio-minio 2025-01-18 00:44:03 -05:00
First-time contributor

Ansible Deployment Output


PLAY [Deploy application] ******************************************************

TASK [Gathering Facts] *********************************************************
ok: [kasm.lan]

TASK [Ensure the repository is up-to-date] *************************************
changed: [kasm.lan]

TASK [Display git pull output] *************************************************
ok: [kasm.lan] => {
    "git_pull_output.stdout_lines": [
        "Updating fbab179..52ebd71",
        "Fast-forward",
        " docker/AI/docker-compose.yml        | 4 ++--",
        " docker/arm/docker-compose.yml       | 6 +++---",
        " docker/arrs/docker-compose.yml      | 8 ++++----",
        " docker/grafana/docker-compose.yml   | 2 +-",
        " docker/kasm/docker-compose.yml      | 2 +-",
        " docker/netboot/docker-compose.yml   | 2 +-",
        " docker/paperless/docker-compose.yml | 2 +-",
        " terraform/main.tf                   | 2 +-",
        " terraform/proxmox/provider.tf       | 2 +-",
        " 9 files changed, 15 insertions(+), 15 deletions(-)"
    ]
}

TASK [Read secret mapping] *****************************************************
ok: [kasm.lan]

TASK [Parse secret mapping] ****************************************************
ok: [kasm.lan]

TASK [Set env_variables] *******************************************************
ok: [kasm.lan]

TASK [Write .env file to target host] ******************************************
ok: [kasm.lan]

TASK [Restart services using Docker Compose] ***********************************
changed: [kasm.lan]

TASK [Run Docker Command] ******************************************************
changed: [kasm.lan]

TASK [Display Docker Output] ***************************************************
ok: [kasm.lan] => {
    "docker_output.stdout_lines": [
        "NAME                IMAGE                                                                                              COMMAND                  SERVICE                     CREATED        STATUS                  PORTS",
        "kasm                ghcr.io/linuxserver/kasm@sha256:4ff44409c3f4a27570cf13dd02f0c6425c9419c7257b0c2957802839df0116ec   \"/init\"                  kasm                        3 days ago     Up 3 days               0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp",
        "minio               minio/minio@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff                \"/usr/bin/docker-ent…\"   minio                       1 second ago   Up Less than a second   0.0.0.0:9000-9001->9000-9001/tcp, :::9000-9001->9000-9001/tcp",
        "obsidian-livesync   couchdb:3.3.3                                                                                      \"tini -- /docker-ent…\"   couchdb-obsidian-livesync   4 weeks ago    Up 4 days               4369/tcp, 9100/tcp, 0.0.0.0:5984->5984/tcp, :::5984->5984/tcp"
    ]
}

PLAY RECAP *********************************************************************
kasm.lan                   : ok=10   changed=3    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   


### Ansible Deployment Output ``` PLAY [Deploy application] ****************************************************** TASK [Gathering Facts] ********************************************************* ok: [kasm.lan] TASK [Ensure the repository is up-to-date] ************************************* changed: [kasm.lan] TASK [Display git pull output] ************************************************* ok: [kasm.lan] => { "git_pull_output.stdout_lines": [ "Updating fbab179..52ebd71", "Fast-forward", " docker/AI/docker-compose.yml | 4 ++--", " docker/arm/docker-compose.yml | 6 +++---", " docker/arrs/docker-compose.yml | 8 ++++----", " docker/grafana/docker-compose.yml | 2 +-", " docker/kasm/docker-compose.yml | 2 +-", " docker/netboot/docker-compose.yml | 2 +-", " docker/paperless/docker-compose.yml | 2 +-", " terraform/main.tf | 2 +-", " terraform/proxmox/provider.tf | 2 +-", " 9 files changed, 15 insertions(+), 15 deletions(-)" ] } TASK [Read secret mapping] ***************************************************** ok: [kasm.lan] TASK [Parse secret mapping] **************************************************** ok: [kasm.lan] TASK [Set env_variables] ******************************************************* ok: [kasm.lan] TASK [Write .env file to target host] ****************************************** ok: [kasm.lan] TASK [Restart services using Docker Compose] *********************************** changed: [kasm.lan] TASK [Run Docker Command] ****************************************************** changed: [kasm.lan] TASK [Display Docker Output] *************************************************** ok: [kasm.lan] => { "docker_output.stdout_lines": [ "NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS", "kasm ghcr.io/linuxserver/kasm@sha256:4ff44409c3f4a27570cf13dd02f0c6425c9419c7257b0c2957802839df0116ec \"/init\" kasm 3 days ago Up 3 days 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp", "minio minio/minio@sha256:442993fd0ef161f17aaaf5d6a5a0ed4d36edc577e28e327813d3be1733a59aff \"/usr/bin/docker-ent…\" minio 1 second ago Up Less than a second 0.0.0.0:9000-9001->9000-9001/tcp, :::9000-9001->9000-9001/tcp", "obsidian-livesync couchdb:3.3.3 \"tini -- /docker-ent…\" couchdb-obsidian-livesync 4 weeks ago Up 4 days 4369/tcp, 9100/tcp, 0.0.0.0:5984->5984/tcp, :::5984->5984/tcp" ] } PLAY RECAP ********************************************************************* kasm.lan : ok=10 changed=3 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 ```
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#678
No description provided.