ContainerCraft / kc2

KC2 | Kargo Virtual Machine IaC Library
GNU General Public License v3.0
1 stars 1 forks source link

images: build and publish F35 #6

Closed jbpratt closed 2 years ago

jbpratt commented 2 years ago

Duplicated the F34 workflow

tested this locally and published to ghcr.io/jbpratt/fedora:35

[  159.669771] cloud-init[871]: Complete!
[  160.572893] cloud-init[871]:            /:-------------:\          root@fedora-br0
[  160.576404] cloud-init[871]:         :-------------------::        OS: Fedora
[  160.579691] cloud-init[871]:       :-----------/shhOHbmp---:\      Kernel: x86_64 Linux 5.14.10-300.fc35.x86_64
[  160.582225] cloud-init[871]:     /-----------omMMMNNNMMD  ---:     Uptime: 2m
[  160.585715] cloud-init[871]:    :-----------sMMMMNMNMP.    ---:    Packages: 471
[  160.588181] cloud-init[871]:   :-----------:MMMdP-------    ---\   Shell: sh
[  160.590878] cloud-init[871]:  ,------------:MMMd--------    ---:   Disk: 1.9G / 42G (5%)
[  160.595003] cloud-init[871]:  :------------:MMMd-------    .---:   CPU: Intel Core i5-4690K @ 2x 3.499GHz
[  160.597158] cloud-init[871]:  :----    oNMMMMMMMMMNho     .----:   RAM: 292MiB / 869MiB
[  160.600491] cloud-init[871]:  :--     .+shhhMMMmhhy++   .------/
[  160.602484] cloud-init[871]:  :-    -------:MMMd--------------:
[  160.605632] cloud-init[871]:  :-   --------/MMMd-------------;
[  160.608149] cloud-init[871]:  :-    ------/hMMMy------------:
[  160.610426] cloud-init[871]:  :-- :dMNdhhdNMMNo------------;
[  160.613437] cloud-init[871]:  :---:sdNMMMMNds:------------:
[  160.615597] cloud-init[871]:  :------:://:-------------::
[  160.618573] cloud-init[871]:  :---------------------://
[  160.621911] cloud-init[871]:
[  160.628018] cloud-init[871]: ci-info: no authorized SSH keys fingerprints found for user kc2user.
ci-info: no authorized SSH keys fingerprints found for user kc2user.

One thing I'm not sure on is the two Fedora images (34, 35) will be fighting over the latest tag, should I remove that publish step from this workflow or update 34 to no longer push to latest?

jbpratt commented 2 years ago

I am seeing a service start in a failed state

[kc2user@fedora-br0 ~]$ sudo journalctl -u ldconfig.service
-- Journal begins at Sat 2021-11-06 17:44:21 UTC, ends at Sat 2021-11-06 17:54:38 UTC. --
Nov 06 17:44:25 fedora systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 06 17:44:26 fedora ldconfig[601]: /sbin/ldconfig: Cannot lstat /lib64/libperl.so.5.34.0: Permission denied
Nov 06 17:44:26 fedora ldconfig[601]: /sbin/ldconfig: Cannot lstat /lib64/libsodium.so.23.3.0: Permission denied
Nov 06 17:44:26 fedora ldconfig[601]: /sbin/ldconfig: Cannot lstat /lib64/libgpm.so.2.1.0: Permission denied
Nov 06 17:44:26 fedora ldconfig[601]: /sbin/ldconfig: Renaming of /etc/ld.so.cache~ to /etc/ld.so.cache failed: Permission denied
Nov 06 17:44:26 fedora systemd[1]: ldconfig.service: Main process exited, code=exited, status=1/FAILURE
Nov 06 17:44:26 fedora systemd[1]: ldconfig.service: Failed with result 'exit-code'.
Nov 06 17:44:26 fedora systemd[1]: Failed to start Rebuild Dynamic Linker Cache.