Removed deprecated MANIFEST creation information
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
6ee98def5c
commit
7748348f3f
22
README.md
22
README.md
@ -202,26 +202,7 @@ is changed to:
|
|||||||
|
|
||||||
LIBGL1_MESA_GLX_VERSION=19.0.1-agama-109
|
LIBGL1_MESA_GLX_VERSION=19.0.1-agama-109
|
||||||
|
|
||||||
The script you can use to recreate the OS_RELEASE defined in SOLUTION is:
|
This allows the Dockerfile templates version pin Agama packages:
|
||||||
|
|
||||||
NOTE: This only works on the Ubuntu releases.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
AGAMA_VERSION=169
|
|
||||||
. SOLUTION
|
|
||||||
echo "AGAMA_VERSION=${AGAMA_VERSION}" > MANIFEST
|
|
||||||
wget -q -O - \
|
|
||||||
https://osgc.jf.intel.com/packages/agama/ubuntu/dists/${OS_RELEASE}/main/binary-amd64/Packages.bz2 |
|
|
||||||
bunzip2 |
|
|
||||||
sed -nE 's/^(Package|Version): (.*)/\2/p' |
|
|
||||||
paste -s -d' \n' |
|
|
||||||
while read package version rest; do
|
|
||||||
package=$(echo $package | sed -E -e s#-#_#g -e 's#(.*)#\U\1#g')_VERSION
|
|
||||||
echo $package=$version
|
|
||||||
done | grep ${AGAMA_VERSION}\$ >> MANIFEST
|
|
||||||
```
|
|
||||||
|
|
||||||
This allows the Dockerfile templates to then version pin Agama packages:
|
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
RUN apt-get install -y libgl1-mesa-glx=$LIBGL1_MESA_GLX_VERSION
|
RUN apt-get install -y libgl1-mesa-glx=$LIBGL1_MESA_GLX_VERSION
|
||||||
@ -241,7 +222,6 @@ tag:
|
|||||||
. MANIFEST ; git tag -f agama-${AGAMA_VERSION}
|
. MANIFEST ; git tag -f agama-${AGAMA_VERSION}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
# Appendix A: Multicard
|
# Appendix A: Multicard
|
||||||
|
|
||||||
Most of the filters and drivers for ffmpeg will default to connecting to
|
Most of the filters and drivers for ffmpeg will default to connecting to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user