From fe1858d964fc0eb87e125b31afaa48650614379d Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Thu, 31 Jan 2019 16:07:46 -0800 Subject: [PATCH] Removes IBM Z references to architecture-specific images doc. --- .../install/architecture-specific-images.md | 40 ++++--------------- 1 file changed, 8 insertions(+), 32 deletions(-) diff --git a/ee/ucp/admin/install/architecture-specific-images.md b/ee/ucp/admin/install/architecture-specific-images.md index f79cc97687..eba0d1c5c3 100644 --- a/ee/ucp/admin/install/architecture-specific-images.md +++ b/ee/ucp/admin/install/architecture-specific-images.md @@ -1,48 +1,24 @@ --- title: Architecture-specific images description: Learn how to deploy Docker Universal Control Plane using images that are specific to particular hardware architectures. -keywords: UCP, Docker EE, image, IBM z, Windows +keywords: UCP, Docker EE, image, Windows --- Docker Universal Control Plane deploys images for a number of different -hardware architectures, including IBM z systems. Some architectures require -pulling images that have specific tags or names indicating the target +hardware architectures. Some architectures require +pulling images with specific tags or names indicating the target architecture. -## Tag for IBM z Systems - -Append the string `-s390x` to a UCP system image tag to pull the appropriate -image for IBM z Systems. For example, you can modify the CLI command for getting -a [UCP support dump](..\..\get-support.md) to use an environment variable -that indicates the current architecture: - -```bash -{% raw %} -[[ $(docker info --format='{{.Architecture}}') == s390x ]] && export _ARCH='-s390x' || export _ARCH='' -{% endraw %} - -docker container run --rm \ - --name ucp \ - -v /var/run/docker.sock:/var/run/docker.sock \ - --log-driver none \ - {{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }}${_ARCH} \ - support > \ - docker-support-${HOSTNAME}-$(date +%Y%m%d-%H_%M_%S).tgz -``` - -In this example, the environment variable is named `_ARCH`, but you can use any -valid shell name. - ## OS-specific component names Some UCP component names depend on the node's operating system. Use the following table to ensure that you're pulling the right images for each node. -| UCP component base name | Windows name | IBM z Systems name | -|-------------------------|----------------|--------------------| -| ucp-agent | ucp-agent-win | ucp-agent-s390x | -| ucp-dsinfo | ucp-dsinfo-win | ucp-dsinfo-s390x | +| UCP component base name | Windows name | +|-------------------------|----------------| +| ucp-agent | ucp-agent-win | +| ucp-dsinfo | ucp-dsinfo-win | ## Where to go next -- [Join nodes to your cluster](../configure/join-nodes.md) \ No newline at end of file +- [Join nodes to your cluster](../configure/join-nodes.md)