From: Suresh Channamallu Date: Mon, 19 Aug 2019 18:52:59 +0000 (-0400) Subject: Update packer-version to 1.4.3 X-Git-Tag: v0.41.0~1^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F16601%2F3;p=releng%2Fglobal-jjb.git 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] Issue: RELENG-2180 Signed-off-by: Suresh Channamallu Change-Id: I3fe36e5669942d1f7fadfd2b711f9d7a3ca1e5a9 --- diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 4d5dd2e4..0a96fd84 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -29,7 +29,7 @@ submodule-timeout: 10 submodule-disable: false packer-cloud-settings: packer-cloud-env - packer-version: 1.4.0 + packer-version: 1.4.3 ##################### # Job Configuration # diff --git a/releasenotes/notes/upgrade-packer-version-to-1_4_3-80fd06b6d4865ffb.yaml b/releasenotes/notes/upgrade-packer-version-to-1_4_3-80fd06b6d4865ffb.yaml new file mode 100644 index 00000000..194d7f1d --- /dev/null +++ b/releasenotes/notes/upgrade-packer-version-to-1_4_3-80fd06b6d4865ffb.yaml @@ -0,0 +1,10 @@ +--- +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]