Skip to content

Commit ed23b8a

Browse files
authored
Merge pull request #589 from cloudfoundry/update-ubuntu-debootstrap-mirror
Use kernel.org mirror for debootstrap
2 parents db0aba3 + 4725dca commit ed23b8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/pipelines/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
params:
249249
OPERATING_SYSTEM_NAME: ubuntu
250250
OPERATING_SYSTEM_VERSION: (@= data.values.stemcell_details.os_short_name @)
251-
UBUNTU_DEBOOTSTRAP_MIRROR: http://gce.archive.ubuntu.com/ubuntu #! Ubuntu's GCP-internal mirror, must change if we change Concourse IaaS!
251+
UBUNTU_DEBOOTSTRAP_MIRROR: http://mirrors.edge.kernel.org/ubuntu
252252
privileged: true
253253
vars:
254254
image_os_tag: (@= data.values.stemcell_details.os_short_name @)

0 commit comments

Comments
 (0)