From 91370898957a78f925045c5837fb27f8bcde2eb8 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 28 Sep 2022 17:42:57 -0500 Subject: [PATCH] CI Docker: remove README, adapt build_and_push.sh --- ci/README | 12 ------------ ci/build_and_push.sh | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 ci/README diff --git a/ci/README b/ci/README deleted file mode 100644 index 3785adef1e..0000000000 --- a/ci/README +++ /dev/null @@ -1,12 +0,0 @@ -## Dependencies - -Assuming an AMD64 Alpine system, you're going to need the following packages -- `qemu qemu-openrc qemu-arm qemu-aarch64` for binfmt -- `docker-cli-buildx` for building the images - -## Setting up - -``` -docker login git.pleroma.social:5050 -doas rc-service qemu-binfmt start -``` diff --git a/ci/build_and_push.sh b/ci/build_and_push.sh index 484cc2643b..d0adca698e 100755 --- a/ci/build_and_push.sh +++ b/ci/build_and_push.sh @@ -1 +1 @@ -docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:latest --push . +docker build -t gitlab.com/soapbox-pub/rebased/ci:latest --push .