Skip to content

Commit d9cf268

Browse files
author
Evan Lezar
committed
Merge branch 'remove-libnvidia-container-workaround' into 'release-1.13'
Merge branch 'revert-kitmaker-workaround' into 'main' See merge request nvidia/container-toolkit/container-toolkit!417
2 parents 5b81e30 + 1e5a6e1 commit d9cf268

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

scripts/extract-packages.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,6 @@ function extract-all() {
9494
local dist=$1
9595

9696
echo "Extracting packages for ${dist} from ${PACKAGE_IMAGE}"
97-
98-
if [ $dist == "ubuntu18.04" ]; then
99-
set -x
100-
# We need to publish the libnvidia-container0 packages to the kitmaker repository as a once off operation.
101-
# We include the packages here so that these will be added to the archive for the ubuntu18.04 arm64 packages.
102-
mkdir -p "${ARTIFACTS_DIR}/packages/ubuntu18.04/arm64/"
103-
curl -L "https://nvidia.github.io/libnvidia-container/ubuntu18.04/arm64/libnvidia-container0_0.10.0+jetpack_arm64.deb" \
104-
--output "${ARTIFACTS_DIR}/packages/ubuntu18.04/arm64/libnvidia-container0_0.10.0+jetpack_arm64.deb"
105-
curl -L "https://nvidia.github.io/libnvidia-container/ubuntu18.04/arm64/libnvidia-container0_0.11.0+jetpack_arm64.deb" \
106-
--output "${ARTIFACTS_DIR}/packages/ubuntu18.04/arm64/libnvidia-container0_0.11.0+jetpack_arm64.deb"
107-
set +x
108-
fi
109-
11097
# Extract every file for the specified dist-arch combiniation in MANIFEST.txt
11198
grep "/${dist}/" "${ARTIFACTS_DIR}/manifest.txt" | while read -r f ; do
11299
package_name="$(basename "$f")"

0 commit comments

Comments
 (0)