dustymabe changed the topic of #fedora-coreos to: Fedora CoreOS :: Find out more at https://getfedora.org/coreos/ :: Logs at https://libera.irclog.whitequark.org/fedora-coreos
mheon has quit [Ping timeout: 252 seconds]
ravanelli has joined #fedora-coreos
<bgilbert> +1
ravanelli has quit [Remote host closed the connection]
<bgilbert> baude: I'm thinking a useful API would be "give me all the keys", and maybe "save these keys to a pool file" if we're going to support that part
<bgilbert> and then Ignition can handle the key lookup and reassembly
vgoyal has quit [Quit: Leaving]
jlebon has quit [Quit: leaving]
mnguyen has quit [Ping timeout: 248 seconds]
Turnikov has quit [Ping timeout: 252 seconds]
paragan has joined #fedora-coreos
<adamw> so, it seems rpm-ostree commands on rawhide are failing with error: Error binding to address (GUnixSocketAddress): No such file or directory
<adamw> anyone looking into that already?
<adamw> jlebon: dustymabe Colin Walters ^
<nirik> always an adventure.
<adamw> yup.
<bgilbert> filed as https://bugzilla.redhat.com/show_bug.cgi?id=2169622, for the record. (thanks!)
<adamw> yeah, thanks for the link.
<adamw> openqa's silverblue image build test is also failing due to "No previous commit for fedora/38/x86_64/silverblue", not sure what's going on there, maybe it'll clear up tomorrow...
Betal has quit [Quit: WeeChat 3.8]
saschagrunert has joined #fedora-coreos
paragan has quit [Ping timeout: 255 seconds]
jcajka has joined #fedora-coreos
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 255 seconds]
jdoss has quit [Ping timeout: 255 seconds]
davdunc has quit [Ping timeout: 255 seconds]
davdunc has joined #fedora-coreos
jdoss has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
apiaseck has joined #fedora-coreos
apiaseck has quit [Quit: Leaving]
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #fedora-coreos
c4rt0 has joined #fedora-coreos
apiaseck has joined #fedora-coreos
ravanell_ has joined #fedora-coreos
c4rt0 has quit [Client Quit]
ravanelli has quit [Ping timeout: 255 seconds]
c4rt0 has joined #fedora-coreos
c4rt0 has quit [Client Quit]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanell_ has quit [Ping timeout: 252 seconds]
jpn has quit [Ping timeout: 255 seconds]
ravanelli has quit [Remote host closed the connection]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
ravanell_ has joined #fedora-coreos
ravanelli has quit [Ping timeout: 252 seconds]
<travier[m]> https://github.com/coreos/rpm-ostree/issues/4306 > impacts rawhide FCOS as well
ravanelli has joined #fedora-coreos
jpn has quit [Ping timeout: 255 seconds]
ravanell_ has quit [Ping timeout: 248 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 255 seconds]
ravanelli has quit [Remote host closed the connection]
jpn has joined #fedora-coreos
vgoyal has joined #fedora-coreos
jpn has quit [Ping timeout: 248 seconds]
jpn has joined #fedora-coreos
jpn has quit [Ping timeout: 255 seconds]
jpn has joined #fedora-coreos
ravanelli has joined #fedora-coreos
jpn has quit [Ping timeout: 268 seconds]
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Ping timeout: 248 seconds]
jlebon has joined #fedora-coreos
mheon has joined #fedora-coreos
jpn has joined #fedora-coreos
mnguyen has joined #fedora-coreos
<apollo13> if I inspect a container image it has the gitlab access token in the labels: "org.opencontainers.image.source": "https://gitlab-ci-token:XXXX@gitlab.instance.mine",
<apollo13> is this wanted behavior? :D
<dustymabe> apollo13: probably not
<apollo13> open a bugreport against cosa-assembler?
<dustymabe> apollo13: yeah, since it's cosa injecting the token into the built container image. I'm not sure what the fix would be but we can at least document the issue
<apollo13> I'll see if I can fix it
saschagrunert has quit [Remote host closed the connection]
<apollo13> though I am not sure what writes the file in question and where from this is read :D
<apollo13> btw automatic-version-prefix: "${releasever}.<date:%Y%m%d>.dev" sets ".dev" etc in the image version. How are prod releases ment to be named? and is there a way to override this from outside the treefile or so?
<dustymabe> apollo13: when cosa does a build it tries to capture information about its inputs so if we go inspect later to try to determine how an image was built we can easily browse the code and we know what commits to start at
<apollo13> dustymabe: yeah I understand that, I just didn't find the file in question where this info is read from (seems to be coreos-assembler-config-git.json)
<apollo13> but lemme dig deeper
<apollo13> ah prepare_git_artifacts it is
<dustymabe> apollo13: yep
nalind has joined #fedora-coreos
<apollo13> mhm sanitizing this is not as easy as it looks like
<dustymabe> yeah. would be easier if there was a way to do auth outside of the URL (env var or something)
* dustymabe brb
dustymabe has quit [Quit: WeeChat 3.6]
dustymabe has joined #fedora-coreos
<apollo13> let's see if gitlab handles "git remote set-url origin ${CI_REPOSITORY_URL}" to reset that url, then I should be fine :)
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
<apollo13[m]> Ok that does work. A bit ugly but okay
<dustymabe> apollo13[m]: yay
<apollo13[m]> So my biggest question currently is how to handle the .dev versioning from the auto version prefix. How to come up with a proper scheme for "ref" naming and then I am good to go I guess (a few ci cleanups maybe). Also if I build variants with --variant should I include the default manifest.yaml?
jcajka has quit [Quit: Leaving]
jpn has quit [Ping timeout: 248 seconds]
<guesswhat[m]> podman 4.4.1 in testing-devel still broken
<dustymabe> guesswhat[m]: did you see my messages yesterday?
jpn has joined #fedora-coreos
<guesswhat[m]> dustymabe: guess no :(
<guesswhat[m]> can do some testing, we are using it quite extensively
<dustymabe> guesswhat[m]: the sooner you report the issue the sooner we can try to get the podman team involved
<apollo13[m]> So, any recommendations on how to use refs and container-imgref (naming wise) and how to utilize docker tags so stuff maps nicely?
<guesswhat[m]> dustymabe: got it. thanks. will report issue today
<apollo13[m]> I guess I could just put the ref into the image name and always use the latest tag?
davdunc has quit [Ping timeout: 255 seconds]
jdoss has quit [Ping timeout: 252 seconds]
apiaseck has quit [Ping timeout: 255 seconds]
jdoss has joined #fedora-coreos
apiaseck has joined #fedora-coreos
davdunc has joined #fedora-coreos
Betal has joined #fedora-coreos
jpn has quit [Ping timeout: 252 seconds]
jbrooks has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
daMaestro has joined #fedora-coreos
<dustymabe> aaradhak[m]: marmijo[m]: gursewak: mind a review on https://github.com/coreos/fedora-coreos-pipeline/pull/811 (related to https://github.com/coreos/coreos-assembler/pull/3349)
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
<aaradhak[m]> sure, I will take a look at it in a while.
<aaradhak[m]> s/take/review/, s/a look at//
ravanelli has quit [Remote host closed the connection]
ravanelli has joined #fedora-coreos
ravanelli has quit [Remote host closed the connection]
daMaestro has quit [Quit: Leaving]
gursewak_ has joined #fedora-coreos
gursewak has quit [Ping timeout: 246 seconds]
gursewak_ has quit [Ping timeout: 260 seconds]
gursewak_ has joined #fedora-coreos
<baude> bgilbert, mind peeking at https://github.com/coreos/ignition/pull/1555 and seeing if it is more to your liking ?
jpn has joined #fedora-coreos
bgilbert__ has joined #fedora-coreos
bgilbert has quit [Ping timeout: 255 seconds]
nalind has quit [Quit: bye for now]
daMaestro has joined #fedora-coreos
plarsen has quit [Remote host closed the connection]
vgoyal has quit [Quit: Leaving]
jpn has quit [Ping timeout: 248 seconds]