2021-05-22

<{^_^}> [nixpkgs] @NickCao opened pull request #123997 → podman: add systemdMinimal to LD_LIBRARY_PATH for journald log driver → https://github.com/NixOS/nixpkgs/pull/123997

2021-05-20

<{^_^}> [nixpkgs] @roberth opened pull request #123841 → Podman socket → https://github.com/NixOS/nixpkgs/pull/123841

2021-05-19

<{^_^}> [nixpkgs] @roberth merged pull request #123591 → podman-compose: 0.1.5 -> 0.2.0pre-2021-05-18 → https://github.com/NixOS/nixpkgs/pull/123591

2021-05-18

<{^_^}> [nixpkgs] @roberth opened pull request #123591 → podman-compose: 0.1.5 -> 0.2.0pre-2021-05-18 → https://github.com/NixOS/nixpkgs/pull/123591

2021-05-17

<mikroskeem> matthewcroughan: re: docker using more ram than podman

2021-05-16

<azazel> matthewcroughan: I think podman it's serviceless, so probably it uses less ram than docker
<matthewcroughan> Does anybody happen to know if docker uses more ram than podman, for example?
<matthewcroughan> Just going to guess that buildGoModule and buildGoPackage is not the correct way to build Podman, if we want to support more than x86 or aarch64.
<matthewcroughan> So. If they talk about cross-compilation like it's not an issue, *and* this line "# Podman does not work w/o CGO_ENABLED, except in some very specific cases", then surely it must be possible.
<{^_^}> containers/podman#5413 (by aleks-mariusz, 1 year ago, closed): issue cross-compiling podman for armv6..
<mikroskeem> tho my bet for the podman compilation issue is that CGO_ENABLED gets set to falsy value on cross compilation
<matthewcroughan> We are however ignoring the cross-compiling stuff in the podman makefile, in favor of using buildGoModule, is that the right thing to do?
<matthewcroughan> Here's an example log for Podman.
<matthewcroughan> I mean, Docker doesn't cross-compile for armv7l because of perl. But Podman doesn't compile due to "build constraints exclude all Go files in ...", which implies, I think, that cross-compilation isn't working.

2021-04-22

