| 14 Feb 2022 |
lewo | https://github.com/opencontainers/image-spec/blob/main/layer.md#image-layer-filesystem-changeset | 08:01:03 |
lewo | Mic92: Regarding the CI, do you know if it would be possible to run Docker container from a github action? | 08:31:58 |
Mic92 | In reply to @lewo:matrix.org Mic92: Regarding the CI, do you know if it would be possible to run Docker container from a github action? Yes. this is a feature. | 08:32:16 |
Mic92 | I don't have a concrete example to point you to, but I have seen this | 08:32:34 |
lewo | I meant, building all example and running them from a Github action. | 08:32:46 |
lewo | * I meant, building all examples and running them from a Github action. | 08:32:52 |
Mic92 | I think there was a docker daemon running as well? | 08:33:10 |
lewo | I don't have any idea since i rarely use github actions | 08:33:43 |
Mic92 | You can also push containers to github's registry and than pull them in the next step | 08:33:46 |
Mic92 | zimbatm: might know this. | 08:34:02 |
lewo | Mic92: yep, that would actually be possible | 08:34:09 |
Mic92 | But maybe do some research. I think there are tons of example easily available. | 08:34:32 |
Mic92 | It's a quite common use case | 08:34:42 |
Mic92 | I recently also added podman as an unprivileged services in one ci system. | 08:36:10 |
Mic92 | I needed it for docker-compose | 08:36:17 |
Mic92 | There are also nix-shell envs available for this | 08:36:27 |