Update Debian and Ubuntu versions
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
67a915b2d9
commit
a6b81440cd
|
@ -30,7 +30,7 @@ platform:
|
||||||
steps:
|
steps:
|
||||||
- name: debian
|
- name: debian
|
||||||
commands:
|
commands:
|
||||||
- packer build debian/debian-11.2-amd64.json
|
- packer build debian/debian-11-amd64.json
|
||||||
- wget -O mc https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc
|
- wget -O mc https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc
|
||||||
- ./mc mirror builds/ STORAGE/$MC_BUCKET/debian
|
- ./mc mirror builds/ STORAGE/$MC_BUCKET/debian
|
||||||
- rm -f mc
|
- rm -f mc
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
.idea/
|
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"variables": {
|
"variables": {
|
||||||
"box_basename": "debian-11.2",
|
"box_basename": "debian-11",
|
||||||
"build_directory": "builds",
|
"build_directory": "builds",
|
||||||
"build_timestamp": "{{isotime \"20060102150405\"}}",
|
"build_timestamp": "{{isotime \"20060102150405\"}}",
|
||||||
"cpus": "2",
|
"cpus": "2",
|
||||||
|
@ -79,16 +79,16 @@
|
||||||
"http_directory": "{{template_dir}}/http",
|
"http_directory": "{{template_dir}}/http",
|
||||||
"http_proxy": "{{env `http_proxy`}}",
|
"http_proxy": "{{env `http_proxy`}}",
|
||||||
"https_proxy": "{{env `https_proxy`}}",
|
"https_proxy": "{{env `https_proxy`}}",
|
||||||
"iso_checksum": "45c9feabba213bdc6d72e7469de71ea5aeff73faea6bfb109ab5bad37c3b43bd",
|
"iso_checksum": "eb3f96fd607e4b67e80f4fc15670feb7d9db5be50f4ca8d0bf07008cb025766b",
|
||||||
"iso_name": "debian-11.2.0-amd64-netinst.iso",
|
"iso_name": "debian-11.7.0-amd64-netinst.iso",
|
||||||
"memory": "1024",
|
"memory": "1024",
|
||||||
"mirror": "http://cdimage.debian.org/cdimage/release",
|
"mirror": "http://cdimage.debian.org/cdimage/release",
|
||||||
"mirror_directory": "11.2.0/amd64/iso-cd",
|
"mirror_directory": "11.7.0/amd64/iso-cd",
|
||||||
"name": "debian-11.2",
|
"name": "debian-11",
|
||||||
"no_proxy": "{{env `no_proxy`}}",
|
"no_proxy": "{{env `no_proxy`}}",
|
||||||
"preseed_path": "debian-9/preseed.cfg",
|
"preseed_path": "debian-9/preseed.cfg",
|
||||||
"qemu_display": "none",
|
"qemu_display": "none",
|
||||||
"template": "debian-11.2-amd64",
|
"template": "debian-11-amd64",
|
||||||
"version": "TIMESTAMP"
|
"version": "TIMESTAMP"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -76,8 +76,8 @@
|
||||||
"http_directory": "{{template_dir}}/http",
|
"http_directory": "{{template_dir}}/http",
|
||||||
"http_proxy": "{{env `http_proxy`}}",
|
"http_proxy": "{{env `http_proxy`}}",
|
||||||
"https_proxy": "{{env `https_proxy`}}",
|
"https_proxy": "{{env `https_proxy`}}",
|
||||||
"iso_checksum": "28ccdb56450e643bad03bb7bcf7507ce3d8d90e8bf09e38f6bd9ac298a98eaad",
|
"iso_checksum": "b8f31413336b9393ad5d8ef0282717b2ab19f007df2e9ed5196c13d8f9153c8b",
|
||||||
"iso_name": "ubuntu-20.04.4-live-server-amd64.iso",
|
"iso_name": "ubuntu-20.04.6-live-server-amd64.iso",
|
||||||
"memory": "2048",
|
"memory": "2048",
|
||||||
"mirror": "http://releases.ubuntu.com",
|
"mirror": "http://releases.ubuntu.com",
|
||||||
"mirror_directory": "focal",
|
"mirror_directory": "focal",
|
||||||
|
|
Loading…
Reference in New Issue