[ci] push package releases to artifactory

This commit is contained in:
Jon Mayo
2022-11-08 16:45:34 +00:00
parent 0bc09665a8
commit 71fbe7a812
11 changed files with 715 additions and 30 deletions

View File

@@ -25,5 +25,7 @@ ARG ARTIFACTS_ROOT
COPY ${ARTIFACTS_ROOT} /artifacts/packages/
WORKDIR /artifacts/packages
# Create a manifest.txt file with the absolute paths of all deb and rpm packages in the container
RUN find /artifacts/packages -iname '*.deb' -o -iname '*.rpm' > /artifacts/manifest.txt
RUN mkdir /licenses && mv /NGC-DL-CONTAINER-LICENSE /licenses/NGC-DL-CONTAINER-LICENSE