buildah/chroot
Chris Evich 46eea31588
Replace io/ioutil calls with os calls
In golang 1.19, `io/ioutil` is fully deprecated preventing Buildah from
compiling.  Replace all calls with equivalent calls from the `os`
package.

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-12-06 14:29:32 -05:00
..
pty_posix.go chroot: Add FreeBSD support for run with chroot isolation 2022-09-01 13:50:47 +01:00
pty_ptmx.go Fix stutters 2022-09-19 07:11:44 -04:00
pty_unsupported.go chroot: Fix cross build break 2022-09-01 13:50:48 +01:00
run_common.go Replace io/ioutil calls with os calls 2022-12-06 14:29:32 -05:00
run_freebsd.go Fix stutters 2022-09-19 07:11:44 -04:00
run_linux.go chroot: fix mounting of ro bind mounts 2022-11-01 21:20:15 +01:00
run_test.go test: use `T.TempDir` to create temporary test directory 2022-08-20 21:13:27 +08:00
seccomp.go Replace io/ioutil calls with os calls 2022-12-06 14:29:32 -05:00
seccomp_freebsd.go chroot: Fix cross build break 2022-09-01 13:50:48 +01:00
seccomp_unsupported.go chroot: Fix runUsingChrootExecMain on FreeBSD 2022-09-01 13:50:47 +01:00
selinux.go Fix stutters 2022-09-19 07:11:44 -04:00
selinux_unsupported.go chroot: Fix runUsingChrootExecMain on FreeBSD 2022-09-01 13:50:47 +01:00
unsupported.go chroot: Add FreeBSD support for run with chroot isolation 2022-09-01 13:50:47 +01:00