1
0

Until eoan is published, use osgc.jf.intel.com for PACKAGE_REPOSITORY

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-11-21 20:53:50 -08:00
parent 3eb145d455
commit 677af5f2c6
2 changed files with 6 additions and 2 deletions

View File

@ -125,7 +125,7 @@ ENV LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8
# below: # below:
# Install repository as trusted until we have a signed repository: # 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 # Cleanup
#RUN apt-get remove -y wget #RUN apt-get remove -y wget
@ -255,7 +255,7 @@ ENTRYPOINT [ "/assets/entry" ]
# versions included in it # versions included in it
RUN { \ RUN { \
echo "PACKAGE_REPOSITORY=https://repositories.intel.com/graphics" ; \ echo "PACKAGE_REPOSITORY=https://osgc.jf.intel.com/internal" ; \
echo "RELEASE_INFO=N/A" ; \ echo "RELEASE_INFO=N/A" ; \
echo "PACKAGE_STREAM=eoan" ; \ echo "PACKAGE_STREAM=eoan" ; \
echo "OS_DISTRO=ubuntu" ; \ echo "OS_DISTRO=ubuntu" ; \

View File

@ -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 FFMPEG_TAG_VERSION=n4.2.1
REGISTRY_URL=${REGISTRY_URL:-amr-registry.caas.intel.com/vtt-osgc/solutions} REGISTRY_URL=${REGISTRY_URL:-amr-registry.caas.intel.com/vtt-osgc/solutions}
RELEASE_INFO=${RELEASE_INFO:-N/A} RELEASE_INFO=${RELEASE_INFO:-N/A}