Browse Source

Remove the arm32 version and update arm64 to use the versions that works with arm64 builds. (#225)

Robert Middleswarth 3 years ago
parent
commit
33633d8790

+ 0 - 27
pi-hosted_template/template/portainer-v2.json

@@ -3701,33 +3701,6 @@
 				}
 			]
 		},
-		{
-			"categories": [
-				"Email",
-				"Productivity",
-				"Tools",
-				"Other"
-			],
-			"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
-			"image": "shenxn/protonmail-bridge:latest",
-			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/protonmail-bridge.png",
-			"name": "protonmail-bridge",
-			"note": "Please refer to the documentation \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.",
-			"platform": "linux",
-			"ports": [
-				"143:143/tcp",
-				"25:25/tcp"
-			],
-			"restart_policy": "unless-stopped",
-			"title": "ProtonMail Bridge",
-			"type": 1,
-			"volumes": [
-				{
-					"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
-					"container": "/root"
-				}
-			]
-		},
 		{
 			"categories": [
 				"Cloud",

+ 0 - 27
template/portainer-v2-arm32.json

@@ -3701,33 +3701,6 @@
 				}
 			]
 		},
-		{
-			"categories": [
-				"Email",
-				"Productivity",
-				"Tools",
-				"Other"
-			],
-			"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
-			"image": "shenxn/protonmail-bridge:latest",
-			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/protonmail-bridge.png",
-			"name": "protonmail-bridge",
-			"note": "Please refer to the documentation \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.",
-			"platform": "linux",
-			"ports": [
-				"143:143/tcp",
-				"25:25/tcp"
-			],
-			"restart_policy": "unless-stopped",
-			"title": "ProtonMail Bridge",
-			"type": 1,
-			"volumes": [
-				{
-					"bind": "/portainer/Files/AppData/ProtonMail-Bridge",
-					"container": "/root"
-				}
-			]
-		},
 		{
 			"categories": [
 				"Cloud",

+ 1 - 1
template/portainer-v2-arm64.json

@@ -3849,7 +3849,7 @@
 				"Other"
 			],
 			"description": "This is an unofficial Docker container of the ProtonMail Bridge. Some of the scripts are based on Hendrik Meyer's work.",
-			"image": "shenxn/protonmail-bridge:latest",
+			"image": "shenxn/protonmail-bridge:build",
 			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/protonmail-bridge.png",
 			"name": "protonmail-bridge",
 			"note": "Please refer to the documentation \u003ca href='https://hub.docker.com/r/shenxn/protonmail-bridge'/\u003ehere\u003c/a\u003e to set this up.",