feat: switch to latest versions
This commit is contained in:
@@ -3,14 +3,14 @@
|
|||||||
"templates": [
|
"templates": [
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "Confluence 8.1",
|
"title": "Confluence Latest",
|
||||||
"description": "Installs Confluence 8.1 with OpenJDK",
|
"description": "Installs Latest Confluence",
|
||||||
"logo": "https://cdn.icon-icons.com/icons2/2429/PNG/512/confluence_logo_icon_147305.png",
|
"logo": "https://cdn.icon-icons.com/icons2/2429/PNG/512/confluence_logo_icon_147305.png",
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"name": "confluence",
|
"name": "confluence",
|
||||||
"hostname": "confluence",
|
"hostname": "confluence",
|
||||||
"categories": ["wiki", "atlassian", "confluence"],
|
"categories": ["wiki", "atlassian", "confluence"],
|
||||||
"image": "atlassian/confluence:8.1",
|
"image": "atlassian/confluence-server:latest",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/var/atlassian/application-data/confluence"
|
"container": "/var/atlassian/application-data/confluence"
|
||||||
@@ -118,14 +118,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"title": "Jira 9",
|
"title": "Jira Latest",
|
||||||
"description": "Installs Jira 9",
|
"description": "Installs Latest Jira",
|
||||||
"logo": "https://wac-cdn.atlassian.com/dam/jcr:88902887-3bc9-48f4-b428-39ef6b0b280d/Jira%20Core-icon-blue.svg?cdnVersion=693",
|
"logo": "https://wac-cdn.atlassian.com/dam/jcr:88902887-3bc9-48f4-b428-39ef6b0b280d/Jira%20Core-icon-blue.svg?cdnVersion=693",
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"name": "jira",
|
"name": "jira",
|
||||||
"hostname": "jira",
|
"hostname": "jira",
|
||||||
"categories": ["project-management", "atlassian", "jira"],
|
"categories": ["project-management", "atlassian", "jira"],
|
||||||
"image": "atlassian/jira-core:9.7",
|
"image": "atlassian/jira-software:latest",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"container": "/var/atlassian/jira"
|
"container": "/var/atlassian/jira"
|
||||||
|
|||||||
Reference in New Issue
Block a user