Update image

This commit is contained in:
Zhiwei Liang 2023-08-08 14:25:26 -04:00 committed by Megan Wilhite
parent 905f3d774d
commit 2cfc5c2fb4
3 changed files with 5 additions and 5 deletions

View file

@ -252,7 +252,7 @@ Official images are available under the ``linode`` namespace.
----------
linode:
----------
linode/alpine3.10:
linode/ubuntu22.04:
----------
created:
2019-06-20T17:17:11
@ -267,7 +267,7 @@ Official images are available under the ``linode`` namespace.
expiry:
None
id:
linode/alpine3.10
linode/ubuntu22.04
is_public:
True
label:

View file

@ -52,14 +52,14 @@ Set up a profile configuration in ``/etc/salt/cloud.profiles.d/``:
# a minimal configuration
provider: my-linode-provider
size: g6-standard-1
image: linode/alpine3.12
image: linode/ubuntu22.04
location: us-east
my-linode-profile-advanced:
# an advanced configuration
provider: my-linode-provider
size: g6-standard-3
image: linode/alpine3.10
image: linode/ubuntu22.04
location: eu-west
password: bogus123X
assign_private_ip: true

View file

@ -1,5 +1,5 @@
linode-test:
provider: linode-config
size: g6-standard-1
image: linode/alpine3.12
image: linode/ubuntu22.04
location: us-east