From f0bde979b9507c7514bac4d88c7aa4f5072ffa0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Gonz=C3=A1lez=20Barbosa?= Date: Tue, 14 Jul 2020 11:22:24 +0200 Subject: [PATCH] Feature/multiarch (#119) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove old dockerfiles to avoid confusion * Moving Dockerfiles to scripts directory * Add newline between badges and table of contents * Updating Makefile to output 'subspace' - Updating .gitignore for this too * remove '-linux-amd64' from binary name * Better layer caching and call 'make build' * reduce layer size by removing apt cache * Updating for new web/cmd directories * Call make build in Dockerfile * Fixing bindata removal * ADD: Multiple tags * Update multi-arch-manifest.yaml * Move all CI files to same folder Co-authored-by: Adrián González Barbosa Co-authored-by: jack1902 <39212456+jack1902@users.noreply.github.com> --- {hooks => scripts/dockerfiles/hooks}/post_push | 0 {hooks => scripts/dockerfiles/hooks}/pre_build | 0 .../dockerfiles/multi-arch-manifest.yaml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {hooks => scripts/dockerfiles/hooks}/post_push (100%) rename {hooks => scripts/dockerfiles/hooks}/pre_build (100%) rename multi-arch-manifest.yaml => scripts/dockerfiles/multi-arch-manifest.yaml (100%) diff --git a/hooks/post_push b/scripts/dockerfiles/hooks/post_push similarity index 100% rename from hooks/post_push rename to scripts/dockerfiles/hooks/post_push diff --git a/hooks/pre_build b/scripts/dockerfiles/hooks/pre_build similarity index 100% rename from hooks/pre_build rename to scripts/dockerfiles/hooks/pre_build diff --git a/multi-arch-manifest.yaml b/scripts/dockerfiles/multi-arch-manifest.yaml similarity index 100% rename from multi-arch-manifest.yaml rename to scripts/dockerfiles/multi-arch-manifest.yaml