This new packer version fixed an issues in
docker image, where its unable to install the
packages into docker containers due to checking
of wrong container OS.
Fix in 1.4.3:
builder/docker: Check container os, not host os,
when creating container dir default [GH-7939]
Issue: RELENG-2180
Signed-off-by: Suresh Channamallu <schannamallu@linuxfoundation.org>
Change-Id: I3fe36e5669942d1f7fadfd2b711f9d7a3ca1e5a9
submodule-timeout: 10
submodule-disable: false
packer-cloud-settings: packer-cloud-env
- packer-version: 1.4.0
+ packer-version: 1.4.3
#####################
# Job Configuration #
--- /dev/null
+---
+upgrade:
+ - |
+ Update packer version to 1.4.3.
+ This new packer version fixed an issues in docker
+ image, where its unable to install the packages into
+ docker containers due to checking of wrong container OS.
+ Fix in 1.4.3:
+ builder/docker: Check container os, not host os,
+ when creating container dir default [GH-7939]