1
0

Updated to latest generated content from xe-solutions

Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James Ketrenos 2019-11-21 21:10:26 -08:00
parent d33e7cfdb3
commit 3b667228fd
2 changed files with 2 additions and 16 deletions

View File

@ -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

View File

@ -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