Skip to content

Commit

Permalink
add description for the image in misc
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed May 12, 2024
1 parent e7ce49c commit 80339a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/misc_operations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def self.add_lantern_doctor_to_all
def self.create_image(lantern_version: "0.2.7", extras_version: "0.1.5", minor_version: "1", vm: nil)
gcp_api = Hosting::GcpApis.new
name = "ubuntu-lantern-#{lantern_version.tr(".", "-")}-extras-#{extras_version.tr(".", "-")}-minor-#{minor_version}"
description = "Time: #{Time.new}, Lantern - #{lantern_version}, Extras - #{extras_version}, Minor - #{minor_version}"
container_image = "#{Config.gcr_image}:lantern-#{lantern_version}-extras-#{extras_version}-minor-#{minor_version}"

if vm.nil?
Expand Down

0 comments on commit 80339a1

Please sign in to comment.