File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ FROM alpine
2+ COPY --from=mwader/static-ffmpeg:7.0.2 /ff* /
3+ ENTRYPOINT cp /ff* /out
Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ jobs:
2323 - name : Checkout code changes
2424 uses : actions/checkout@v4
2525
26- # bump: ffmpeg-ci /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
2726 - name : Setup FFmpeg
2827 shell : bash
2928 run : |
30- docker run --rm -v "$PWD:/out" $(echo -e 'FROM alpine\nCOPY --from=mwader/static-ffmpeg:7.0.2 /ff* /\nENTRYPOINT cp /ff* /out' | docker build --experimental -q - )
29+ docker run --rm -v "$PWD:/out" -it $( docker build -q .github/workflows/FFmpeg.dockerfile )
3130 echo "$PWD" >> "$GITHUB_PATH"
3231
3332 - name : Setup Java
Original file line number Diff line number Diff line change 1- .github/workflows/unit-test.yml
1+ ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
2+ qodana /qodana-jvm:([\d.]+)/ docker:jetbrains/qodana-jvm|/^[\d]{4}\.\d+$/|sort
3+
4+ .github/workflows/FFmpeg.dockerfile
25Dockerfile
36qodana.yaml
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ RUN ./gradlew runtime
2323
2424FROM alpine AS bot
2525
26- # bump: ffmpeg /static-ffmpeg:([\d.]+)/ docker:mwader/static-ffmpeg|~7.0
2726COPY --from=mwader/static-ffmpeg:7.0.2 /ffmpeg /usr/local/bin/
2827ENV FFMPEG_PATH=/usr/local/bin/ffmpeg
2928
Original file line number Diff line number Diff line change 33 name : qodana.recommended
44include :
55 - name : VulnerableLibrariesGlobal
6- # bump: qodana /qodana-jvm:([\d.]+)/ docker:jetbrains/qodana-jvm|/^[\d]{4}\.\d+$/|sort
76linter : jetbrains/qodana-jvm:2025.1
87projectJDK : zulu-24
You can’t perform that action at this time.
0 commit comments