Update code.forgejo.org/oci/debian Docker tag to v13 (#1070)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| code.forgejo.org/oci/debian | container | major | `bookworm` -> `trixie` |
| code.forgejo.org/oci/debian | service | major | `bookworm` -> `trixie` |

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC).

🚦 **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 these updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMjIuMyIsInVwZGF0ZWRJblZlciI6IjQxLjEyMi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/1070
Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org>
Co-authored-by: Renovate Bot <bot@kriese.eu>
Co-committed-by: Renovate Bot <bot@kriese.eu>
This commit is contained in:
Renovate Bot 2025-10-18 06:11:46 +00:00 committed by earl-warren
parent 2c247b8d49
commit 22004ebe73
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
5 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ jobs:
test:
runs-on: docker
container:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
options: "--volume /srv/example:/srv/example"
steps:

View file

@ -6,7 +6,7 @@ jobs:
test:
runs-on: ${{ vars.TEST_SCHEDULE_RUNSON }}
container:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
options: "--volume /srv/example:/srv/example"
steps:

View file

@ -5,7 +5,7 @@ jobs:
test:
runs-on: docker
container:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
volumes:
- /srv/example:/srv/example
steps:

View file

@ -23,7 +23,7 @@ jobs:
simple:
runs-on: docker
container:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
services:
pgsql:
@ -43,7 +43,7 @@ jobs:
needs: [simple]
runs-on: docker
container:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
options: "--volume /srv/example-service-volume-valid:/srv/example-service-volume-valid --volume /srv/example-service-volume-invalid:/srv/example-service-volume-invalid"
steps:
@ -58,12 +58,12 @@ jobs:
needs: [volume-on-step]
runs-on: docker
container:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
options: "--volume /srv/example-service-volume-valid:/srv/example-service-volume-valid"
services:
myservice:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
options: "--volume /srv/example-service-volume-valid:/srv/example-service-volume-valid"
cmd: ["bash", "-c", "echo -n SUCCESS > /srv/example-service-volume-valid ; sleep infinity"]

View file

@ -44,7 +44,7 @@ jobs:
test:
runs-on: docker
container:
image: code.forgejo.org/oci/debian:bookworm
image: code.forgejo.org/oci/debian:trixie
options: "--volume /srv/example:/srv/example"
steps: