Os pacotes ainda estão disponíveis, mas apenas para a arquitetura amd64:
$ curl -s https://search.apps.ubuntu.com/api/v1/search?q=docker | jq ._embedded
{
"clickindex:package": [
{
"publisher": "Kevin Glavin",
"name": "com.ubuntu.developer.archen.swarm",
"title": "Docker Swarm",
"icon_url": "https://myapps.developer.ubuntu.com/site_media/appmedia/2014/12/swarm.png",
"price": 0,
"content": "application",
"ratings_average": 0,
"version": "0.0.1",
"_links": {
"self": {
"href": "https://search.apps.ubuntu.com/api/v1/package/com.ubuntu.developer.archen.swarm"
}
},
"architecture": [
"amd64"
],
"prices": {}
},
{
"publisher": "Canonical",
"name": "com.ubuntu.snappy.owncloud",
"title": "Owncloud 7.0.3 for snappy",
"icon_url": "https://myapps.developer.ubuntu.com/site_media/appmedia/2014/11/th.png",
"price": 0,
"content": "application",
"ratings_average": 0,
"version": "7.0.3.008",
"_links": {
"self": {
"href": "https://search.apps.ubuntu.com/api/v1/package/com.ubuntu.snappy.owncloud"
}
},
"architecture": [
"amd64"
],
"prices": {}
},
{
"publisher": "Canonical",
"name": "com.ubuntu.snappy.docker",
"title": "The docker app deployment mechanism",
"icon_url": "https://myapps.developer.ubuntu.com/site_media/appmedia/2014/11/docker.png",
"price": 0,
"content": "application",
"ratings_average": 0,
"version": "1.3.3.001",
"_links": {
"self": {
"href": "https://search.apps.ubuntu.com/api/v1/package/com.ubuntu.snappy.docker"
}
},
"architecture": [
"amd64"
],
"prices": {}
}
]
}