Skip to content

Commit

Permalink
Cleanup unused Dockerfile entries (#13327)
Browse files Browse the repository at this point in the history
These files are currently unused and are referencing really old version
often that can't even build anymore these days.

Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink authored Jun 16, 2023
1 parent 24d24bb commit 4af5ef7
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 416 deletions.
65 changes: 0 additions & 65 deletions docker/bootstrap/Dockerfile.mysql57-arm64v8

This file was deleted.

8 changes: 3 additions & 5 deletions docker/bootstrap/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ fi
chmod -R o=rx *;

arch=$(uname -m)
[ "$arch" == "aarch64" ] && [ $flavor != "common" ] && arch_ext='-arm64v8'


base_image="${base_image:-vitess/bootstrap:$version-common}"
image="${image:-vitess/bootstrap:$version-$flavor$arch_ext}"
image="${image:-vitess/bootstrap:$version-$flavor}"

while [ $# -gt 0 ]; do
if [[ $1 == *"--"* ]]; then
Expand All @@ -61,6 +59,6 @@ while [ $# -gt 0 ]; do
shift
done

if [ -f "docker/bootstrap/Dockerfile.$flavor$arch_ext" ]; then
docker build --no-cache -f docker/bootstrap/Dockerfile.$flavor$arch_ext -t $image --build-arg bootstrap_version=$version --build-arg image=$base_image .
if [ -f "docker/bootstrap/Dockerfile.$flavor" ]; then
docker build --no-cache -f docker/bootstrap/Dockerfile.$flavor -t $image --build-arg bootstrap_version=$version --build-arg image=$base_image .
fi
38 changes: 0 additions & 38 deletions docker/k8s/orchestrator/Dockerfile

This file was deleted.

35 changes: 0 additions & 35 deletions docker/k8s/pmm-client/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions docker/mini/orchestrator-up.sh

This file was deleted.

65 changes: 0 additions & 65 deletions docker/mini/orchestrator-vitess-mini.conf.json

This file was deleted.

38 changes: 0 additions & 38 deletions docker/orchestrator/Dockerfile

This file was deleted.

37 changes: 0 additions & 37 deletions docker/orchestrator/build.sh

This file was deleted.

Loading

0 comments on commit 4af5ef7

Please sign in to comment.