You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
* Move ARM support to runnerMoved ARM support article from Incubation to Runner bucket* Update nav.yml* Update arm-support.md* Remov incubation from home nav
Copy file name to clipboardExpand all lines: _docs/installation/runner/arm-support.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,22 @@
1
1
---
2
-
title:"ARMSupport"
2
+
title:"ARMsupport"
3
3
description:"Use Docker containers on ARM architecture"
4
4
group:incubation
5
5
redirect_from:
6
6
-/docs/incubation/arm-support/
7
7
toc:true
8
8
---
9
9
10
-
Codefreshis offering initial support forbuilding Docker images fortheARM architecture.ARM support
11
-
is only available to Enterprise customers.
10
+
Codefreshsupportsbuilding Docker images for ARM architecture.
11
+
ARM supportis only available to Enterprise customers.
12
12
13
13
##Enabling ARM support
14
14
15
-
To run ARM pipelines in Codefresh,[open a free account]({{site.baseurl}}/docs/administration/account-user-management/create-codefresh-account/) and then[contact sales](https://codefresh.io/contact-us/){:target="\_blank"} in order to enable ARM support.
15
+
To run ARM pipelines in Codefresh:
16
+
*[Open a free account]({{site.baseurl}}/docs/administration/account-user-management/create-codefresh-account/)
17
+
*[Contact sales](https://codefresh.io/contact-us/){:target="\_blank"} to enable ARM support
16
18
17
-
Once approved, you will get access to a new runtime environment installed on an ARM cluster.This means that you will be able to run both ARM and Linux/x86 builds from the same Codefresh account by choosing the appropriate[pipeline settings]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-settings).
19
+
Once approved, you will get access to a new runtime environment installed on an ARM cluster.You can run both ARM and Linux/x86 builds from the same Codefresh account by choosing the appropriate[pipeline settings]({{site.baseurl}}/docs/pipelines/pipelines/#pipeline-settings).
18
20
19
21
##Using ARM builders in Codefresh
20
22
@@ -29,7 +31,8 @@ Just read the Codefresh documentation:
The only important thing to notice is to make sure that the base Docker images you use are ARM-compiled.
34
+
>**NOTE**
35
+
Make sure that the base Docker images you use are ARM-compiled.
33
36
34
37
Most popular Docker images (i.e., Alpine) already offer ARM support so all your builds should work right away.
35
38
@@ -43,7 +46,7 @@ caption="Checking for ARM images in Dockerhub"
43
46
max-width="60%"
44
47
%}
45
48
46
-
Dockerhub hasa lot of public images that are offered in multiple architectures.
49
+
Dockerhub hasmany public images that are offered in multiple architectures.
47
50
You will get errors only if you use a less popular image that has no ARM support.
48
51
49
52
@@ -100,7 +103,7 @@ caption="Running Unit tests"
100
103
max-width="60%"
101
104
%}
102
105
103
-
Once the pipelineis finished you will see the Docker image stored in the[default Docker Registry]({{site.baseurl}}/docs/docker-registries/external-docker-registries/#the-default-registry):
106
+
Once the pipelinecompletes execution, you will see the Docker image stored in the[default Docker Registry]({{site.baseurl}}/docs/docker-registries/external-docker-registries/#the-default-registry):
104
107
105
108
{% include
106
109
image.html
@@ -127,6 +130,5 @@ max-width="60%"
127
130
In summary, the workflow for ARM images is exactly the same as the usual Linux/x86 images.