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

fix(gce): Hardcode last published version of Trusty base image, add d… #471

Merged
merged 1 commit into from
Dec 2, 2019
Merged
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
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