Updated to latest generated content from xe-solutions
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
d33e7cfdb3
commit
3b667228fd
@ -253,13 +253,6 @@ ENTRYPOINT [ "/assets/entry" ]
|
||||
|
||||
# Ensure that each Docker container self-documents the
|
||||
# versions included in it
|
||||
|
||||
RUN { \
|
||||
echo "PACKAGE_REPOSITORY=https://osgc.jf.intel.com/internal" ; \
|
||||
echo "RELEASE_INFO=N/A" ; \
|
||||
echo "PACKAGE_STREAM=eoan" ; \
|
||||
echo "OS_DISTRO=ubuntu" ; \
|
||||
echo "OS_RELEASE=eoan" ; \
|
||||
} | tee /assets/SOLUTION
|
||||
COPY SOLUTION /assets/
|
||||
COPY MANIFEST /assets/
|
||||
COPY Dockerfile /assets/Dockerfile
|
||||
|
@ -9,13 +9,6 @@ ENTRYPOINT [ "/assets/entry" ]
|
||||
|
||||
# Ensure that each Docker container self-documents the
|
||||
# versions included in it
|
||||
|
||||
RUN { \
|
||||
echo "PACKAGE_REPOSITORY=${PACKAGE_REPOSITORY}" ; \
|
||||
echo "RELEASE_INFO=${RELEASE_INFO}" ; \
|
||||
echo "PACKAGE_STREAM=${PACKAGE_STREAM}" ; \
|
||||
echo "OS_DISTRO=${OS_DISTRO}" ; \
|
||||
echo "OS_RELEASE=${OS_RELEASE}" ; \
|
||||
} | tee /assets/SOLUTION
|
||||
COPY SOLUTION /assets/
|
||||
COPY MANIFEST /assets/
|
||||
COPY ${DOCKERFILE} /assets/Dockerfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user