Compare commits
	
		
			13 Commits
		
	
	
		
			497af92675
			...
			renovate/p
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d05833bbf9 | |||
| 4f081362ae | |||
| 83248fa6f7 | |||
| 0d8550c8ac | |||
| bdd558fae3 | |||
| 4209fc568f | |||
| e48e158490 | |||
| e7ffed2a33 | |||
| bd881a4b7a | |||
| 44303726d4 | |||
| 37e107288a | |||
| 212759807b | |||
| 57cda04d4b | 
@@ -46,5 +46,5 @@ jobs:
 | 
				
			|||||||
      with:
 | 
					      with:
 | 
				
			||||||
        context: .
 | 
					        context: .
 | 
				
			||||||
        # use the current commit SHA as the tag
 | 
					        # use the current commit SHA as the tag
 | 
				
			||||||
        tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-${{ gitea.run_number }}
 | 
					        tags: git.kluster.moll.re/remoll/dns:${{ steps.version.outputs.BUILD_NAME }}-build.${{ gitea.run_number }}
 | 
				
			||||||
        push: true
 | 
					        push: true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +1 @@
 | 
				
			|||||||
3.13
 | 
					3.14
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
# use python 3.12 as a base image
 | 
					# use python 3.12 as a base image
 | 
				
			||||||
FROM docker.io/python:3.13-alpine
 | 
					FROM docker.io/python:3.13-alpine
 | 
				
			||||||
# use the latest version of uv, independently of the python version
 | 
					# use the latest version of uv, independently of the python version
 | 
				
			||||||
COPY --from=ghcr.io/astral-sh/uv:0.8.24 /uv /uvx /bin/
 | 
					COPY --from=ghcr.io/astral-sh/uv:0.9.5 /uv /uvx /bin/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -11,6 +11,6 @@ RUN uv sync --frozen
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# copy the rest of the code
 | 
					# copy the rest of the code
 | 
				
			||||||
COPY config.yaml .
 | 
					COPY config.yaml .
 | 
				
			||||||
COPY config .
 | 
					COPY config/ ./config/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CMD ["uv", "run", "octodns", "--config-file", "config.yaml", "--doit"]
 | 
					CMD ["uv", "run", "octodns-sync", "--config-file", "config.yaml", "--doit"]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,5 +6,6 @@ readme = "README.md"
 | 
				
			|||||||
requires-python = ">=3.13"
 | 
					requires-python = ">=3.13"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
    "octodns>=1.13.0",
 | 
					    "octodns>=1.13.0",
 | 
				
			||||||
 | 
					    "octodns-cloudflare>=1.0.0",
 | 
				
			||||||
    "octodns-ddns>=0.2.1",
 | 
					    "octodns-ddns>=0.2.1",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										15
									
								
								uv.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										15
									
								
								uv.lock
									
									
									
										generated
									
									
									
								
							@@ -48,12 +48,14 @@ version = "0.1.0"
 | 
				
			|||||||
source = { virtual = "." }
 | 
					source = { virtual = "." }
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
    { name = "octodns" },
 | 
					    { name = "octodns" },
 | 
				
			||||||
 | 
					    { name = "octodns-cloudflare" },
 | 
				
			||||||
    { name = "octodns-ddns" },
 | 
					    { name = "octodns-ddns" },
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[package.metadata]
 | 
					[package.metadata]
 | 
				
			||||||
requires-dist = [
 | 
					requires-dist = [
 | 
				
			||||||
    { name = "octodns", specifier = ">=1.13.0" },
 | 
					    { name = "octodns", specifier = ">=1.13.0" },
 | 
				
			||||||
 | 
					    { name = "octodns-cloudflare", specifier = ">=1.0.0" },
 | 
				
			||||||
    { name = "octodns-ddns", specifier = ">=0.2.1" },
 | 
					    { name = "octodns-ddns", specifier = ">=0.2.1" },
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -110,6 +112,19 @@ wheels = [
 | 
				
			|||||||
    { url = "https://files.pythonhosted.org/packages/63/f0/80966789e8ea85e017961514e343f47a2e5456c4bdaefdbcffccfd31666a/octodns-1.13.0-py3-none-any.whl", hash = "sha256:26b2987910ea6d2e548f90771ba9874c5606053ddb02cd15e2b9cea15b50bf7f", size = 107715, upload-time = "2025-08-06T23:34:43.475Z" },
 | 
					    { url = "https://files.pythonhosted.org/packages/63/f0/80966789e8ea85e017961514e343f47a2e5456c4bdaefdbcffccfd31666a/octodns-1.13.0-py3-none-any.whl", hash = "sha256:26b2987910ea6d2e548f90771ba9874c5606053ddb02cd15e2b9cea15b50bf7f", size = 107715, upload-time = "2025-08-06T23:34:43.475Z" },
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "octodns-cloudflare"
 | 
				
			||||||
 | 
					version = "1.0.0"
 | 
				
			||||||
 | 
					source = { registry = "https://pypi.org/simple" }
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					    { name = "octodns" },
 | 
				
			||||||
 | 
					    { name = "requests" },
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					sdist = { url = "https://files.pythonhosted.org/packages/f1/7c/99818c558bfb4aa89273254ca19dc76ddfd1e0fc71b4f817b0d69cbb8b7f/octodns_cloudflare-1.0.0.tar.gz", hash = "sha256:412572d36cbd975a18c112ede3bf26a9d55b38204ac05a494cb75c70023e8c91", size = 34156, upload-time = "2025-05-03T19:52:44.735Z" }
 | 
				
			||||||
 | 
					wheels = [
 | 
				
			||||||
 | 
					    { url = "https://files.pythonhosted.org/packages/45/48/19916a5447f003fa41877cf7b1d0d61f5c1e97019cb4e817c894bcbe7031/octodns_cloudflare-1.0.0-py3-none-any.whl", hash = "sha256:9e2dbbc69820b161061f8176c17db053d7624efbb88b3ebe30d27154a13f7d32", size = 17887, upload-time = "2025-05-03T19:52:43.286Z" },
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "octodns-ddns"
 | 
					name = "octodns-ddns"
 | 
				
			||||||
version = "0.2.1"
 | 
					version = "0.2.1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user