506e1c5942dd8de974db03b2a22f0fcb248213a4
[iec.git] / src / use_cases / seba_on_arm / docker / build / cord-tester / build-cord-tester.x86
1 #!/usr/bin/env bash
2 ##############################################################################
3 # Copyright (c) 2020 ENEA and others.
4 # valentin.radulescu@enea.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11
12 # This script builds the cord-tester multi-arch docker image.
13 # The main purpose of this image is to run the cord-tester tests, i.e. SIAB.
14 # The existing image in iecedge/cord-tester:arm64 also contains the amd64
15 # version and specifies a manifest for proper multi-arch.
16 set -o errexit
17 set -o xtrace
18
19 docker build -f Dockerfile.cord-tester -t iecedge/cord-tester:cord-7.0-amd64 .