-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
@jayfranco999 works on the Linux AMi part |
Update: jenkins-infra/packer-images#1475 and jenkins-infra/packer-images#1476 Converted both PRs to draft until IAM updatecli user is created. |
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 jenkins-infra/packer-images#1475 and jenkins-infra/packer-images#1476 tracks the aws AMI ids for All checks have passed for tracking AWS |
Update: jenkins-infra/packer-images#1507 now tracks and updates the latest The manifest works as intended on infra.ci
|
Update: jenkins-infra/packer-images#1507 and jenkins-infra/packer-images#1555 tracks the base ubuntu the manifest for tracking the latest AZ
Since all Linux (amd64 &arm64) base images for AWS, Azure, and Docker are tracked with updatecli; we can close this issue. |
LGTM! The PRs jenkins-infra/packer-images#1558 and jenkins-infra/packer-images#1556 were automatically opened, proving your work here is done! |
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
amd64
andarm64
in https://github.com/jenkins-infra/packer-images/blob/6f5b55030bdaf528c7b5326085f420409e570531/locals.pkr.hcl#L13-L18 and it's used by thebuild-jenkins-agent-ubuntu
file. However, we want to use https://github.com/jenkins-infra/packer-images/blob/6f5b55030bdaf528c7b5326085f420409e570531/images-versions.yaml#L13-L17 instead.updatecli
job in infra.ci for packer-images (might already be done)Note for Windows: not implemented for AWS yet so not needed in this issue (see #4318)
Azure
latest
Docker
ubuntu:22.04@sha256:xxxxxxx
Reproduction steps
No response
The text was updated successfully, but these errors were encountered: