Skip to content

Commit

Permalink
Merge pull request linuxkit#4093 from deitch/unify-alpine-packages
Browse files Browse the repository at this point in the history
add missing riscv64 packages
  • Loading branch information
deitch authored Jan 12, 2025
2 parents b929f3b + 95fcdc3 commit 5e3e7cc
Show file tree
Hide file tree
Showing 255 changed files with 964 additions and 958 deletions.
2 changes: 1 addition & 1 deletion contrib/open-vm-tools/open-vm-tools-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
operator: Exists
effect: NoSchedule
containers:
- image: linuxkit/open-vm-tools:ba6486a746d1cbdca8f38cd5b03c79fcea14bf55
- image: linuxkit/open-vm-tools:f3fa2fa157e65744feeda793089df8d069c8b962
name: open-vm-tools
resources:
requests:
Expand Down
16 changes: 8 additions & 8 deletions examples/addbinds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
onboot:
- name: sysctl
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services:
- name: getty
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
binds.add:
# this will keep all of the existing ones as well
- /var/tmp:/var/tmp
- name: rngd
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
files:
- path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes)
Expand Down
26 changes: 13 additions & 13 deletions examples/cadvisor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
onboot:
- name: sysctl
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: sysfs
image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6
- name: format
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
- name: mount
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
command: ["/usr/bin/mountie", "/var/lib/docker"]

services:
- name: getty
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
- name: ntpd
image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1