<redmp_> pennae: there are some issues on the podman github about it, so i assumed it wasn't related to the nixos wrappers or anything
<pennae> can't immediately find anything like that in podman though
<redmp_> hrm.. so even after overriding podman to version 3.1.0 it still leaks dbus processes with every command lol
<Synthetica> redmp: Sorry, I meant that _I_ don't use podman
<redmp> Synthetica: why'd you say "don't use podman"? i have to use it for a class I TA.. i'd prefer not to have docker because of the priv escalation issues
<redmp> Synthetica: me neither.. maybe i need to add `internal = True;` to my overlaid podman package?
<Synthetica> (don't use podman tho)
<redmp> oh, lol. i've already tried doing this and failed.. i have an overlay in my configuration.nix which sets podman to an overridden version 3.1.0 and also overrides its src with a fetchFromGithub
<redmp> since podman is installed as a module enabled with virtualisation.podman.enable
<redmp> would i put the overridden podman package into the virtualisation.podman.extraPackages list?
<redmp> since this is probably a bug in podman, not nixos, is it safe to just override the podman package in my configuration.nix with a newer version from unstable?
<redmp> hi! i've noticed that dbus-daemon processes and fuser-overlay processes leak when i use podman on nixos-20.09

2021-04-21

<{^_^}> [nixpkgs] @adisbladis merged pull request #120110 → podman: 3.1.1 -> 3.1.2 → https://github.com/NixOS/nixpkgs/pull/120110
<{^_^}> [nixpkgs] @zowoq opened pull request #120110 → podman: 3.1.1 -> 3.1.2 → https://github.com/NixOS/nixpkgs/pull/120110

2021-04-17

<{^_^}> [nixpkgs] @zowoq merged pull request #119684 → podman: 3.1.0 -> 3.1.1 → https://github.com/NixOS/nixpkgs/pull/119684
<{^_^}> [nixpkgs] @marsam opened pull request #119684 → podman: 3.1.0 -> 3.1.1 → https://github.com/NixOS/nixpkgs/pull/119684

2021-04-05

<neonfuz2> I'm using nixos-20.09, I've enabled podman with docker emulation by wiki instructions. Trying to do a docker-build now I get "Found default OCIruntime /nix/store/...-crun-0.14.1/bin/crun path which is missing from [engine.runtimes] in containers.conf"
<neonfuz2> I'm getting an odd error when trying to use podman

2021-04-02

<jkachmar> for some reason I can't particularly fathom, it looks like the `docker` backend can get DNS resolution working almost instantly for a container whereas `podman` takes around about a minute and a half after the container loads up
<supersandro2000> and why not podman? because you can't get their networking set up on Debian.
<gchristensen> matthewcroughan: yeah, podman implements docker in a more script-like approach
<gchristensen> podman calls so many random programs it is hard to catch them all :(
<jkachmar> like, i would have expected ZFS + podman backend to be a common enough configuration that I wouldn't be the first person to trip this up
<supersandro2000> jkachmar: could be that the podman binary needs to be wrapped with zfs in PATH
<jkachmar> I got sick of trying to make `docker` work w/ the declarative firewall so I'm trying to move some of my stuff over to the `podman` backend, but I'm getting stuck at even the most basic step of spinning a container up
<jkachmar> Anyone running `podman` as the OCI containers backend w/ ZFS as their underlying FS?

2021-03-31

<{^_^}> [nixpkgs] @zowoq merged pull request #118123 → podman packages: add phase hooks → https://github.com/NixOS/nixpkgs/pull/118123
<{^_^}> [nixpkgs] @zowoq opened pull request #118123 → podman packages: add phase hooks → https://github.com/NixOS/nixpkgs/pull/118123
<{^_^}> [nixpkgs] @zowoq merged pull request #118106 → podman: 3.0.1 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/118106

2021-03-30

<{^_^}> [nixpkgs] @zowoq opened pull request #118106 → podman: 3.0.1 -> 3.1.0 → https://github.com/NixOS/nixpkgs/pull/118106

2021-03-29

<asbachb> Anyone running podman on nixos? I started some containers, but the ports seems not to be forwarded.

2021-03-25

<eyJhb> Wonder if podman supports nftables instead of iptables

2021-03-24

<matthewcroughan> I got around it, but yes indeed podman would fail because it's unable to write to /var/lib
<matthewcroughan> podman won't have perms to write to /var/lib whereas docker will?
<matthewcroughan> Let's say I want to use podman, `volumes = [ "/var/lib/ghost:/etc/ghost" ]; for example

2021-03-22

<{^_^}> [nixpkgs] @adisbladis merged pull request #114821 → catatonit: init at 0.1.5, fix podman --init → https://github.com/NixOS/nixpkgs/pull/114821

2021-03-12

<{^_^}> [nixpkgs] @marsam merged pull request #115977 → [20.09] podman: 2.1.0 -> 3.0.1 → https://github.com/NixOS/nixpkgs/pull/115977
<m3thos> sorry, won't repeat, here is the output of the systemctl status podman-hello: http://sprunge.us/Vo7f9E
<m3thos> backend = "podman";
<m3thos> podman = {
<m3thos> running the container w/ podman manually works fine.. but not through the nixos systemd generated files
<m3thos> anyone else had problems recently with running podman containers ?
<m3thos> hey there, I'm in desperate need for help. I was using without issues podman container defined in configuration.nix and it ran fine, I've since then tinkered with my configuration and I no longer can get it to work

2021-03-11

<{^_^}> [nixpkgs] @Pamplemousse opened pull request #115977 → [20.09] podman: 2.1.0 -> 3.0.1 → https://github.com/NixOS/nixpkgs/pull/115977

2021-02-19

<jschievink> I rebooted and now rootless podman seems to work fine
<adisbladis> jschievink: I think you might be inheriting some env from root that confuses podman
<jschievink> I'm just trying to run `podman run -it alpine /bin/sh`
<adisbladis> Then you could su to the user and run podman
<adisbladis> You might try `podman --cgroup-manager=cgroupfs`
<adisbladis> jschievink: I think it may be related since podman assumes systemd as the cgroup manager
<jschievink> hey folks, I'm trying to get rootless podman working, but it's failing with "lchown /etc/shadow: invalid argument" and complaining about insufficient UIDs/GIDs, despite /etc/{subuid,subgid} being set up correctly
<{^_^}> [nixpkgs] @adisbladis merged pull request #113662 → podman: 3.0.0 -> 3.0.1 → https://github.com/NixOS/nixpkgs/pull/113662
<{^_^}> [nixpkgs] @zowoq opened pull request #113662 → podman: 3.0.0 -> 3.0.1 → https://github.com/NixOS/nixpkgs/pull/113662

2021-02-13

<{^_^}> [nixpkgs] @adisbladis merged pull request #113045 → podman: install systemd files → https://github.com/NixOS/nixpkgs/pull/113045
<{^_^}> [nixpkgs] @zowoq opened pull request #113045 → podman: install systemd files → https://github.com/NixOS/nixpkgs/pull/113045
<{^_^}> [nixpkgs] @adisbladis merged pull request #113006 → podman: Remove unconfigured runtime warnings → https://github.com/NixOS/nixpkgs/pull/113006
<{^_^}> [nixpkgs] @adisbladis opened pull request #113006 → podman: Remove unconfigured runtime warnings → https://github.com/NixOS/nixpkgs/pull/113006

2021-02-12

<{^_^}> [nixpkgs] @adisbladis merged pull request #112851 → podman: 2.2.1 -> 3.0.0 → https://github.com/NixOS/nixpkgs/pull/112851
<{^_^}> [nixpkgs] @marsam opened pull request #112851 → podman: 2.2.1 -> 3.0.0 → https://github.com/NixOS/nixpkgs/pull/112851

2021-02-11

<srk> had similar fun with one deployment, ended up with podman and oci-containers for now

2021-02-05

<adisbladis> crdb: I think the person most qualified to answer this is not on irc. Could you report an issue and cc the podman team? (just reference @NixOS/podman in the issue)

2021-02-04

<crdb> like podman for example ?

2021-02-03

<{^_^}> [nixops] @adisbladis closed pull request #1326 → tests: Add functional tests using NixOS in Podman (Docker) → https://github.com/NixOS/nixops/pull/1326

2021-02-02

<microbY> Guys, is there a tool that takes systemd.service files and outputs nix compatible systemd definition that I can paste back into configuration.xml ? I am using podman to run containers, and podman can only generate sysytemd files if I want to start the containers on startup....

2021-01-28

<adisbladis> Siyo: Podman provides a wrapper that can more than the default set of underlying runtimes
<Siyo> why can't I just `let backendPath = if cfg.backend == "podman" then "${pkgs.podman}/bin/podman}" else ... ?
<infinisil> Then in the docker and podman modules
<Siyo> Interesting, the podman service depends on /nix/store/s1fjms4140cwls29ijmvxmwskyj344sz-system-path
<lordcirth> Siyo, ok, that is strange. I'm not familiar with podman, though
<Siyo> lordcirth, ok to reproduce it I just enabled some completely random nixos service and it restarted all of my podman containers
<Siyo> I guess podman must rely on some core thing that updates very often

2021-01-25

<Mic92> podman seems to use some c libraries so
<Mic92> Hail_Spacecake: not for me, but you can set LD_DEBUG=libs when running podman to see if it is due to dlopen
<Hail_Spacecake> podman is written in go, right?
<Hail_Spacecake> whenever I run `podman logs` on any container, I get an error "unable to open handle to the library"

2021-01-24

<{^_^}> [nixpkgs] @lovesegfault merged pull request #110701 → nomad-driver-podman: init at 0.2.0 → https://git.io/JtZfS
<cloud> It looks like libnvidia-container doesn't support the new cgroup hierarchy, which means both the docker and podman nvidia container runtime derviations will stop working without setting a specific kernel parameter to disable the hierarchy. Is it kosher to set a kernel parameter as part of a nixos module?
<{^_^}> [nixpkgs] @cpcloud opened pull request #110701 → nomad-driver-podman: init at 0.2.0 → https://git.io/JtZfS

2021-01-18

<jkachmar> has anyone here had luck getting the PiHole container to correctly autostart when using the Podman oci-containers backend?

2021-01-15

<sphalerite> According to the manpage, 125 means there's an error in podman itself
<sphalerite> I'm trying to use virtualisation.oci-containers with the podman backend, but my container is failing silently: Jan 15 09:16:23 vivo systemd[1]: podman-home-assistant.service: Main process exited, code=exited, status=125/n/a

2021-01-10

<ajs124> does 20.10 support "modern" technologies like nftables or cgroupsv2? I've had to replace docker with podman, because it doesn't have either of them.

2021-01-09

<{^_^}> [nixpkgs] @Mic92 merged pull request #108547 → podman: add nvidia runtime support → https://git.io/JLNwz

2021-01-06

<{^_^}> [nixpkgs] @cpcloud opened pull request #108547 → podman: add nvidia runtime support → https://git.io/JLNwz

2021-01-01

<mica[m]> how can I get inside a podman container? systemd says the container is up and running, but podman doesn't list the image

2020-12-30

<astylian> bbigras, I am using lxc some times, I haven't try podman yet...
<bbigras> astylian: maybe you could also consider using podman. I heard it's a docker drop-in replacement without a daemon.

2020-12-23

<sphalerite> docker or podman is probably the least-friction option. You could use virtualisation.containers to specify it in your nixos config.

2020-12-18

<tobiasBora> bougyman: is there a quick way to run an app with podman? I love the way steam-run works, and I'd prefer not to write an image everytime I want to run a program
<bougyman> tobiasBora: I've used https://github.com/webanck/docker-wine-steam on podman with success. ymmv.
<sphalerite> tobiasBora: yes, you need a container image for podman too.
<bougyman> tobiasBora: podman
<bougyman> Never seen bubblewrap. I've been using podman for my container runtime, which also doesn't require a daemon nor elevated privs.

2020-12-09

<{^_^}> [nixpkgs] @marsam merged pull request #106378 → podman: 2.2.0 -> 2.2.1 → https://git.io/JIEae

2020-12-08

<{^_^}> [nixpkgs] @zowoq opened pull request #106378 → podman: 2.2.0 -> 2.2.1 → https://git.io/JIEae

2020-12-01

<{^_^}> [nixpkgs] @zowoq merged pull request #105558 → podman: 2.1.0 -> 2.2.0 → https://git.io/JIfhb
<{^_^}> [nixpkgs] @zowoq pushed commit from @saschagrunert to master « podman: 2.1.0 -> 2.2.0 »: https://git.io/JIJal
<{^_^}> [nixpkgs] @saschagrunert opened pull request #105558 → podman: 2.1.0 -> 2.2.0 → https://git.io/JIfhb

2020-11-27

<simonpe^^> hey! We use nix in my project to cross compile source code for embedded devices. Usually we use dockerTools.buildImage and deploy an OCI container but now we have a new device with only 8MB of flash so we can't afford the podman binary or even systemd on that device. An additional requirement is that the software is installed FHS-style on the device. How would we deploy this software to our new tiny

2020-11-15

<dxtr> Hmm, so isn't there a way to run the podman api service by default?
<leonardp> i should add: i want to use podman and want to change the location of the local image store

2020-11-09

<pta2002> podman really needs a nix-native way to declare pods
<pta2002> podman* thing i guess
<pta2002> I'm trying to use virtualisation.oci-containers to manage a podman container and I want to make it connect to the system's postgresql instance
<dminuoso> You say you want to build docker images from a dockerfile with nix, but this is with podman...
<pta2002> i keep saying docker but i'm using podman

2020-10-30

<matthewcroughan_> Dockerfiles output OCI compliant container images. There are other tools that output this format and can run this format. Such as Podman and Buildah, rather than Docker and Dockerd.
<matthewcroughan_> Podman runs OCI container images. Which you can make in many ways.
<matthewcroughan_> DigitalKiWicked: No. Podman is nothing to do with Docker :P
<DigitalKiWicked> isn't podman a docker thing

2020-10-29

<cole-h> matthewcroughan_: Sorry, I'm totally unfamiliar with both nix-on-droid and podman.
<matthewcroughan_> cole-h: here's the podman error on nix-on-droid
<matthewcroughan_> the reason is interesting, it's because podman tries to build, and the build doesn't work on non-linux platforms?
<matthewcroughan_> cole-h: I got nix-on-droid working on my phone, but can't get Podman working

2020-10-28

<andi-> I'm now running podman within runInLinuxVM to execute code inside a container as part of my build

2020-10-27

<pheoxy> anyone using podman got a missing cni default network issue on running containers?

2020-10-25

<matthewcroughan_> Can you use podman on bsd?

2020-10-21

<Reiser> Has anyone had success running podman inside a nixos-container? Running into errors regarding not finding a fuse device

2020-10-13

<{^_^}> [nixpkgs] @zowoq pushed commit from @avdv to release-20.03 « podman: Add patch for CVE-2020-14370 »: https://git.io/JTt6x
<{^_^}> [nixpkgs] @zowoq merged pull request #100396 → [20.03] podman: Add patch for CVE-2020-14370 → https://git.io/JTtw9
<{^_^}> [nixpkgs] @avdv opened pull request #100396 → podman: Add patch for CVE-2020-14370 → https://git.io/JTtw9

2020-09-26

<{^_^}> [nixpkgs] @zowoq pushed to master « podman: 2.1.0 -> 2.1.1 »: https://git.io/JUVeq
<{^_^}> [nixpkgs] @zowoq merged pull request #98799 → podman: 2.1.0 -> 2.1.1 → https://git.io/JUad2

2020-09-25

<{^_^}> [nixpkgs] @zowoq opened pull request #98799 → podman: 2.1.0 -> 2.1.1 → https://git.io/JUad2

2020-09-24

<{^_^}> [nixpkgs] @zowoq pushed to master « nixos/{containers,cri-o,podman}: move copyFile to nixos/lib/utils »: https://git.io/JU2ex
<{^_^}> [nixpkgs] @zowoq merged pull request #95629 → nixos/{containers,cri-o,podman}: move copyFile to nixos/lib/utils → https://git.io/JJFTo

2020-09-22

<{^_^}> [nixpkgs] @zowoq pushed commit from @saschagrunert to master « podman: 2.0.6 -> 2.1.0 »: https://git.io/JUgJC
<{^_^}> [nixpkgs] @zowoq merged pull request #98488 → podman: 2.0.6 -> 2.1.0 → https://git.io/JUzpE
<{^_^}> [nixpkgs] @saschagrunert opened pull request #98488 → podman: 2.0.6 -> 2.1.0 → https://git.io/JUzpE

2020-09-17

<pheoxy> I've read the message on the wiki that podman will have a easier install in 20.09 for nix-configs
<pheoxy> without root works fine but I'm trying to get some containers moved over from a old ubuntu box that was using docker. I've switched most of my computers to using podman but thats on my fedora laptop and it works fine
<pheoxy> anyone know why I keep getting "Missing CNI default network" on root podman on NixOS 20.03?

2020-09-16

<infinisil> Those modules currently support both podman and docker

2020-09-02

<allgreed> steveeJ: OMG thank you so much, podman worked like a charm <3 all I needed to do was add `--storage-driver=vfs`, since apparently you cannot run overlayfs over overlayfs [some warning about turtles all the way down jk]

2020-09-01

<{^_^}> [nixpkgs] @zowoq pushed commit from @saschagrunert to master « podman: 2.0.5 -> 2.0.6 »: https://git.io/JUYL6
<{^_^}> [nixpkgs] @zowoq merged pull request #96919 → podman: 2.0.5 -> 2.0.6 → https://git.io/JUmxM
<{^_^}> [nixpkgs] @saschagrunert opened pull request #96919 → podman: 2.0.5 -> 2.0.6 → https://git.io/JUmxM
<{^_^}> containers/podman#4131 (by johanbrandhorst, 48 weeks ago, open): Support running podman containers inside unprivileged (docker) container
<allgreed> sure, I haven't actually thought of podman - will do that later in the evening :D Not gettings my hopes high though: https://github.com/containers/podman/issues/4131
<steveeJ> I've not tested any of that. could you try podman instead?
<arianvp> It seems like a reinvention of something that is already shipped in systemd anyway. and then we don't need to jump through hoops when running podman in a systemd service because we can just use Type=simple no?
<arianvp> Why is conmon a thing? Why do podman and cri-o use it to double fork and monitor the cgroup; instead of just running "systemd-run <command here>" to hook it into systemd's cgroup hierarchy directly?

2020-08-30

<inanimat3_r0d> thanks bbigras, perhaps if the podman route doesn't work I'll try again under 20.03+docker
<bbigras> I'm using it with docker, not podman.
<inanimat3_r0d> a podman network does seem to exist (according to "podman network ls") and I changed my docker-compose file to explicitly try to use it, but... still the error above
<inanimat3_r0d> Under 20.03, docker daemon doesn't seem to start & stay running, so I went to unstable (where virtualisation.podman.enable seems to be a thing) but I can't seem to do much more than "podman-compose build", any attempt to start those containers gives "Missing CNI default network"

2020-08-25

<{^_^}> [nixpkgs] @zowoq pushed to master « podman: 2.0.4 -> 2.0.5 »: https://git.io/JUUd5
<{^_^}> [nixpkgs] @zowoq merged pull request #96213 → podman: 2.0.4 -> 2.0.5 → https://git.io/JUJG1

2020-08-24

<{^_^}> [nixpkgs] @zowoq opened pull request #96213 → podman: 2.0.4 -> 2.0.5 → https://git.io/JUJG1
<{^_^}> [nixpkgs] @zowoq merged pull request #96124 → cri-o, podman: add/update passthru.tests → https://git.io/JUf44

2020-08-23

<{^_^}> [nixpkgs] @zowoq opened pull request #96124 → cri-o, podman: add/update passthru.tests → https://git.io/JUf44

2020-08-22

<{^_^}> [nixpkgs] @zowoq pushed to master « .github/CODEOWNERS: add myself to podman »: https://git.io/JUv60

2020-08-18

<bqv> Podman I can just about live with, but I don't need another commercialised daemon

2020-08-16

<{^_^}> [nixpkgs] @zowoq opened pull request #95629 → nixos/{containers,cri-o,podman}: move copyFile to nixos/lib/utils → https://git.io/JJFTo
<drakonis> veleiro: you can use systemd-nspawn or podman for containers

2020-08-04

<manveru> TheSirC[m]: you could also take a look at podman...

2020-08-02

<{^_^}> [nixpkgs] @adisbladis merged pull request #94493 → podman: 2.0.3 -> 2.0.4 → https://git.io/JJVgO

2020-08-01

<{^_^}> [nixpkgs] @zowoq opened pull request #94493 → podman: 2.0.3 -> 2.0.4 → https://git.io/JJVgO

2020-07-24

<{^_^}> [nixpkgs] @marsam merged pull request #93722 → podman: 2.0.2 -> 2.0.3 → https://git.io/JJ8KH

2020-07-23

<{^_^}> [nixpkgs] @zowoq opened pull request #93722 → podman: 2.0.2 -> 2.0.3 → https://git.io/JJ8KH

2020-07-16

<{^_^}> [nixpkgs] @danieldk merged pull request #93210 → podman updates → https://git.io/JJG0C
<{^_^}> [nixpkgs] @zowoq opened pull request #93210 → podman updates → https://git.io/JJG0C

2020-07-10

<{^_^}> [nixpkgs] @adisbladis merged pull request #92841 → podman: 2.0.1 -> 2.0.2 → https://git.io/JJm7W
<{^_^}> [nixpkgs] @adisbladis opened pull request #92841 → podman: 2.0.1 -> 2.0.2 → https://git.io/JJm7W

2020-07-09

<adisbladis> pulseaudio, systemd user sessions, podman (on cgroupsv2) etc etc

2020-07-06

<mica[m]> Is there anything written about the new podman support?

2020-06-29

<mica[m]> Does anyone know more about the recent work on podman? A roadmap or anything?

2020-06-27

<{^_^}> [nixpkgs] @marsam merged pull request #91643 → podman: fix darwin build → https://git.io/JJet3
<linuxuser981[m]> Anyone know if there is podman support ?
<energizer> isnt there already podman support?
<mica[m]> Does anyone know if there are further plans for podman support?
<{^_^}> [nixpkgs] @zowoq opened pull request #91643 → podman: fix darwin build → https://git.io/JJet3

2020-06-26

<{^_^}> [nixpkgs] @zowoq merged pull request #91138 → podman: 1.9.3 -> 2.0.1 → https://git.io/JfbBg

2020-06-20

<{^_^}> [nixpkgs] @zowoq opened pull request #91138 → podman: 1.9.3 -> 2.0.0 → https://git.io/JfbBg

2020-06-05

<energizer> iirc podman is a drop-in replacement anyway so probably not as big a deal as it sounds
<energizer> (but podman does)

2020-06-03

<mica[m]> Will the new declarative podman stuff include a way to put a container in a pod?

2020-06-02

<mica[m]> For the new podman stuff, are there plans to allow us to put containers in a programmer d?

2020-05-27

<{^_^}> [nixpkgs] @zowoq closed pull request #89024 → Revert ".github/CODEOWNERS: add podman team" → https://git.io/Jfrzk
<{^_^}> [nixpkgs] @zowoq opened pull request #89024 → Revert ".github/CODEOWNERS: add podman team" → https://git.io/Jfrzk

2020-05-22

<{^_^}> [nixpkgs] @marsam merged pull request #88627 → podman: 1.9.2 -> 1.9.3 → https://git.io/Jf2d3
<{^_^}> [nixpkgs] @zowoq opened pull request #88627 → podman: 1.9.2 -> 1.9.3 → https://git.io/Jf2d3

2020-05-19

<{^_^}> [nixpkgs] @adisbladis merged pull request #88106 → podman packages: add passthru tests → https://git.io/JfuGp
<{^_^}> [nixpkgs] @adisbladis merged pull request #88104 → podman: don't build "podman-remote" → https://git.io/JfusR
<{^_^}> [nixpkgs] @zowoq opened pull request #88106 → podman packages: add passthru tests → https://git.io/JfuGp
<{^_^}> [nixpkgs] @zowoq opened pull request #88104 → podman: don't build "podman-remote" → https://git.io/JfusR

2020-05-16

<{^_^}> [nixpkgs] @adisbladis merged pull request #87926 → .github/CODEOWNERS: add podman team → https://git.io/Jf0fG
<{^_^}> [nixpkgs] @zowoq opened pull request #87926 → .github/CODEOWNERS: add podman team → https://git.io/Jf0fG

2020-05-15

<{^_^}> [nixpkgs] @marsam merged pull request #87739 → podman, etc packages: fix/update inputs/tags → https://git.io/Jf4lS

2020-05-14

<{^_^}> [nixpkgs] @nlewo merged pull request #87794 → podman, etc packages: switch to buildGoModule → https://git.io/JfBIR
<{^_^}> [nixpkgs] @zowoq opened pull request #87794 → podman, etc packages: switch to buildGoModule → https://git.io/JfBIR
<{^_^}> [nixpkgs] @marsam merged pull request #87769 → podman: 1.9.1 -> 1.9.2 → https://git.io/Jf4Dm

2020-05-13

<{^_^}> [nixpkgs] @zowoq opened pull request #87769 → podman: 1.9.1 -> 1.9.2 → https://git.io/Jf4Dm
<{^_^}> [nixpkgs] @zowoq opened pull request #87739 → podman, etc packages: fix/update inputs/tags → https://git.io/Jf4lS

2020-05-06

<{^_^}> [nixpkgs] @adisbladis merged pull request #87076 → podman: fix wrapper → https://git.io/JfZrh
<{^_^}> [nixpkgs] @zowoq opened pull request #87076 → podman: fix wrapper → https://git.io/JfZrh

2020-05-05

<{^_^}> [nixpkgs] @adisbladis merged pull request #86830 → podman: Don't symlink the $bin output → https://git.io/JfGce

2020-05-04

<{^_^}> [nixpkgs] @adisbladis opened pull request #86830 → podman: Don't symlink the $bin output → https://git.io/JfGce
<{^_^}> [nixpkgs] @Mic92 merged pull request #86445 → podman: use $out instead of $bin with buildGoPackage → https://git.io/JfOS8

2020-05-01

<{^_^}> [nixpkgs] @zowoq opened pull request #86445 → podman: use $out instead of $bin with buildGoPackage → https://git.io/JfOS8

2020-04-29

<{^_^}> [nixpkgs] @adisbladis merged pull request #86249 → podman: Wrap packages required to run containers → https://git.io/Jfm6h
<{^_^}> [nixpkgs] @adisbladis merged pull request #86262 → podman: 1.9.0 -> 1.9.1 → https://git.io/JfmD4

2020-04-28

<{^_^}> [nixpkgs] @zowoq opened pull request #86262 → podman: 1.9.0 -> 1.9.1 → https://git.io/JfmD4
<{^_^}> [nixpkgs] @adisbladis opened pull request #86249 → podman: Wrap packages required to run containers → https://git.io/Jfm6h
<adisbladis> etu: Luckily podman doesn't have the same shortcomings as Docker in the file system drivers

2020-04-24

<{^_^}> [nixpkgs] @adisbladis opened pull request #85933 → nixos/docker-containers: Use podman for declarative "docker" containers → https://git.io/JfLcH
<{^_^}> [nixpkgs] @adisbladis merged pull request #85894 → podman team: add cri-o packages/module → https://git.io/JfIxO
<drakonis> hm, neat, podman's improving

2020-04-23

<{^_^}> [nixpkgs] @zowoq opened pull request #85894 → podman team: add cri-o packages/module → https://git.io/JfIxO
<{^_^}> [nixpkgs] @adisbladis merged pull request #85822 → nixos/{cri-o,podman}: remove cni-plugins from environment.systemPackages → https://git.io/JfILE
<{^_^}> [nixpkgs] @FRidh pushed commit from @zowoq to master « podman: add passthru.tests »: https://git.io/JfICW
<{^_^}> [nixpkgs] @FRidh merged pull request #85838 → podman: add passthru.tests → https://git.io/JfI3a
<{^_^}> [nixpkgs] @zowoq opened pull request #85838 → podman: add passthru.tests → https://git.io/JfI3a

2020-04-22

<{^_^}> [nixpkgs] @zowoq opened pull request #85822 → nixos/{crio,podman}: remove cni-plugins from environment.systemPackages → https://git.io/JfILE

2020-04-16

<{^_^}> [nixpkgs] @marsam merged pull request #85335 → podman: 1.8.2 -> 1.9.0 → https://git.io/JfvFH

2020-04-15

<{^_^}> [nixpkgs] @zowoq opened pull request #85335 → podman: 1.8.2 -> 1.9.0 → https://git.io/JfvFH

2020-04-12

<drakonis> goals for nightingale, actually push a podman module into nixpkgs
<drakonis> imagine having to send in podman and requiring either vendoring all the things or package every dependency on the tree

2020-04-09

<{^_^}> [nixpkgs] @jtojnar merged pull request #84177 → maintainers/teams: add podman team → https://git.io/JvFdz

2020-04-06

<drakonis> there's podman on nixpkgs but no module has been merged, so its largely useless on its own
<drakonis> qyliss: you run a custom module for podman?
<qyliss> podman presumably doesn't do scary things like that, since it runs unpriveleged
<qyliss> I find podman to be pretty pleasant

2020-04-03

<{^_^}> [nixpkgs] @zowoq opened pull request #84177 → maintainers/teams: add podman team → https://git.io/JvFdz

2020-03-15

<FRidh> adisbladis: if I am correct you're suggesting creating a docker image and running that with podman?
<manveru> podman with arion?
<adisbladis> FRidh: You're probably looking for podman

2020-03-12

<{^_^}> [nixpkgs] @alyssais pushed commit from @zowoq to master « podman: 1.8.0 -> 1.8.1 »: https://git.io/Jv63A
<{^_^}> [nixpkgs] @alyssais merged pull request #82369 → podman: 1.8.0 -> 1.8.1 → https://git.io/Jv6ta
<{^_^}> [nixpkgs] @zowoq opened pull request #82369 → podman: 1.8.0 -> 1.8.1 → https://git.io/Jv6ta

2020-03-10

<adisbladis> I created this shell.nix a while back to run podman https://gist.github.com/adisbladis/187204cb772800489ee3dac4acdd9947

2020-02-08

<{^_^}> [nixpkgs] @nlewo merged pull request #79460 → podman: v1.7.0 -> v1.8.0 → https://git.io/JvnmU

2020-02-07

<{^_^}> [nixpkgs] @saschagrunert opened pull request #79460 → podman: v1.7.0 -> v1.8.0 → https://git.io/JvnmU
<ubert> what is the best way to switch my container virtualization from docker to podman in nixos?

2020-01-22

<{^_^}> [nixpkgs] @marsam merged pull request #78002 → podman: enable on darwin → https://git.io/Jvk2T

2020-01-19

<{^_^}> [nixpkgs] @marsam opened pull request #78002 → podman: enable on darwin → https://git.io/Jvk2T

2020-01-17

<buckley310> looks like maybe podman or docker created the volumes....

2020-01-13

<{^_^}> [nixpkgs] @peterhoeg closed pull request #73016 → podman: 1.6.2 -> 1.6.3 → https://git.io/JeVUr

2020-01-08

<{^_^}> [nixpkgs] @marsam merged pull request #77278 → podman: 1.6.3 -> 1.7.0 → https://git.io/Jvenk

2020-01-07

<{^_^}> [nixpkgs] @zowoq opened pull request #77278 → podman: 1.6.3 -> 1.7.0 → https://git.io/Jvenk

2020-01-01

<eoli3n_> as podman runs docker images and can fire rootless containers, it should match any of usecases
<eoli3n_> with podman
<eoli3n_> i need to check if podman support zfs

2019-12-27

<{^_^}> [nixpkgs] @marsam merged pull request #76574 → podman: install completion → https://git.io/JebhH
<{^_^}> [nixpkgs] @zowoq opened pull request #76574 → podman: install completion → https://git.io/JebhH

2019-12-06

<{^_^}> [nixpkgs] @adisbladis merged pull request #75093 → podman-compose: init at 0.1.5 → https://git.io/JeysA
<{^_^}> [nixpkgs] @sikmir opened pull request #75093 → podman-compose: init at 0.1.5 → https://git.io/JeysA

2019-11-28

<ij> if I have docker container defined in nix, how should I best deploy it with nixops, so I can run a systemctl service with podman? if I just use the store path of the image, it will get transported automatically, but what about importing? how do I import it once?

2019-11-08

<{^_^}> [nixpkgs] @peterhoeg opened pull request #73016 → podman: 1.6.2 -> 1.6.3 → https://git.io/JeVUr

2019-11-05

<{^_^}> [nixpkgs] @grahamc merged pull request #72821 → podman: v1.6.2 -> v1.6.3 → https://git.io/Je29q
<{^_^}> [nixpkgs] @saschagrunert opened pull request #72821 → podman: v1.6.2 -> v1.6.3 → https://git.io/Je29q

2019-10-21

<{^_^}> [nixpkgs] @FRidh pushed commit from @saschagrunert to master « podman: 1.6.1 -> 1.6.2 »: https://git.io/JeRcn
<{^_^}> [nixpkgs] @FRidh merged pull request #71508 → podman: 1.6.1 -> 1.6.2 → https://git.io/JeRIg
<{^_^}> [nixpkgs] @saschagrunert opened pull request #71508 → podman: 1.6.1 -> 1.6.2 → https://git.io/JeRIg

2019-10-18

<qyliss> That's all I needed to get podman working
<dhess> qyliss: does buildah need a config as well, or does that just get told what to do by podman?
<dhess> OK, anyone here use podman with NixOS?
<dhess> wedens: I just found out about podman, but I need to do this from macOS.
<wedens[m]> dhess: have you tried podman?

2019-10-06

<{^_^}> [nixpkgs] @c0bw3b merged pull request #70369 → podman: 1.5.1 -> 1.6.1 → https://git.io/JecMi

2019-10-04

<{^_^}> [nixpkgs] @saschagrunert opened pull request #70369 → podman: 1.5.1 -> 1.6.1 → https://git.io/JecMi

2019-08-16

<{^_^}> [nixpkgs] @mmahut merged pull request #66717 → podman: 1.4.4 -> 1.5.1 → https://git.io/fjdrN
<{^_^}> [nixpkgs] @saschagrunert opened pull request #66717 → podman: 1.4.4 -> 1.5.1 → https://git.io/fjdrN

2019-08-13

<arianvp> I should ask lennart what his plan is with it; both podman and systemd are developed at Redhat :P
<adisbladis> arianvp: podman is supposedly a drop-in replacement (without the daemon)
<adisbladis> gchristensen: Have you looked into podman anything?

2019-08-05

<jsgrant_> Saw podman is packaged, kinda want to look into how hard it'd be to get 'fedora-toolbox' working for it -- having an optional mutable state seems like a sweat-spot to ease into things from within NixOS 'on real hardware'; Compared to the path I see a lot of people going where they install it on an existing distro (nix) or a VM beforehand. :^P

2019-07-29

<{^_^}> [nixpkgs] @worldofpeace merged pull request #63658 → podman: 1.3.2 -> 1.4.4 → https://git.io/fjwRu

2019-07-04

<{^_^}> [nixpkgs] @vdemeester closed pull request #63353 → podman: 1.3.2 -> 1.4.1 → https://git.io/fjaPO

2019-06-22

<{^_^}> [nixpkgs] @saschagrunert opened pull request #63658 → podman: 1.3.2 -> 1.4.2 → https://git.io/fjwRu

2019-06-17

<{^_^}> [nixpkgs] @vdemeester opened pull request #63353 → podman: 1.3.2 -> 1.4.1 → https://git.io/fjaPO

2019-06-07

<{^_^}> [nixpkgs] @fpletz merged pull request #62701 → podman, cni{,-plugins}, cri*: updates → https://git.io/fjuui

2019-06-04

<{^_^}> [nixpkgs] @dtzWill opened pull request #62701 → podman, cni{,-plugins}, cri*: updates → https://git.io/fjuui

2019-05-23

<{^_^}> [nixpkgs] @c0bw3b closed pull request #61297 → podman: 1.2.0 -> 1.3.0 → https://git.io/fjCbg
<{^_^}> [nixpkgs] @Profpatsch merged pull request #61634 → Update buildah, podman, conmon → https://git.io/fjBto

2019-05-11

<{^_^}> [nixpkgs] @vdemeester opened pull request #61297 → podman: 1.2.0 -> 1.3.0 → https://git.io/fjCbg

2019-04-05

<{^_^}> [nixpkgs] @dywedir merged pull request #59017 → podman: 1.1.2 -> 1.2.0 → https://git.io/fjLgn
<{^_^}> [nixpkgs] @vdemeester opened pull request #59017 → podman: 1.1.2 -> 1.2.0 → https://git.io/fjLgn

2019-03-08

<{^_^}> [nixpkgs] @xeji pushed commit from @vdemeester to master « podman: 1.1.0 -> 1.1.2 (#56945) »: https://git.io/fhhcm
<{^_^}> [nixpkgs] @xeji merged pull request #56945 → podman: 1.1.0 -> 1.1.2 → https://git.io/fhpYt

2019-03-06

<{^_^}> [nixpkgs] @vdemeester opened pull request #56945 → podman: 1.1.0 -> 1.1.2 → https://git.io/fhpYt

2019-03-05

<{^_^}> [nixpkgs] @nlewo merged pull request #56513 → Update podman → https://git.io/fhNdz

2019-03-02

<drakonis> "WARN[0000] unable to find /etc/containers/registries.conf. some podman (image shortnames) commands may be limited"
<drakonis> i'm not sure if anyone's using the podman package right now

2019-03-01

<drakonis> i'm not sure if anyone's using the podman package right now

2019-02-28

<{^_^}> [nixpkgs] @vdemeester opened pull request #56513 → Update podman → https://git.io/fhNdz