docker: Fix aarch64 mysql docker build/push skip 02/1702/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 2 Oct 2019 12:25:41 +0000 (14:25 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 2 Oct 2019 13:10:42 +0000 (15:10 +0200)
commit96befacc890c4386d305678801d9ddd2f849a1da
treec5f8440b699159c1ab39d7aea0682f19d0c036bd
parent5c343748d39f78b47a89d941128ebb8767e6f94f
docker: Fix aarch64 mysql docker build/push skip

The previous attempt of skipping the mysql container image build on
aarch64 did not really work.

Rework our .push_image by adding a wrapper make target, push-image,
for each docker container.

Fixes: ffc875998692929c2e4c0881aec6b68c9f2fbab8

Change-Id: I1fe2d0ad05fda224db1991d07f46653f89b5a82b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
12 files changed:
docker/Makefile
docker/build.mk
docker/docker/Makefile
docker/hardware/Makefile
docker/helm/Makefile
docker/k8s/Makefile
docker/kube-conformance/Makefile
docker/mysql/Makefile
docker/openstack/Makefile
docker/os/Makefile
docker/sonobuoy-plugin-systemd-logs/Makefile
docker/ui/Makefile