Open mathroc opened 6 years ago
docker run -ti fedora:latest /bin/bash
dnf update -y
dnf install golang -y
go get -u github.com/scaleway/scaleway-cli/cmd/scw
export PATH=$PATH:/root/go/bin
scw login
After entering your credentials you can run scw images
and you'll get a list like :
Fedora_Mini_28_25G latest 1db0f94e 4 months [ams1 par1] [x86_64]
Fedora_28 latest 49e33199 4 months [ams1 par1] [x86_64]
Ubuntu_Bionic latest 00894bb8 4 months [ams1 par1] [arm arm6
4 x86_64]
Ubuntu_Mini_Xenial_25G latest bc75c00b 4 months [ams1 par1] [x86_64]
Fedora_27 latest 81792c43 4 months [ams1 par1] [x86_64]
CentOS_7_4 latest 1f730d5d 4 months [ams1 par1] [x86_64]
Ubuntu_Zesty latest 10185e2a 14 months [ams1 par1] [arm arm6
4]
Debian_Stretch latest 0b3308b4 14 months [ams1 par1] [arm arm6
4 x86_64]
CentOS_7_3 latest 1398b772 14 months [ams1 par1] [arm64]
Ubuntu_Yakkety latest d53fafe4 22 months [ams1 par1] [arm]
Mattermost latest 42371bf7 2 years [ams1 par1] [x86_64]
Ubuntu_Xenial latest 0aea808f 2 years [ams1 par1] [arm arm6
4 x86_64]
Jenkins_Slave latest 181e1ed0 2 years [ams1 par1] [arm]
CentOS_7_2 latest 24d33e48 2 years [ams1 par1] [arm]
Golang latest 880194c8 2 years [ams1 par1] [arm arm6
4 x86_64]
Ruby latest 5b8c935b 2 years
Discourse latest 07eeeb6c 2 years [ams1 par1] [arm]
Torrents latest 209c2318 2 years [ams1 par1] [arm arm6
4 x86_64]
Java latest f3f69cca 2 years [ams1 par1] [arm arm6
4 x86_64]
ELK_stack latest 2ac56aca 2 years [ams1 par1] [arm]
Jenkins_Master latest 7e83060b 2 years [ams1 par1] [arm]
LEMP_stack latest fc6c58e0 2 years [ams1 par1] [arm arm6
4 x86_64]
Ghost latest 76921968 2 years [ams1 par1] [arm]
GitLab latest 95d65a33 2 years [ams1 par1] [x86_64]
Node_js latest af308511 2 years [ams1 par1] [arm arm6
4 x86_64]
Python latest 2642a982 2 years [ams1 par1] [arm x86_
64]
Pydio latest e982e06a 2 years [ams1 par1] [arm]
ownCloud latest c9c02a9c 2 years [ams1 par1] [arm x86_
64]
OpenVPN latest dfb80c97 2 years [ams1 par1] [arm arm6
4 x86_64]
Serendipity latest 7ec2fcf2 2 years [ams1 par1] [arm]
Syncthing latest 09672092 2 years [ams1 par1] [arm]
WordPress latest 85c3ca5c 2 years [ams1 par1] [arm arm6
4 x86_64]
Drupal latest 8e6bfaf4 2 years [ams1 par1] [arm]
Kanboard latest db6dbf80 2 years [ams1 par1] [arm]
Image_Builder latest 3fc393e9 2 years [ams1 par1] [arm]
Ruby_on_Rails latest 22571268 2 years [ams1 par1] [arm]
Redmine latest e0e29004 2 years [ams1 par1] [arm]
Minecraft latest 2b401358 2 years [ams1 par1] [arm]
PrestaShop latest 6c459ab1 2 years [ams1 par1] [arm arm6
4 x86_64]
Camlistore latest b3cd01ef 2 years [ams1 par1] [arm]
Etherpad latest 6fc832a1 2 years [ams1 par1] [arm]
Gogs latest 1b9e22e3 2 years [ams1 par1] [arm x86_
64]
Webmin latest 0faf919a 2 years [ams1 par1] [arm]
ZeroBin latest 6dcf8e3b 2 years [ams1 par1] [arm]
Redis latest 612174bf 2 years [ams1 par1] [arm]
Arch_Linux latest f7696517 2 years [ams1 par1] [x86_64]
Fedora latest a91aa71c 2 years [ams1 par1] [arm]
Gentoo latest f6db6d8e 2 years [ams1 par1] [arm]
openSUSE latest f2795e5e 2 years [ams1 par1] [arm]
Docker latest c59edf67 2 years [ams1 par1] [arm arm6
4 x86_64]
Debian_Sid latest fb8df1d8 2 years [ams1 par1] [arm arm6
4]
Debian_Wheezy latest fc3427e3 2 years [ams1 par1] [arm]
Debian_Jessie latest d3846a7b 2 years [ams1 par1] [arm arm6
4 x86_64]
Ubuntu_Precise latest b7283191 2 years [ams1 par1] [arm]
Ubuntu_Trusty latest bf7f0487 2 years [ams1 par1] [arm]
Ubuntu_Wily latest 5efadb7b 2 years [ams1 par1] [arm]
Alpine_Linux latest be2293b6 2 years [ams1 par1] [x86_64]
I had more "success" using image id instead of the name
Hi,
it's not easy to figure out which image name is available and which ones are working when creating a new machine
when using
ubuntu-xenial
:when using
ubuntu-bionic
there's an error becausesudo
is not foundbut it worked with
debian-stretched
I think the issue with ubuntu-xenial should be fixed and maybe a documentation about the available images be written (with indication on where to report bugs)