Skip to content

Commit 3f098a3

Browse files
committed
add new apps
1 parent 3e25538 commit 3f098a3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

add_apps.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[
22
{
3-
"name": "trafficserver",
4-
"trademark": "ApacheTrafficServer",
3+
"name": "nomad",
4+
"trademark": "Nomad",
55
"release": false,
6-
"fork_url": "",
7-
"version_from": "https://hub.docker.com/r/trafficserver/trafficserver/tags",
6+
"fork_url": "https://github.com/hashicorp/nomad",
7+
"version_from": "https://hub.docker.com/r/hashicorp/nomad/tags",
88
"edition": [
99
{
1010
"dist": "community",
@@ -17,15 +17,15 @@
1717
"cpu": "2",
1818
"memory": "4",
1919
"disk": "10",
20-
"url": "https://trafficserver.apache.org"
20+
"url": "https://www.hashicorp.com/products/nomad"
2121
}
2222
},
2323
{
24-
"name": "squid",
25-
"trademark": "Squid",
24+
"name": "k0s",
25+
"trademark": "k0s",
2626
"release": false,
27-
"fork_url": "https://github.com/squid-cache/squid",
28-
"version_from": "https://hub.docker.com/r/ubuntu/squid/tags",
27+
"fork_url": "https://github.com/k0sproject/k0s",
28+
"version_from": "https://hub.docker.com/r/k0sproject/k0s/tags",
2929
"edition": [
3030
{
3131
"dist": "community",
@@ -38,7 +38,7 @@
3838
"cpu": "2",
3939
"memory": "4",
4040
"disk": "10",
41-
"url": "https://www.squid-cache.org"
41+
"url": "https://k0sproject.io"
4242
}
4343
}
4444
]

0 commit comments

Comments
 (0)