Skip to content

Commit

Permalink
add new apps
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Jan 24, 2025
1 parent 3e25538 commit 3f098a3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions add_apps.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"name": "trafficserver",
"trademark": "ApacheTrafficServer",
"name": "nomad",
"trademark": "Nomad",
"release": false,
"fork_url": "",
"version_from": "https://hub.docker.com/r/trafficserver/trafficserver/tags",
"fork_url": "https://github.com/hashicorp/nomad",
"version_from": "https://hub.docker.com/r/hashicorp/nomad/tags",
"edition": [
{
"dist": "community",
Expand All @@ -17,15 +17,15 @@
"cpu": "2",
"memory": "4",
"disk": "10",
"url": "https://trafficserver.apache.org"
"url": "https://www.hashicorp.com/products/nomad"
}
},
{
"name": "squid",
"trademark": "Squid",
"name": "k0s",
"trademark": "k0s",
"release": false,
"fork_url": "https://github.com/squid-cache/squid",
"version_from": "https://hub.docker.com/r/ubuntu/squid/tags",
"fork_url": "https://github.com/k0sproject/k0s",
"version_from": "https://hub.docker.com/r/k0sproject/k0s/tags",
"edition": [
{
"dist": "community",
Expand All @@ -38,7 +38,7 @@
"cpu": "2",
"memory": "4",
"disk": "10",
"url": "https://www.squid-cache.org"
"url": "https://k0sproject.io"
}
}
]

0 comments on commit 3f098a3

Please sign in to comment.