- name: docker
image: docker:20.10.6-dind
Expand All @@ -46,7 +46,7 @@ services:
- /etc/docker/daemon.json:/etc/docker/daemon.json
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: cadvisor
image: linuxkit/cadvisor:dd105889da35d18f33a8848a495b1d78e5ebbd3c
image: linuxkit/cadvisor:365d0034d3e8256cd5790db4e9fb243bdbcfce86
files:
- path: var/lib/docker
directory: true
Expand Down
16 changes: 8 additions & 8 deletions examples/containerd-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
onboot:
- name: sysctl
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown:
- name: shutdown
image: busybox:latest
command: ["/bin/echo", "so long and thanks for all the fish"]
services:
- name: getty
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
- name: nginx
image: nginx:1.19.5-alpine
capabilities:
Expand Down
26 changes: 13 additions & 13 deletions examples/dm-crypt-loop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
onboot:
- name: sysctl
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
command: ["/usr/bin/format", "/dev/sda"]
- name: mount
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
- name: loop
image: linuxkit/losetup:2ffc2e8dab9db95f67e76cafefff2861905f9af5
image: linuxkit/losetup:34d3bfb410ddbc5a24c5f212c87174e40d1b2658
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
- name: dm-crypt
image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73
image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
- name: mount
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
- name: bbox
image: busybox
Expand All @@ -34,11 +34,11 @@ onboot:
- /var:/var
services:
- name: getty
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
files:
- path: etc/dm-crypt/key
# the below key is just to keep the example self-contained
Expand Down
22 changes: 11 additions & 11 deletions examples/dm-crypt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
onboot:
- name: sysctl
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
command: ["/usr/bin/format", "/dev/sda"]
- name: dm-crypt
image: linuxkit/dm-crypt:60ea984bf09a74d509080aa9bc41ee0996b9bc73
image: linuxkit/dm-crypt:19fa6affe9da03afc91694e36d72a4924c65a0e0
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
- name: mount
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
- name: bbox
image: busybox
Expand All @@ -28,11 +28,11 @@ onboot:
- /var:/var
services:
- name: getty
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
files:
- path: etc/dm-crypt/key
# the below key is just to keep the example self-contained
Expand Down
40 changes: 20 additions & 20 deletions examples/docker-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=ttyS0 page_poison=1"
init:
- linuxkit/vpnkit-expose-port:a3fbd97ce0a2d0bc77c917f6a6d18cd5bb32d58c # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
- linuxkit/vpnkit-expose-port:b7d75bf04d53024e6245ff6631744b66560a135a # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
onboot:
# support metadata for optional config in /run/config
- name: metadata
image: linuxkit/metadata:8f634b8ba5721c1a3430846fb672536945a04abb
image: linuxkit/metadata:f35b5aafc7d19bb6a44a900840727902dad78e44
- name: sysctl
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
- name: sysfs
image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6
- name: binfmt
image: linuxkit/binfmt:50acb90af078d9afee42ec0ea7f418cb4e3bf1a8
image: linuxkit/binfmt:7dbce407e0b6814622bceae127421c5529fc7a3a
# Format and mount the disk image in /var/lib/docker
- name: format
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
- name: mount
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
command: ["/usr/bin/mountie", "/var/lib"]
# make a swap file on the mounted disk
- name: swap
image: linuxkit/swap:d50ab34d24aea536480337365b9ba286c64783c6
image: linuxkit/swap:8a1fd15d56b6ddf67d6d8ce25361178e1f36128b
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
- name: mount-vpnkit
Expand All @@ -44,41 +44,41 @@ onboot:
- /var:/host_var
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services:
# Enable acpi to shutdown on power events
- name: acpid
image: linuxkit/acpid:78206e0612a2b521459178e11f590901a3bd00bc
image: linuxkit/acpid:6379700e2f3341250432e37a4cac36e35c7caac8
# Enable getty for easier debugging
- name: getty
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
env:
- INSECURE=true
# Run ntpd to keep time synchronised in the VM
- name: ntpd
image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
# to a socket on the host.
- name: vsudd
image: linuxkit/vsudd:16438e37ca05f79c985e014e924a66e0fac3f3d2
image: linuxkit/vsudd:4d3c64766a5db737b952e83a8acf72ff0004333e
binds:
- /var/run:/var/run
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
# It needs access to the vpnkit 9P coordination share
- name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:135927339bb2d6416bca3a2eefe1c8239bc4d817
image: linuxkit/vpnkit-forwarder:930e9d3756e4b701595bf72c80e56d70abff70a1
binds:
- /var/vpnkit:/port
net: host
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
# Monitor for image deletes and invoke a TRIM on the container filesystem
- name: trim-after-delete
image: linuxkit/trim-after-delete:730aa70eb57b1c5005bb89863c68f0a330177a04
image: linuxkit/trim-after-delete:14fbf307d2e6b287411987fcddde578b14e92b81
# When the host resumes from sleep, force a clock resync
- name: host-timesync-daemon
image: linuxkit/host-timesync-daemon:e8fcb76cca89e722cbfe609c79004b37aa660655
image: linuxkit/host-timesync-daemon:f7047f8aa7c1d733d9b9acf0e5ad5bea66f3d005
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
# for vpnkit coordination and /run/config/docker for the configuration file.
Expand Down
24 changes: 12 additions & 12 deletions examples/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ kernel:
image: linuxkit/kernel:6.6.13
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init:
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
onboot:
- name: sysctl
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
- name: sysfs
image: linuxkit/sysfs:b77e6229c5b673421fc4fa938d02907278e895c3
image: linuxkit/sysfs:010d0865b5786128962d2980efa8d4c6e4e8b8d6
- name: format
image: linuxkit/format:1214ae707090285cec2102e696c62892e3d8d0aa
image: linuxkit/format:3c858f0cf42a2b14441bfb5c266b78f14d2b75a4
- name: mount
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
command: ["/usr/bin/mountie", "/var/lib/docker"]
services:
- name: getty
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
env:
- INSECURE=true
- name: rngd
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
- name: dhcpcd
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
- name: ntpd
image: linuxkit/openntpd:58cc4dc0fcc1f4cabbe586277cc2949337da5e31
image: linuxkit/openntpd:da26954c2f98a274091e5ed0bbdd2079a77a47c1
- name: docker
image: docker:20.10.6-dind
capabilities:
Expand Down
Loading

0 comments on commit 5e3e7cc

Please sign in to comment.