Skip to content

Commit

Permalink
fix(gce): Remove Trusty GCE image in halconfig/images.yml, add Bionic (
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Dec 2, 2019
1 parent 16f6c06 commit ac8c066
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions halconfig/images.yml
Expand Up @@ -198,14 +198,6 @@ docker:
google:
bakeryDefaults:
baseImages:
- baseImage:
id: trusty
shortDescription: v14.04
detailedDescription: Ubuntu Trusty Tahr v14.04
packageType: deb
isImageFamily: true
virtualizationSettings:
sourceImageFamily: ubuntu-1404-lts
- baseImage:
id: xenial
shortDescription: v16.04
Expand All @@ -214,3 +206,11 @@ google:
isImageFamily: true
virtualizationSettings:
sourceImageFamily: ubuntu-1604-lts
- baseImage:
id: bionic
shortDescription: v18.04
detailedDescription: Ubuntu Bionic Beaver v18.04
packageType: deb
isImageFamily: true
virtualizationSettings:
sourceImageFamily: ubuntu-1804-lts

0 comments on commit ac8c066

Please sign in to comment.