From 677af5f2c67ec00945d6acd2566ae2f1046d357e Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 21 Nov 2019 20:53:50 -0800 Subject: [PATCH] Until eoan is published, use osgc.jf.intel.com for PACKAGE_REPOSITORY Signed-off-by: James Ketrenos --- Dockerfile | 4 ++-- SOLUTION | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e46b05a..3e73821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -125,7 +125,7 @@ ENV LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 # below: # Install repository as trusted until we have a signed repository: -RUN echo "deb [trusted=yes arch=amd64] https://repositories.intel.com/graphics/ubuntu eoan main" > /etc/apt/sources.list.d/intel-graphics.list +RUN echo "deb [trusted=yes arch=amd64] https://osgc.jf.intel.com/internal/ubuntu eoan main" > /etc/apt/sources.list.d/intel-graphics.list # Cleanup #RUN apt-get remove -y wget @@ -255,7 +255,7 @@ ENTRYPOINT [ "/assets/entry" ] # versions included in it RUN { \ - echo "PACKAGE_REPOSITORY=https://repositories.intel.com/graphics" ; \ + echo "PACKAGE_REPOSITORY=https://osgc.jf.intel.com/internal" ; \ echo "RELEASE_INFO=N/A" ; \ echo "PACKAGE_STREAM=eoan" ; \ echo "OS_DISTRO=ubuntu" ; \ diff --git a/SOLUTION b/SOLUTION index b2093a9..3666133 100644 --- a/SOLUTION +++ b/SOLUTION @@ -1,3 +1,7 @@ +# Until eoan is published to repositories.intel.com, use the +# internal repository hosted on osgc.jf.intel.com/internal +PACKAGE_REPOSITORY=${PACKAGE_REPOSITORY:-https://osgc.jf.intel.com/internal} + FFMPEG_TAG_VERSION=n4.2.1 REGISTRY_URL=${REGISTRY_URL:-amr-registry.caas.intel.com/vtt-osgc/solutions} RELEASE_INFO=${RELEASE_INFO:-N/A}