diff --git a/.drone.yml b/.drone.yml index e0835a1..c45e872 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ platform: steps: - name: debian 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 - ./mc mirror builds/ STORAGE/$MC_BUCKET/debian - rm -f mc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/debian/debian-11.2-amd64.json b/debian/debian-11-amd64.json similarity index 91% rename from debian/debian-11.2-amd64.json rename to debian/debian-11-amd64.json index 085a4cc..dbaea32 100644 --- a/debian/debian-11.2-amd64.json +++ b/debian/debian-11-amd64.json @@ -68,7 +68,7 @@ } ], "variables": { - "box_basename": "debian-11.2", + "box_basename": "debian-11", "build_directory": "builds", "build_timestamp": "{{isotime \"20060102150405\"}}", "cpus": "2", @@ -79,16 +79,16 @@ "http_directory": "{{template_dir}}/http", "http_proxy": "{{env `http_proxy`}}", "https_proxy": "{{env `https_proxy`}}", - "iso_checksum": "45c9feabba213bdc6d72e7469de71ea5aeff73faea6bfb109ab5bad37c3b43bd", - "iso_name": "debian-11.2.0-amd64-netinst.iso", + "iso_checksum": "eb3f96fd607e4b67e80f4fc15670feb7d9db5be50f4ca8d0bf07008cb025766b", + "iso_name": "debian-11.7.0-amd64-netinst.iso", "memory": "1024", "mirror": "http://cdimage.debian.org/cdimage/release", - "mirror_directory": "11.2.0/amd64/iso-cd", - "name": "debian-11.2", + "mirror_directory": "11.7.0/amd64/iso-cd", + "name": "debian-11", "no_proxy": "{{env `no_proxy`}}", "preseed_path": "debian-9/preseed.cfg", "qemu_display": "none", - "template": "debian-11.2-amd64", + "template": "debian-11-amd64", "version": "TIMESTAMP" } } diff --git a/ubuntu/ubuntu-20.04-amd64.json b/ubuntu/ubuntu-20.04-amd64.json index b19ef62..1b3aa0c 100644 --- a/ubuntu/ubuntu-20.04-amd64.json +++ b/ubuntu/ubuntu-20.04-amd64.json @@ -76,8 +76,8 @@ "http_directory": "{{template_dir}}/http", "http_proxy": "{{env `http_proxy`}}", "https_proxy": "{{env `https_proxy`}}", - "iso_checksum": "28ccdb56450e643bad03bb7bcf7507ce3d8d90e8bf09e38f6bd9ac298a98eaad", - "iso_name": "ubuntu-20.04.4-live-server-amd64.iso", + "iso_checksum": "b8f31413336b9393ad5d8ef0282717b2ab19f007df2e9ed5196c13d8f9153c8b", + "iso_name": "ubuntu-20.04.6-live-server-amd64.iso", "memory": "2048", "mirror": "http://releases.ubuntu.com", "mirror_directory": "focal",