Skip to content

Commit 9a79ebe

Browse files
fix debian image creation (#258)
fix debian image creation Reviewed-by: SebastianGode
1 parent fc4af0e commit 9a79ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodepool/nodepool.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ diskimages:
120120
- debian-minimal
121121
release: buster
122122
env-vars:
123-
DIB_DISTRIBUTION_MIRROR: "http://ftp2.de.debian.org/debian"
123+
DIB_DISTRIBUTION_MIRROR: "http://archive.debian.org/debian"
124124
DIB_DEBIAN_SECURITY_MIRROR: "http://debian.mirror.lrz.de/debian-security"
125125
DIB_DEBIAN_SECURITY_SUBPATH: ""
126126

@@ -131,7 +131,7 @@ diskimages:
131131
- debian-minimal
132132
release: bullseye
133133
env-vars:
134-
DIB_DISTRIBUTION_MIRROR: "http://ftp2.de.debian.org/debian"
134+
DIB_DISTRIBUTION_MIRROR: "http://archive.debian.org/debian"
135135
DIB_DEBIAN_SECURITY_MIRROR: "http://debian.mirror.lrz.de/debian-security"
136136
DIB_DEBIAN_SECURITY_SUBPATH: ""
137137

0 commit comments

Comments
 (0)