cloudfoundry / bosh

Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services.
https://bosh.io
Apache License 2.0
2.03k stars 658 forks source link

remove the `tag` on the ubuntu docker image #2539

Closed mingxiao closed 2 months ago

mingxiao commented 2 months ago

These tags are outdated, xenial and trusty, are out of support. Implicity use latest, the tasks are using common commands like cp and mkdir

[#187900893]

What is this change about?

remove the tag on the ubuntu docker image

These tags are outdated, xenial and trusty, are out of support. Implicity use latest, the tasks are using common commands like cp and mkdir

Please provide contextual information.

Include any links to other PRs, stories, slack discussions, etc... that will help establish context.

What tests have you run against this PR?

None, these are pipeline changes.

How should this change be described in bosh release notes?

There is no impact on release notes, these are pipeline changes

Does this PR introduce a breaking change?

No

Tag your pair, your PM, and/or team!

@rajathagasthya

aramprice commented 2 months ago

thinking it's probably fine to float on ubuntu latest since apparently that points to LTS and we are expecting to produce a Noble stemcell ... soon™

The ubuntu:latest tag points to the "latest LTS", since that's the version recommended for general use. The ubuntu:rolling tag points to the latest release (regardless of LTS status). per: https://hub.docker.com/_/ubuntu/