Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2b4561d

Browse files
authored
Move ARM support to runner (#1303)
* 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
1 parent558db8e commit2b4561d

File tree

3 files changed

+14
-24
lines changed

3 files changed

+14
-24
lines changed

‎_data/home-content.yml‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -254,17 +254,6 @@
254254
-title:Verify authenticity of Codefresh artifacts
255255
localurl:/docs/security/codefresh-signed-artifacts/
256256

257-
-title:"Incubation"
258-
icon:images/home-icons/plugins.svg
259-
url:""
260-
links:
261-
-title:Windows Containers Support
262-
localurl:/docs/incubation/windows/
263-
-title:Mac OSX and iOS builds
264-
localurl:/docs/incubation/osx-ios-builds/
265-
-title:ARM architecture Support
266-
localurl:/docs/incubation/arm-support
267-
268257
-title:"Knowledge Base"
269258
icon:images/home-icons/knowledge-base.svg
270259
url:""

‎_data/nav.yml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,8 @@
592592
url:"/runner-architecture"
593593
-title:Runner installation for pipelines
594594
url:"/install-codefresh-runner"
595+
-title:ARM support
596+
url:"/arm-support"
595597
-title:Runner installation behind firewalls
596598
url:"/behind-the-firewall"
597599
-title:GitOps Runtimes
@@ -746,9 +748,6 @@
746748
-title:Windows Container Support Overview
747749
url:"/windows"
748750
-title:Mac OSX and iOS builds
749-
url:"/osx-ios-builds"
750-
-title:ARM architecture support
751-
url:"/arm-support"
752751

753752
-title:Knowledge Base
754753
url:"/kb"

‎_docs/incubation/arm-support.md‎renamed to ‎_docs/installation/runner/arm-support.md‎

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
---
2-
title:"ARMSupport"
2+
title:"ARMsupport"
33
description:"Use Docker containers on ARM architecture"
44
group:incubation
55
redirect_from:
66
-/docs/incubation/arm-support/
77
toc:true
88
---
99

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.
1212

1313
##Enabling ARM support
1414

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
1618

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).
1820

1921
##Using ARM builders in Codefresh
2022

@@ -29,7 +31,8 @@ Just read the Codefresh documentation:
2931
*[On demand environments]({{site.baseurl}}/docs/quick-start/ci-quick-start/on-demand-environments/)
3032

3133

32-
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.
3336

3437
Most popular Docker images (i.e., Alpine) already offer ARM support so all your builds should work right away.
3538

@@ -43,7 +46,7 @@ caption="Checking for ARM images in Dockerhub"
4346
max-width="60%"
4447
%}
4548

46-
Dockerhub hasa lot of public images that are offered in multiple architectures.
49+
Dockerhub hasmany public images that are offered in multiple architectures.
4750
You will get errors only if you use a less popular image that has no ARM support.
4851

4952

@@ -100,7 +103,7 @@ caption="Running Unit tests"
100103
max-width="60%"
101104
%}
102105

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):
104107

105108
{% include
106109
image.html
@@ -127,6 +130,5 @@ max-width="60%"
127130
In summary, the workflow for ARM images is exactly the same as the usual Linux/x86 images.
128131

129132
##Related articles
130-
[Windows container support]({{site.baseurl}}/docs/incubation/windows-beta/)
131-
[macOS and iOS builds]({{site.baseurl}}/docs/incubation/osx-ios-builds/)
133+
[Codefresh Runner installation]({{site.baseurl}}/docs/installation/runner/install-codefresh-runner/)
132134

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp