Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

runc v1.2.5

Type Image Notes
dqd ghcr.io/ctrsploit/runc-v1.2.5:latest points to v0.4.0
dqd ghcr.io/ctrsploit/runc-v1.2.5:v0.4.0 migrate from docker_archive
dqd ssst0n3/docker_archive:runc-v1.2.5_v0.3.0 bump the base image; revert squash
dqd ssst0n3/docker_archive:runc-v1.2.5_v0.2.0 squash
dqd ssst0n3/docker_archive:runc-v1.2.5_v0.1.1 -
ctr ghcr.io/ctrsploit/runc-v1.2.5:ctr_v0.4.0 -
ctr ssst0n3/docker_archive:ctr_runc-v1.2.5_v0.3.0 -
ctr ssst0n3/docker_archive:ctr_runc-v1.2.5_v0.2.0 -
ctr ssst0n3/docker_archive:ctr_runc-v1.2.5_v0.1.1 -

usage

$ cd runc/v1.2.5
$ docker compose -f docker-compose.yml -f docker-compose.kvm.yml up -d

run a container

root@runc-1-2-5:~# mkdir -p rootfs/bin/
root@runc-1-2-5:~# cp /bin/busybox rootfs/bin/
root@runc-1-2-5:~# ln -s /bin/busybox rootfs/bin/sh
root@runc-1-2-5:~# runc spec
root@runc-1-2-5:~# runc run container-1


BusyBox v1.36.1 (Ubuntu 1:1.36.1-6ubuntu3.1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # 

versions

$ ./ssh
root@runc-1-2-5:~# runc --version
runc version 1.2.5
commit: v1.2.5-0-g59923ef1
spec: 1.2.0
go: go1.22.12
libseccomp: 2.5.5
root@runc-1-2-5:~# cat /etc/os-release 
PRETTY_NAME="Ubuntu 24.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.4 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
root@runc-1-2-5:~# uname -a
Linux runc-1-2-5 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb  9 10:15:05 UTC 2026 x86_64 x86_64 x86_64 GNU/Linux

build

make all ENV=runc/v1.2.5

for developers:

FROM ghcr.io/ctrsploit/runc-v1.2.5:ctr_v0.4.0