Skip to content

Commit

Permalink
fix(gce): Hardcode last published version of Trusty base image, add d…
Browse files Browse the repository at this point in the history
…eprecation language, and add Bionic as option (#471)
  • Loading branch information
Travis Tomsu committed Dec 2, 2019
1 parent 2f92d63 commit ba62976
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions rosco-web/config/rosco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,12 +399,13 @@ google:
# sourceImage: ubuntu-1404-trusty-v20170517
- baseImage:
id: trusty
shortDescription: v14.04
detailedDescription: Ubuntu Trusty Tahr v14.04
shortDescription: v14.04 - Deprecated
detailedDescription: Ubuntu Trusty Tahr v14.04 - Deprecated.
packageType: deb
isImageFamily: true
isImageFamily: false
virtualizationSettings:
sourceImageFamily: ubuntu-1404-lts
# Last published release of Trusty. Has been removed for 1.18 and above.
sourceImage: ubuntu-1404-trusty-v20191107
- baseImage:
id: xenial
shortDescription: v16.04
Expand All @@ -413,6 +414,14 @@ 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

swagger:
enabled: true
Expand Down

0 comments on commit ba62976

Please sign in to comment.