https://docs.google.com/spreadsheets/d/1S45Hrx_cTJd556lktFidDBVw1rtLGyUrBpuBpbHmnog/edit?usp=sharing
https://docs.google.com/spreadsheets/d/19qit3B2kIjcQrf0w7H5yqeg-so1-pleA9Fs1EBQNvKc/edit?usp=sharing
URL Component Status Notes/Description
https://bugzilla.redhat.com/show_bug.cgi?id=1498628
Centos Open "rhel77-crypto-shadow-utils) shadow-utils: Update to get newuidmap and newgidmap binaries We are seeing a lot of interest in using buildah and podman as non root, withougt the newgimap and newuidmap on RHEL, those users will not be able use this feature. I think we should reconsider not at least adding these two executables "" shadow-utils-4.1.5.1-24.el7.x86_64"""
UID PID PPID C STIME TTY TIME CMD | |
root 1 0 0 21:52 ? 00:00:01 /usr/lib/systemd/systemd --switched-root --system --deserialize 17 | |
root 2 0 0 21:52 ? 00:00:00 [kthreadd] | |
root 3 2 0 21:52 ? 00:00:00 [rcu_gp] | |
root 4 2 0 21:52 ? 00:00:00 [rcu_par_gp] | |
root 6 2 0 21:52 ? 00:00:00 [kworker/0:0H-kblockd] | |
root 8 2 0 21:52 ? 00:00:00 [mm_percpu_wq] | |
root 9 2 0 21:52 ? 00:00:00 [ksoftirqd/0] | |
root 10 2 0 21:52 ? 00:00:00 [rcu_sched] | |
root 11 2 0 21:52 ? 00:00:00 [rcu_bh] |
acl-2.2.53-1.el8.x86_64 | |
audit-3.0-0.5.20180831git0047a6c.el8.x86_64 | |
audit-libs-3.0-0.5.20180831git0047a6c.el8.x86_64 | |
authselect-1.0-5.el8.x86_64 | |
authselect-libs-1.0-5.el8.x86_64 | |
basesystem-11-5.el8.noarch | |
bash-4.4.19-6.el8.x86_64 | |
bind-export-libs-9.11.4-14.P2.el8.x86_64 | |
biosdevname-0.7.3-1.el8.x86_64 | |
brotli-1.0.6-1.el8.x86_64 |
Main Driver: Add support for storing symlinks in tar and zip archives #92 mholt/archiver#92
os: Symlink creation should work on Windows without elevation golang/go#22874
get: Handle symlink creation and sanitize paths on Windows ipfs/kubo#4956
Don't skip tests related to symlinks on windows syncthing/syncthing#4887
Added support for non-symlink checkouts on Windows when elevated rights are missing src-d/go-git#768
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
apt-get update
apt-cache madison docker-ce
apt-get install docker-ce=18.06.3~ce~3-0~ubuntu
Refer: https://discuss.linuxcontainers.org/t/backup-the-container-and-install-it-on-another-server/463/4
lxc publish CONTAINER_NAME/SNAPSHOT_NAME --alias my-export
lxc image export my-export .
This will create a new LXD image from your container and export it as a tarball in your current directory. You can then ship that tarball to your target host and do:
lxc image import TARBALL --alias my-export
lxc init my-export NEW-CONTAINER