10 lines
481 B
Plaintext
10 lines
481 B
Plaintext
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:-disco}
|
|
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
|