Debian: runc upversion to 1.0.2
To align with k8s 1.21.8 to 1.23.1 Upgrade runc from version 1.0.0-rc95 to 1.0.2 Dependencies are packaged in this change. Dependencies: golang-github-checkpoint-restore-go-criu-dev (>= 5.1.0~) golang-github-coreos-go-systemd-dev (>= 22.3.2~) golang-github-opencontainers-specs-dev (>= 1.0.2.66~) golang-github-cilium-ebpf-dev (>= 0.6.2~) Note: As of this date, except golang-github-cilium-ebpf-dev, all other dependencies are new and not available in bullseye main. They are available in sid though. It was preferred to package them from source than adding them in base-bullseye.lst. Also, runc failed to build if newest version (0.7.0) of golang-github-cilium-ebpf-dev is used. The exact reason is not clear. So it was preferable to package its minimum required version. Test Plan: runc package builds successfully All packages build successfully Image builds successfully Story: 2009845 Task: 44456 Signed-off-by: Kaustubh Dhokte <kaustubh.dhokte@windriver.com> Change-Id: I4139f9eb689a9e8c8e18c7a9b15fd2d592752ee5
This commit is contained in:
parent
d0ad1c3feb
commit
2b6c6641a9
@ -35,6 +35,10 @@ docker/python-docker
|
||||
filesystem/drbd/drbd-tools
|
||||
filesystem/parted
|
||||
golang-github-dev/golang-github-appc-cni
|
||||
golang-github-dev/golang-github-checkpoint-restore-go-criu-dev
|
||||
golang-github-dev/golang-github-cilium-ebpf-dev
|
||||
golang-github-dev/golang-github-coreos-go-systemd-dev
|
||||
golang-github-dev/golang-github-opencontainers-specs-dev
|
||||
golang-github-dev/golang-github-vishvananda-netlink
|
||||
grub/grub2
|
||||
grub/grubby
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
debname: golang-github-checkpoint-restore-go-criu
|
||||
debver: 5.1.0-1
|
||||
archive: https://snapshot.debian.org/archive/debian/20211010T204214Z/pool/main/g/golang-github-checkpoint-restore-go-criu/
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
debname: golang-github-cilium-ebpf
|
||||
debver: 0.6.2-2
|
||||
archive: https://snapshot.debian.org/archive/debian/20211117T205928Z/pool/main/g/golang-github-cilium-ebpf/
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
debname: golang-github-coreos-go-systemd
|
||||
debver: 22.3.2-1
|
||||
archive: https://snapshot.debian.org/archive/debian/20211010T204214Z/pool/main/g/golang-github-coreos-go-systemd/
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
debname: golang-github-opencontainers-specs
|
||||
debver: 1.0.2.66.g20a2d97-1
|
||||
archive: https://snapshot.debian.org/archive/debian/20211010T204214Z/pool/main/g/golang-github-opencontainers-specs/
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
debname: runc
|
||||
debver: 1.0.0~rc95.86.g2f8e8e9d+ds1-1
|
||||
debver: 1.0.2+ds1-2
|
||||
dl_path:
|
||||
name: runc-debian-1.0.0_rc95.86.g2f8e8e9d+ds1-1.tar.gz
|
||||
url: https://salsa.debian.org/go-team/packages/runc/-/archive/debian/1.0.0_rc95.86.g2f8e8e9d+ds1-1/runc-debian-1.0.0_rc95.86.g2f8e8e9d+ds1-1.tar.gz
|
||||
md5sum: f7253b7f6e94ade7358ccb04566916a0
|
||||
sha256sum: c5acd319744eaf098ad31350fb648e437d0611cc2b6b8f0eca50cfc97f920b6c
|
||||
name: runc-debian-1.0.2+ds1-2.tar.gz
|
||||
url: https://salsa.debian.org/go-team/packages/runc/-/archive/debian/1.0.2+ds1-2/runc-debian-1.0.2+ds1-2.tar.gz
|
||||
md5sum: b5d8a40e5def530abb66f6555c0f55a7
|
||||
sha256sum: 7d4d68f2e9f15881fd55de723ee507fbefc396a184ebbeda0cbc560983fd1689
|
||||
revision:
|
||||
dist: $STX_DIST
|
||||
PKG_GITREVCOUNT: true
|
||||
|
Loading…
Reference in New Issue
Block a user