summaryrefslogtreecommitdiff
path: root/ci/elixir-1.13.4-otp-25
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-11-12 14:33:30 +0400
committerLain Soykaf <lain@lain.com>2024-11-12 14:33:30 +0400
commit2baa9b007221a654dbfe2aad9353e5815f9d1ddb (patch)
treee7c655020bad9a6173a532d8aa76ff956b54f720 /ci/elixir-1.13.4-otp-25
parent23e5eed4e0e61ea65bd895bee7d8a137fccf3307 (diff)
parent6099a94dbc26c9f86e340769af34c7b28725d831 (diff)
downloadpleroma-2baa9b007221a654dbfe2aad9353e5815f9d1ddb.tar.gz
pleroma-2baa9b007221a654dbfe2aad9353e5815f9d1ddb.zip
Merge branch 'develop' into pleroma-token-view-scopes
Diffstat (limited to 'ci/elixir-1.13.4-otp-25')
-rw-r--r--ci/elixir-1.13.4-otp-25/Dockerfile8
-rwxr-xr-xci/elixir-1.13.4-otp-25/build_and_push.sh1
2 files changed, 0 insertions, 9 deletions
diff --git a/ci/elixir-1.13.4-otp-25/Dockerfile b/ci/elixir-1.13.4-otp-25/Dockerfile
deleted file mode 100644
index 25a1639e8..000000000
--- a/ci/elixir-1.13.4-otp-25/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-FROM elixir:1.13.4-otp-25
-
-# Single RUN statement, otherwise intermediate images are created
-# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
-RUN apt-get update &&\
- apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
- mix local.hex --force &&\
- mix local.rebar --force
diff --git a/ci/elixir-1.13.4-otp-25/build_and_push.sh b/ci/elixir-1.13.4-otp-25/build_and_push.sh
deleted file mode 100755
index b8ca1d24d..000000000
--- a/ci/elixir-1.13.4-otp-25/build_and_push.sh
+++ /dev/null
@@ -1 +0,0 @@
-docker buildx build --platform linux/amd64,linux/arm64 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.13.4-otp-25 --push .