magnum/dockerfiles/heat-container-agent
Xinliang Liu 36cb39110a Fix heat-container-agent image building error on arm64
Fix bellow building error on arm64.
----------
  build/temp.linux-aarch64-3.8/_openssl.c:498:10: fatal error: openssl/opensslv.h: No such file or directory
    498 | #include <openssl/opensslv.h>
        |          ^~~~~~~~~~~~~~~~~~~~
  compilation terminated.
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for cryptography
  Running setup.py clean for cryptography
  Failed to build cryptography
  ERROR: Could not build wheels for cryptography
  which use PEP 517 and cannot be installed directly
----------

Additionally, add an ARCH ARG to pass other architecure value when
building image.
E.g: $ docker build --build-arg ARCH=`uname -m` -t TAGNAME .

task: 37823
story: 2007026

Change-Id: I7f62b882fa812beb74e38bbc5916d9df5afbd481
2019-12-17 07:34:04 +00:00
..
scripts heat-agent: Check if scripts exists 2019-10-23 09:57:44 +02:00
Dockerfile Fix heat-container-agent image building error on arm64 2019-12-17 07:34:04 +00:00
config.json.template Build images in the ci 2018-12-14 16:56:40 +01:00
launch Fix heat-container-agent by setting LC_ALL=C 2019-08-22 08:02:46 +00:00
manifest.json Build images in the ci 2018-12-14 16:56:40 +01:00
service.template Fix kubernetes systemd service templates 2019-07-23 14:44:29 +00:00
tmpfiles.template Build images in the ci 2018-12-14 16:56:40 +01:00