From 7d77db96e30fc238aee9f229e583429a6883bf34 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 27 Nov 2019 15:59:48 -0800 Subject: GitHub Actions: work around bug in Ubuntu 14.04 docker base image Right now in the Ubuntu 14.04 base image for Docker the file /etc/apt/preferences.d/ubuntu-esm-infra-trusty doesn't exist. Subsequently, apt-get update enables ESM, but since we don't have a license to use that upgrades / installs from ESM fail. This workaround simply ensure that there is such a file pinning ESM to never be used. With that, the creation of our image should succeed again. Signed-off-by: Dirk Hohndel --- scripts/docker/trusty-qt512/ubuntu-esm-infra-trusty | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/docker/trusty-qt512/ubuntu-esm-infra-trusty (limited to 'scripts/docker/trusty-qt512/ubuntu-esm-infra-trusty') diff --git a/scripts/docker/trusty-qt512/ubuntu-esm-infra-trusty b/scripts/docker/trusty-qt512/ubuntu-esm-infra-trusty new file mode 100644 index 000000000..640bf5fc1 --- /dev/null +++ b/scripts/docker/trusty-qt512/ubuntu-esm-infra-trusty @@ -0,0 +1,4 @@ +# Written by ubuntu-advantage-tools +Package: * +Pin: release o=UbuntuESM, n=trusty +Pin-Priority: never -- cgit v1.2.3-70-g09d2