15 lines
706 B
Plaintext
15 lines
706 B
Plaintext
# Until focal 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}
|
|
CONTAINER="intel-media-ffmpeg"
|
|
OS_DISTRO=${OS_DISTRO:-ubuntu}
|
|
OS_RELEASE=${OS_RELEASE:-focal}
|
|
PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}}
|
|
#PACKAGE_STREAM=${PACKAGE_STREAM:-${OS_RELEASE}-devel}
|
|
PACKAGE_REPOSITORY=${PACKAGE_REPOSITORY:-https://repositories.intel.com/graphics}
|
|
#PACKAGE_KEYFILE=${PACKAGE_KEYFILE:-https://repositories.intel.com/graphics/repository.key
|