Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[packer-images] track Linux base images with updatecli #4365

Open
3 of 4 tasks
dduportal opened this issue Oct 24, 2024 · 3 comments
Open
3 of 4 tasks

[packer-images] track Linux base images with updatecli #4365

dduportal opened this issue Oct 24, 2024 · 3 comments

Comments

@dduportal
Copy link
Contributor

dduportal commented Oct 24, 2024

Service(s)

Other

Summary

In packer images, we recently introduced a new YAML file in which we specify and pin the base images for our system: https://github.com/jenkins-infra/packer-images/blob/main/images-versions.yaml.

We want to cover all cloud providers with this file (AWS, Azure, Docker) for all OSes (Linux, Windows) and all versions/architectures.

AWS

Note for Windows: not implemented for AWS yet so not needed in this issue (see #4318)

Azure

Docker

Reproduction steps

No response

@dduportal dduportal added the triage Incoming issues that need review label Oct 24, 2024
@dduportal dduportal added this to the infra-team-sync-2024-10-29 milestone Oct 24, 2024
@dduportal dduportal added packer updatecli and removed triage Incoming issues that need review labels Oct 24, 2024
@dduportal
Copy link
Contributor Author

@jayfranco999 works on the Linux AMi part

@jayfranco999
Copy link
Collaborator

Update:

jenkins-infra/packer-images#1475 and jenkins-infra/packer-images#1476
tracks the aws AMI ids for ubuntu_22.04, the solution works when tested locally but fails tests on infra.ci since we need an IAM user for updatecli.

Converted both PRs to draft until IAM updatecli user is created.

@jayfranco999
Copy link
Collaborator

jayfranco999 commented Oct 28, 2024

Update:

jenkins-infra/kubernetes-management#5837 and jenkins-infra/packer-images#1482 have been merged which adds the aws credentials for the newly created IAM user updatecli on infra.ci

jenkins-infra/packer-images#1475 and jenkins-infra/packer-images#1476 tracks the aws AMI ids for ubuntu_22.04 for both AMD64 and ARM64 respectively.

All checks have passed for tracking AWS ubuntu_22.04 AMI images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants