Skip to content

Commit 16192c4

Browse files
committed
Update templates for Debian 11.4 release
Signed-off-by: Seth Grover <mero.mero.guero@gmail.com>
1 parent 3c4d392 commit 16192c4

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ end
3838
To build a Debian vagrant box using the bento tool with the template available in the `packer_templates` dir, we can use the following command:
3939

4040
```
41-
bento build --cpus 2 packer_templates/debian/debian-11.3-i386.json
41+
bento build --cpus 2 packer_templates/debian/debian-11.4-i386.json
4242
```
4343

4444
Other available options:
@@ -59,11 +59,11 @@ $ cd packer_templates/ubuntu
5959
$ packer build -only=virtualbox-iso ubuntu-18.04-amd64.json
6060
```
6161

62-
To build Debian 11.3 32bit boxes for all possible providers (simultaneously)
62+
To build Debian 11.4 32bit boxes for all possible providers (simultaneously)
6363

6464
```
6565
$ cd packer_templates/debian
66-
$ packer build debian-11.3-i386.json
66+
$ packer build debian-11.4-i386.json
6767
```
6868

6969
To build CentOS 7.7 boxes for all providers except VMware and Parallels

builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public:
1212
- 'debian-10.11-arm64'
1313
- 'debian-10.11-i386'
1414
- 'debian-10.11'
15-
- 'debian-11.3-arm64'
16-
- 'debian-11.3-i386'
17-
- 'debian-11.3'
15+
- 'debian-11.4-arm64'
16+
- 'debian-11.4-i386'
17+
- 'debian-11.4'
1818
- 'fedora-35'
1919
- 'fedora-36'
2020
- 'freebsd-12.2-i386'

packer_templates/debian/debian-11.3-amd64.json renamed to packer_templates/debian/debian-11.4-amd64.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
}
131131
],
132132
"variables": {
133-
"box_basename": "debian-11.3",
133+
"box_basename": "debian-11.4",
134134
"build_directory": "../../builds",
135135
"build_timestamp": "{{isotime \"20060102150405\"}}",
136136
"cpus": "2",
@@ -141,17 +141,17 @@
141141
"http_directory": "{{template_dir}}/http",
142142
"http_proxy": "{{env `http_proxy`}}",
143143
"https_proxy": "{{env `https_proxy`}}",
144-
"iso_checksum": "7892981e1da216e79fb3a1536ce5ebab157afdd20048fe458f2ae34fbc26c19b",
145-
"iso_name": "debian-11.3.0-amd64-netinst.iso",
144+
"iso_checksum": "d490a35d36030592839f24e468a5b818c919943967012037d6ab3d65d030ef7f",
145+
"iso_name": "debian-11.4.0-amd64-netinst.iso",
146146
"memory": "1024",
147147
"mirror": "http://cdimage.debian.org/cdimage/release",
148-
"mirror_directory": "11.3.0/amd64/iso-cd",
149-
"name": "debian-11.3",
148+
"mirror_directory": "11.4.0/amd64/iso-cd",
149+
"name": "debian-11.4",
150150
"no_proxy": "{{env `no_proxy`}}",
151151
"preseed_path": "debian-9/preseed.cfg",
152152
"qemu_display": "none",
153153
"qemu_bios": "bios-256k.bin",
154-
"template": "debian-11.3-amd64",
154+
"template": "debian-11.4-amd64",
155155
"boot_command": "<esc><wait>install <wait> preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/{{user `preseed_path`}} <wait>debian-installer=en_US.UTF-8 <wait>auto <wait>locale=en_US.UTF-8 <wait>kbd-chooser/method=us <wait>keyboard-configuration/xkb-keymap=us <wait>netcfg/get_hostname={{ .Name }} <wait>netcfg/get_domain=vagrantup.com <wait>fb=false <wait>debconf/frontend=noninteractive <wait>console-setup/ask_detect=false <wait>console-keymaps-at/keymap=us <wait>grub-installer/bootdev=default <wait><enter><wait>",
156156
"version": "TIMESTAMP"
157157
}

packer_templates/debian/debian-11.3-arm64.json renamed to packer_templates/debian/debian-11.4-arm64.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
],
7878
"variables": {
79-
"box_basename": "debian-11.3-arm64",
79+
"box_basename": "debian-11.4-arm64",
8080
"build_directory": "../../builds",
8181
"build_timestamp": "{{isotime \"20060102150405\"}}",
8282
"cpus": "2",
@@ -87,16 +87,16 @@
8787
"http_directory": "{{template_dir}}/http",
8888
"http_proxy": "{{env `http_proxy`}}",
8989
"https_proxy": "{{env `https_proxy`}}",
90-
"iso_checksum": "5420115f57a4961c6fb8b31e3eb4c7058d730251837749a27d5878775679c519",
91-
"iso_name": "debian-11.3.0-arm64-netinst.iso",
90+
"iso_checksum": "0193e7b555011a6f8fa6ad132066873fad4a5396a9ebfca8fd179122bb4c7fdd",
91+
"iso_name": "debian-11.4.0-arm64-netinst.iso",
9292
"memory": "1024",
9393
"mirror": "http://cdimage.debian.org/cdimage/release",
94-
"mirror_directory": "11.3.0/arm64/iso-cd",
95-
"name": "debian-11.3-arm64",
94+
"mirror_directory": "11.4.0/arm64/iso-cd",
95+
"name": "debian-11.4-arm64",
9696
"no_proxy": "{{env `no_proxy`}}",
9797
"preseed_path": "debian-9/preseed.cfg",
9898
"qemu_display": "none",
99-
"template": "debian-11.3-arm64",
99+
"template": "debian-11.4-arm64",
100100
"version": "TIMESTAMP"
101101
}
102102
}

packer_templates/debian/debian-11.3-i386.json renamed to packer_templates/debian/debian-11.4-i386.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
}
198198
],
199199
"variables": {
200-
"box_basename": "debian-11.3-i386",
200+
"box_basename": "debian-11.4-i386",
201201
"build_directory": "../../builds",
202202
"build_timestamp": "{{isotime \"20060102150405\"}}",
203203
"cpus": "2",
@@ -208,16 +208,16 @@
208208
"http_directory": "{{template_dir}}/http",
209209
"http_proxy": "{{env `http_proxy`}}",
210210
"https_proxy": "{{env `https_proxy`}}",
211-
"iso_checksum": "196770582e9f4f4d34cf412ccdf8118b247e90274843055d627b97ed65a2c5ca",
212-
"iso_name": "debian-11.3.0-i386-netinst.iso",
211+
"iso_checksum": "b369b7eaeee2e897649bf3a8d00036e596149605456d038cad8da4a809333f3d",
212+
"iso_name": "debian-11.4.0-i386-netinst.iso",
213213
"memory": "1024",
214214
"mirror": "http://cdimage.debian.org/cdimage/release",
215-
"mirror_directory": "11.3.0/i386/iso-cd",
216-
"name": "debian-11.3-i386",
215+
"mirror_directory": "11.4.0/i386/iso-cd",
216+
"name": "debian-11.4-i386",
217217
"no_proxy": "{{env `no_proxy`}}",
218218
"preseed_path": "debian-9/preseed.cfg",
219219
"qemu_display": "none",
220-
"template": "debian-11.3-i386",
220+
"template": "debian-11.4-i386",
221221
"version": "TIMESTAMP"
222222
}
223223
}

0 commit comments

Comments
 (0)