Skip to content

Commit

Permalink
remove the tag on the ubuntu docker image
Browse files Browse the repository at this point in the history
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]

Signed-off-by: Ming Xiao <ming.xiao@broadcom.com>
  • Loading branch information
rajathagasthya authored and aramprice committed Jul 30, 2024
1 parent 9cd8a16 commit ffed4d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
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"

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

inputs:
- name: bosh-src
Expand Down

0 comments on commit ffed4d6

Please sign in to comment.