Skip to content

Commit f56c60c

Browse files
committed
update version to 1.4
1 parent f23d374 commit f56c60c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

debian-10.0-x86_64-proxmox/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The build script which will run the packer template is *configured to run on the
2424

2525
```
2626
apt -y install unzip
27-
packer_ver=1.4.3
27+
packer_ver=1.5.5
2828
wget https://releases.hashicorp.com/packer/${packer_ver}/packer_${packer_ver}_linux_amd64.zip
2929
unzip packer_${packer_ver}_linux_amd64.zip -d /usr/local/bin
3030
packer --version
@@ -41,7 +41,7 @@ pip3 install ansible==2.7.10
4141

4242
### Download the latest release of packer-proxmox-templates
4343

44-
`wget https://github.com/chriswayg/packer-proxmox-templates/archive/v1.3.zip && unzip v1.3.zip`
44+
`wget https://github.com/chriswayg/packer-proxmox-templates/archive/v1.4.zip && unzip v1.4.zip`
4545

4646
### Usage
4747

@@ -51,7 +51,7 @@ On the Proxmox Server with Packer installed:
5151
- edit `playbook/server-template-vars.yml`, especially the SSH Key & regional repos
5252

5353
```
54-
cd packer-proxmox-templates-1.3/debian-10.0.0-x86_64-proxmox
54+
cd packer-proxmox-templates-1.4/debian-10.0.0-x86_64-proxmox
5555
5656
../build.sh proxmox
5757
```
@@ -86,10 +86,11 @@ printf "$(lsb_release -d) $(cat /etc/debian_version)\n" && \
8686
ansible --version | sed -n '1p' && \
8787
j2 --version
8888

89-
Description: Debian GNU/Linux 10 (buster) 10.0
90-
Proxmox pve-manager/6.0-5/f8a710d7 (running kernel: 5.0.18-1-pve)
91-
Packer v1.4.3
89+
Description: Debian GNU/Linux 10 (buster) 10.3
90+
Proxmox pve-manager/6.1-8/806edfe1 (running kernel: 5.3.18-3-pve)
91+
Packer v1.5.5
9292
ansible 2.7.10
93-
j2cli 0.3.10, Jinja2 2.10.1
93+
j2cli 0.3.10, Jinja2 2.11.1
94+
9495

9596
```

0 commit comments

Comments
 (0)