23 Commits

Author SHA1 Message Date
497af92675 Merge pull request 'Update https://gitea.com/actions/checkout action to v5' (#15) from renovate/https-gitea.com-actions-checkout-5.x into main
Some checks failed
Build container / Build (push) Has been cancelled
Reviewed-on: #15
2025-10-14 20:29:17 +00:00
c356747ed0 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.24' (#16) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 54s
2025-10-07 04:00:38 +00:00
dc2b359d1e Update ghcr.io/astral-sh/uv Docker tag to v0.8.24
All checks were successful
Build container / Build (pull_request) Successful in 1m45s
2025-10-07 04:00:30 +00:00
86043c4083 Update https://gitea.com/actions/checkout action to v5
All checks were successful
Build container / Build (pull_request) Successful in 54s
2025-10-06 14:00:28 +00:00
aa7459311e Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.23' (#13) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 35s
2025-10-04 18:00:32 +00:00
3115695c92 Update ghcr.io/astral-sh/uv Docker tag to v0.8.23
All checks were successful
Build container / Build (pull_request) Successful in 56s
2025-10-04 18:00:25 +00:00
f43e0d7494 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.22' (#11) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 37s
2025-09-23 20:01:02 +00:00
67a1fdc42c Update ghcr.io/astral-sh/uv Docker tag to v0.8.22
All checks were successful
Build container / Build (pull_request) Successful in 58s
2025-09-23 20:00:55 +00:00
48448e814d Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.21' (#10) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 1m7s
2025-09-23 14:01:31 +00:00
5db841b320 Update ghcr.io/astral-sh/uv Docker tag to v0.8.21
All checks were successful
Build container / Build (pull_request) Successful in 51s
2025-09-23 14:01:19 +00:00
e92ce97049 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.20' (#9) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 1m5s
2025-09-23 00:01:07 +00:00
e2bec385af Update ghcr.io/astral-sh/uv Docker tag to v0.8.20
All checks were successful
Build container / Build (pull_request) Successful in 57s
2025-09-23 00:00:58 +00:00
61f151aa56 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.19' (#8) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 53s
2025-09-19 20:00:36 +00:00
3c73bc5a5e Update ghcr.io/astral-sh/uv Docker tag to v0.8.19
All checks were successful
Build container / Build (pull_request) Successful in 45s
2025-09-19 20:00:29 +00:00
5572cf700f Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.18' (#7) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 32s
2025-09-17 22:00:35 +00:00
7d138a3626 Update ghcr.io/astral-sh/uv Docker tag to v0.8.18
All checks were successful
Build container / Build (pull_request) Successful in 1m2s
2025-09-17 22:00:28 +00:00
b3ae8febf9 Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.17' (#6) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 40s
2025-09-10 22:00:35 +00:00
1161d9eea3 Update ghcr.io/astral-sh/uv Docker tag to v0.8.17
All checks were successful
Build container / Build (pull_request) Successful in 32s
2025-09-10 22:00:29 +00:00
fa8f2e7d2d Update .gitea/workflows/build-container.yaml
All checks were successful
Build container / Build (push) Successful in 31s
2025-09-10 17:27:08 +00:00
4b37ac69bc Merge pull request 'Update ghcr.io/astral-sh/uv Docker tag to v0.8.16' (#5) from renovate/ghcr.io-astral-sh-uv-0.x into main
All checks were successful
Build container / Build (push) Successful in 40s
2025-09-10 02:00:54 +00:00
35b4b3ccd4 Update ghcr.io/astral-sh/uv Docker tag to v0.8.16
Some checks failed
Build container / Build (pull_request) Failing after 23s
2025-09-10 02:00:39 +00:00
298db19434 Update renovate.json
Some checks failed
Build container / Build (push) Failing after 19s
2025-09-09 09:09:54 +00:00
b422768e8e cleanup
Some checks failed
Build container / Build (push) Failing after 47s
2025-09-08 18:20:20 +02:00
4 changed files with 3 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: https://gitea.com/actions/checkout@v4
- uses: https://gitea.com/actions/checkout@v5
- name: Fetch tags from main branch
id: version
@@ -47,3 +47,4 @@ jobs:
context: .
# use the current commit SHA as the tag
tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-${{ gitea.run_number }}
push: true

View File

@@ -1,7 +1,7 @@
# use python 3.12 as a base image
FROM docker.io/python:3.13-alpine
# use the latest version of uv, independently of the python version
COPY --from=ghcr.io/astral-sh/uv:0.8.15 /uv /uvx /bin/
COPY --from=ghcr.io/astral-sh/uv:0.8.24 /uv /uvx /bin/
WORKDIR /app

View File

@@ -1,6 +0,0 @@
def main():
print("Hello from dns!")
if __name__ == "__main__":
main()