Make local build script spin up a temporary registry

This commit is contained in:
BtbN
2022-08-02 20:37:17 +02:00
parent ab020724b4
commit fcc7e6d9fb
7 changed files with 24 additions and 11 deletions

View File

@ -1,5 +1,5 @@
ARG GH_REPO=btbn/ffmpeg-builds
FROM ghcr.io/$GH_REPO/base:latest
ARG GH_REPO=ghcr.io/btbn/ffmpeg-builds
FROM $GH_REPO/base:latest
RUN --mount=src=ct-ng-config,dst=/.config \
git clone --filter=blob:none https://github.com/crosstool-ng/crosstool-ng.git /ct-ng && cd /ct-ng && \