logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 7e303600fb2914ab66fe54a8022ddc65ff93edf5
parent f00545d85bd601734cdbbc28454f33541dbf530d
Author: Mark Felder <feld@feld.me>
Date:   Wed, 18 Sep 2024 17:15:55 +0000

Remove old elixir 1.12 build image generation script

Diffstat:

Dci/elixir-1.12/Dockerfile8--------
Dci/elixir-1.12/build_and_push.sh1-
2 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/ci/elixir-1.12/Dockerfile b/ci/elixir-1.12/Dockerfile @@ -1,8 +0,0 @@ -FROM elixir:1.12.3 - -# 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.12/build_and_push.sh b/ci/elixir-1.12/build_and_push.sh @@ -1 +0,0 @@ -docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:elixir-1.12 --push .