⬆️ Update minio/minio Docker digest to 1df91be #804

Merged
mafyuh merged 1 commit from renovate/minio-minio into main 2025-02-23 03:26:28 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
minio/minio digest 640c227 -> 1df91be

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 | `640c227` -> `1df91be` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2025-02-20 17:01:32 -05:00
mafyuh merged commit b6cfbe8367 into main 2025-02-23 03:26:28 -05:00
mafyuh deleted branch renovate/minio-minio 2025-02-23 03:26:28 -05:00

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 8ae927e..b6cfbe8",
        "Fast-forward",
        " README.md                                          | 69 ++++++++++++++++++++--",
        " docker/ag-main/docker-compose.yml                  |  2 +-",
        " docker/kasm/docker-compose.yml                     |  2 +-",
        " .../apps/production/arr/sabnzbd/helmrelease.yaml   |  6 ++",
        " 4 files changed, 71 insertions(+), 8 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:64da6db15ab574d67f9fbdcc812796f00f259be543e6dc2e60ad4f5d6c05d005   \"/init\"                  kasm                        2 days ago     Up 2 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:1df91be8d6a6146001cd6be2569a12785a8ece583b511f56ebed08f1e65d3611                \"/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   2 months ago   Up 3 weeks              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 8ae927e..b6cfbe8", "Fast-forward", " README.md | 69 ++++++++++++++++++++--", " docker/ag-main/docker-compose.yml | 2 +-", " docker/kasm/docker-compose.yml | 2 +-", " .../apps/production/arr/sabnzbd/helmrelease.yaml | 6 ++", " 4 files changed, 71 insertions(+), 8 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:64da6db15ab574d67f9fbdcc812796f00f259be543e6dc2e60ad4f5d6c05d005 \"/init\" kasm 2 days ago Up 2 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:1df91be8d6a6146001cd6be2569a12785a8ece583b511f56ebed08f1e65d3611 \"/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 2 months ago Up 3 weeks 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 ```
This repository is archived. You cannot comment on pull requests.
No description provided.