X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Fuse_cases%2Fseba_on_arm%2Fdocker%2Fbuild%2Fcord-tester%2Fbuild-cord-tester.x86;fp=src%2Fuse_cases%2Fseba_on_arm%2Fdocker%2Fbuild%2Fcord-tester%2Fbuild-cord-tester.x86;h=506e1c5942dd8de974db03b2a22f0fcb248213a4;hb=36b0272798b09b5367b3e55c18480057416e8ed2;hp=0000000000000000000000000000000000000000;hpb=c4fa656f54f0e27c323e8572542d1133b6591a87;p=iec.git diff --git a/src/use_cases/seba_on_arm/docker/build/cord-tester/build-cord-tester.x86 b/src/use_cases/seba_on_arm/docker/build/cord-tester/build-cord-tester.x86 new file mode 100755 index 0000000..506e1c5 --- /dev/null +++ b/src/use_cases/seba_on_arm/docker/build/cord-tester/build-cord-tester.x86 @@ -0,0 +1,19 @@ +#!/usr/bin/env bash +############################################################################## +# Copyright (c) 2020 ENEA and others. +# valentin.radulescu@enea.com +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + + +# This script builds the cord-tester multi-arch docker image. +# The main purpose of this image is to run the cord-tester tests, i.e. SIAB. +# The existing image in iecedge/cord-tester:arm64 also contains the amd64 +# version and specifies a manifest for proper multi-arch. +set -o errexit +set -o xtrace + +docker build -f Dockerfile.cord-tester -t iecedge/cord-tester:cord-7.0-amd64 .