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

remove the tag on the ubuntu docker image #2539

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/tasks/prepare-container-bosh-docker-build-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ image_resource:
type: docker-image
source:
repository: ubuntu
tag: "14.04"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will always pull the latest version of ubuntu, noble atm. Is that ok?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the ubuntu docker image used in other task use latest: https://github.com/cloudfoundry/bosh/blob/main/ci/pipeline.yml#L1427

The bash script this file runs only uses cp and mkdir

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also the 14.04 line is trusty which is older than the now out of support xenial


inputs:
- name: bosh-src
Expand Down
1 change: 0 additions & 1 deletion ci/tasks/prepare-container-docker-cpi-build-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ image_resource:
type: docker-image
source:
repository: ubuntu
tag: xenial

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will always pull the latest version of ubuntu, noble atm. Is that ok?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, the ubuntu docker image used in other task use latest: https://github.com/cloudfoundry/bosh/blob/main/ci/pipeline.yml#L1427

The bash script this file runs only uses cp and mkdir


inputs:
- name: bosh-src
Expand Down