Compare commits

...

2 Commits

Author SHA1 Message Date
303a47e30d chore(deps-major): Update mcr.microsoft.com/mssql/server Docker tag to v2025
| datasource | package                        | from | to   |
| ---------- | ------------------------------ | ---- | ---- |
| docker     | mcr.microsoft.com/mssql/server | 2022 | 2025 |
2025-09-20 04:02:08 +00:00
b1ea767abb chore: remove mssql
All checks were successful
Deploy / Prepare Build (push) Successful in 23s
2025-09-20 13:17:55 +10:00
2 changed files with 4 additions and 4 deletions

View File

@ -149,9 +149,9 @@
import_tasks: tasks/gitea-runner-homelab.yml
tags: gitea-runner-homelab_install
- name: Deploy mssql
import_tasks: tasks/mssql.yml
tags: mssql_install
# - name: Deploy mssql
# import_tasks: tasks/mssql.yml
# tags: mssql_install
tags: dockerserver_install

View File

@ -12,7 +12,7 @@
- name: Create the mssql container
docker_container:
name: mssql
image: mcr.microsoft.com/mssql/server:2022-latest@sha256:b1395aa51b4ec39981883560f1379ea9eba2a1c0719bf8e6477902769316bb79
image: mcr.microsoft.com/mssql/server:2025-latest@sha256:2c80e548ef65fb65a8ca23c3a74ed60e0964ea709f46d07c97ccaf7c437e2cc6
user: root
restart_policy: unless-stopped
recreate: true