Skip to content

Commit 4725dca

Browse files
committed
Use kernel.org mirror for debootstrap
Turns out, the internal GCE mirror is designed only for actual vms running in GCP, and either didn't play well with the Concourse container's egress or doesn't server jammy. Fixes debootstrap --arch=amd64 jammy /mnt/stemcells/null/null/ubuntu/work/work/chroot http://gce.archive.ubuntu.com/ubuntu I: Retrieving InRelease I: Retrieving Release E: Failed getting release file http://gce.archive.ubuntu.com/ubuntu/dists/jammy/Release
1 parent db0aba3 commit 4725dca

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)