⬆️ Update minio/minio Docker digest to ed9be66 #685

Merged
mafyuh merged 1 commit from renovate/minio-minio into main 2025-01-21 23:14:46 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
minio/minio digest 442993f -> ed9be66

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 | `442993f` -> `ed9be66` | --- ### 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-21 05:03:42 -05:00
⬆️ Update minio/minio Docker digest to d176ee4
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 5s
522dfdb139
renovatebot changed title from ⬆️ Update minio/minio Docker digest to d176ee4 to ⬆️ Update minio/minio Docker digest to ed9be66 2025-01-21 06:01:44 -05:00
renovatebot force-pushed renovate/minio-minio from 522dfdb139 to f71169f4d2 2025-01-21 06:01:46 -05:00 Compare
mafyuh merged commit 1824678e21 into main 2025-01-21 23:14:46 -05:00
mafyuh deleted branch renovate/minio-minio 2025-01-21 23:14:47 -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 3afa51b..1824678",
        "Fast-forward",
        " docker/AI/docker-compose.yml   | 2 +-",
        " docker/arrs/docker-compose.yml | 2 +-",
        " docker/kasm/docker-compose.yml | 2 +-",
        " 3 files changed, 3 insertions(+), 3 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:118804741cabc61cd63848be55e6c106df6f7fc11ec73f2e96c0d16f5ef35dc3   \"/init\"                  kasm                        2 hours ago     Up 2 hours              0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp",
        "minio               minio/minio@sha256:ed9be66eb5f2636c18289c34c3b725ddf57815f2777c77b5938543b78a44f144                \"/usr/bin/docker-ent…\"   minio                       3 seconds 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   5 weeks ago     Up 7 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 3afa51b..1824678", "Fast-forward", " docker/AI/docker-compose.yml | 2 +-", " docker/arrs/docker-compose.yml | 2 +-", " docker/kasm/docker-compose.yml | 2 +-", " 3 files changed, 3 insertions(+), 3 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:118804741cabc61cd63848be55e6c106df6f7fc11ec73f2e96c0d16f5ef35dc3 \"/init\" kasm 2 hours ago Up 2 hours 0.0.0.0:443->443/tcp, :::443->443/tcp, 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp", "minio minio/minio@sha256:ed9be66eb5f2636c18289c34c3b725ddf57815f2777c77b5938543b78a44f144 \"/usr/bin/docker-ent…\" minio 3 seconds 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 5 weeks ago Up 7 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#685
No description provided.