magnum/dockerfiles
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
..
cluster-autoscaler Build cluster autoscaler container images 2019-10-16 08:05:23 +00:00
heat-container-agent Fix heat-container-agent image building error on arm64 2019-12-17 07:34:04 +00:00
helm-client k8s_fedora: Deploy tiller 2019-02-11 11:18:08 +01:00
kubernetes-apiserver heat-agent: Check if scripts exists 2019-10-23 09:57:44 +02:00
kubernetes-controller-manager heat-agent: Check if scripts exists 2019-10-23 09:57:44 +02:00
kubernetes-kubelet Use --containerized flag to support 1.{13,14,15}.x in Atomic 2019-11-21 20:45:55 +00:00
kubernetes-proxy Fix kubernetes systemd service templates 2019-07-23 14:44:29 +00:00
kubernetes-scheduler Fix kubernetes systemd service templates 2019-07-23 14:44:29 +00:00