⬆️ Update ollama/ollama Docker tag to v0.5.7 #672

Merged
mafyuh merged 1 commit from renovate/ollama-ollama-0.x into main 2025-01-16 10:09:57 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ollama/ollama (changelog) patch 0.5.6 -> 0.5.7

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 | |---|---|---| | ollama/ollama ([changelog](https://github.com/ollama/ollama/releases)) | patch | `0.5.6` -> `0.5.7` | --- ### 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-16 05:01:56 -05:00
⬆️ Update ollama/ollama Docker tag to v0.5.7
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 1m23s
989f29a10e
mafyuh merged commit 57ccb9a21b into main 2025-01-16 10:09:57 -05:00
mafyuh deleted branch renovate/ollama-ollama-0.x 2025-01-16 10:09:57 -05:00
First-time contributor

Ansible Deployment Output


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

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

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

TASK [Display git pull output] *************************************************
ok: [ai.lan] => {
    "git_pull_output.stdout_lines": [
        "Updating c52f5d8..57ccb9a",
        "Fast-forward",
        " docker/AI/docker-compose.yml  | 2 +-",
        " docker/arm/docker-compose.yml | 4 ++--",
        " 2 files changed, 3 insertions(+), 3 deletions(-)"
    ]
}

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

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

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

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

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

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

TASK [Display Docker Output] ***************************************************
ok: [ai.lan] => {
    "docker_output.stdout_lines": [
        "NAME                             IMAGE                                                                                     COMMAND                  SERVICE                     CREATED         STATUS                PORTS",
        "ai-stable-diffusion-download-1   comfy-download                                                                            \"/docker/download.sh\"    stable-diffusion-download   2 months ago    Up 2 seconds          ",
        "ai-stable-diffusion-webui-1      comfy-ui                                                                                  \"/docker/entrypoint.…\"   stable-diffusion-webui      2 months ago    Up 2 days             0.0.0.0:7860->7860/tcp, :::7860->7860/tcp",
        "ollama                           ollama/ollama:0.5.7                                                                       \"/bin/ollama serve\"      ollama                      3 seconds ago   Up 2 seconds          0.0.0.0:11434->11434/tcp, :::11434->11434/tcp",
        "open-webui                       ghcr.io/open-webui/open-webui:v0.5.4                                                      \"bash start.sh\"          open-webui                  10 days ago     Up 2 days (healthy)   0.0.0.0:3000->8080/tcp, [::]:3000->8080/tcp",
        "searxng                          searxng/searxng@sha256:9728c0ca684f4899427023a46516d1976d95594165d7f3a94695d45fe4d74cba   \"/sbin/tini -- /usr/…\"   searxng                     44 hours ago    Up 1 second           0.0.0.0:8081->8080/tcp, [::]:8081->8080/tcp"
    ]
}

PLAY RECAP *********************************************************************
ai.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: [ai.lan] TASK [Ensure the repository is up-to-date] ************************************* changed: [ai.lan] TASK [Display git pull output] ************************************************* ok: [ai.lan] => { "git_pull_output.stdout_lines": [ "Updating c52f5d8..57ccb9a", "Fast-forward", " docker/AI/docker-compose.yml | 2 +-", " docker/arm/docker-compose.yml | 4 ++--", " 2 files changed, 3 insertions(+), 3 deletions(-)" ] } TASK [Read secret mapping] ***************************************************** ok: [ai.lan] TASK [Parse secret mapping] **************************************************** ok: [ai.lan] TASK [Set env_variables] ******************************************************* ok: [ai.lan] TASK [Write .env file to target host] ****************************************** ok: [ai.lan] TASK [Restart services using Docker Compose] *********************************** changed: [ai.lan] TASK [Run Docker Command] ****************************************************** changed: [ai.lan] TASK [Display Docker Output] *************************************************** ok: [ai.lan] => { "docker_output.stdout_lines": [ "NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS", "ai-stable-diffusion-download-1 comfy-download \"/docker/download.sh\" stable-diffusion-download 2 months ago Up 2 seconds ", "ai-stable-diffusion-webui-1 comfy-ui \"/docker/entrypoint.…\" stable-diffusion-webui 2 months ago Up 2 days 0.0.0.0:7860->7860/tcp, :::7860->7860/tcp", "ollama ollama/ollama:0.5.7 \"/bin/ollama serve\" ollama 3 seconds ago Up 2 seconds 0.0.0.0:11434->11434/tcp, :::11434->11434/tcp", "open-webui ghcr.io/open-webui/open-webui:v0.5.4 \"bash start.sh\" open-webui 10 days ago Up 2 days (healthy) 0.0.0.0:3000->8080/tcp, [::]:3000->8080/tcp", "searxng searxng/searxng@sha256:9728c0ca684f4899427023a46516d1976d95594165d7f3a94695d45fe4d74cba \"/sbin/tini -- /usr/…\" searxng 44 hours ago Up 1 second 0.0.0.0:8081->8080/tcp, [::]:8081->8080/tcp" ] } PLAY RECAP ********************************************************************* ai.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#672
No description provided.