Skip to content

Commit

Permalink
Change the image of apps/dokku VM to Ubuntu 22.04; deployed manually.
Browse files Browse the repository at this point in the history
Ref: #196
  • Loading branch information
sanjaysrikakulam committed May 7, 2024
1 parent 2399eab commit 589cc31
Show file tree
Hide file tree
Showing 3 changed files with 22,551 additions and 22,497 deletions.
2 changes: 1 addition & 1 deletion instance_core_dokku.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "openstack_compute_instance_v2" "dokku" {
name = "apps.galaxyproject.eu"
image_name = "apps_15_4_2024"
image_name = "Ubuntu 22.04"
flavor_name = "m1.xlarge"
key_pair = "cloud2"
security_groups = ["egress", "public-ssh", "public-ping", "public-web2"]
Expand Down
Loading

0 comments on commit 589cc31

Please sign in to comment.