From 9fc0e26f908d7cf07cf5457c94a350093d013a34 Mon Sep 17 00:00:00 2001 From: Suresh Channamallu Date: Mon, 19 Aug 2019 14:52:59 -0400 Subject: [PATCH] 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 --- jjb/lf-ci-jobs.yaml | 2 +- .../upgrade-packer-version-to-1_4_3-80fd06b6d4865ffb.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/upgrade-packer-version-to-1_4_3-80fd06b6d4865ffb.yaml 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] -- 2.16.6