John Pfuntner

Results 11 comments of John Pfuntner

I'm also very interested in being able to _update_ an existing manifest list and replace just one image. We're an Ansible shop and are looking at creating amd64/arm64 Linux images...

I believe Ansible is installed in the container with: ``` pip install ansible==6.4.0 ansible-core==2.13.4 ``` I upgraded `amazon.aws` but it didn't help: ``` jenkins@da845f528eb6:~$ ansible-galaxy collection install amazon.aws Starting galaxy...

I noticed that the target is running Python 2.7 so I did the following: 1. Installed Python 3 2. Replaced the `/usr/bin/python` symlink to point to Python 3 3. Ran...

Thanks for the analysis, @afontenot. I'm happy as long as the root cause is addressed. :smiley_cat:

I think the _filter action_ might give me the _test mode_ ability I for which I was wishing. Wish fulfillment?

Good suggestions - have you considered forking the repo and making a pull request? FWIW, I'm just a humble user too and have nothing to do with the repo. When...

> That makes sense, but the main problem here is the inconsistency in behavior (example of Ubuntu 22 and Ubuntu 24) > ... > So the painpoint is running the...

My team builds EKS GPU images and I think we're facing this issue. We're using `amazon-eks-gpu-node-1.28-v20231201` (ami-0a2b1b38a4684df6a in us-east-1 region) and I believe the kernel packages are already initially pinned....

I'd like to see this fixed. It's affecting a project with which I'm involved at work (#775). I suppose I'll have to do some lame workarounds. :-(