Micah Abbott

Results 88 comments of Micah Abbott

I tried to replicate that scenario below and I didn't get the expected results. 1. Pull old version of rhel7 2. Tag it as latest 3. Build layered image 4....

@rhatdan I still think the second option presented in the first comment has merits. And now that we have `skopeo` and the ability to inspect remote registries, we can do...

@GongT That usually indicates you are not using Atomic Host. Can you try running `rpm-ostree status` and see if that works for you?

Would this also require some changes to `anaconda`? My assumption is that `anaconda` only has support for ostree content on disk/ISO, but I most definitely could be wrong.

> Keeping the images updated could/would be automated, ya? > Am I missing something, or is adding Ubuntu support really just a matter of making sure the images are available?...

Definitely not doubting you here, but could you provide an example that stuck out to you?

> There is currently a bug in Ansible where the ansible_failed_task and ansible_failed_result is not available when running in a loop. Is there a link to the issue/bug? Overall, this...

@samvarankashyap Thanks for the PR! There are a bunch of optimizations we can do for this Dockerfile to make it a bit leaner and a bit more readable: ``` FROM...