We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a8b28 commit bd9db9dCopy full SHA for bd9db9d
packages/misc-debs/config.sh
@@ -47,7 +47,10 @@ SKIP_COPYRIGHTS_CHECK=true
47
function fetch() {
48
logmust cd "$WORKDIR/artifacts"
49
50
- local debs=()
+ local debs=(
51
+ # Used "apt-get download runc" on "develop" to obtain this package.
52
+ "runc_1.3.3-0ubuntu1~24.04.2_amd64.deb 1e45145fa8b45b12ce95bf8f65ff737f159a32c3490367b97d65132d6d9a19f5"
53
+ )
54
55
local url="http://artifactory.delphix.com/artifactory/linux-pkg/misc-debs"
56
0 commit comments