We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
updatecli
Other
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.
amd64
arm64
build-jenkins-agent-ubuntu
Note for Windows: not implemented for AWS yet so not needed in this issue (see #4318)
latest
ubuntu:22.04@sha256:xxxxxxx
No response
The text was updated successfully, but these errors were encountered:
@jayfranco999 works on the Linux AMi part
Sorry, something went wrong.
images-versions.yaml
ubuntu 22.04 AMD64
ubuntu 22.04 ARM64
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.
ubuntu_22.04
Converted both PRs to draft until IAM updatecli user is created.
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.
AMD64
ARM64
All checks have passed for tracking AWS ubuntu_22.04 AMI images
jayfranco999
No branches or pull requests
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: