Skip to content

Commit

Permalink
docker: Move all Dockerfiles in a contained directory (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 authored Aug 17, 2022
1 parent dd9b420 commit 5634df7
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/segmented
/hls
/hls2
docker/
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
build-args: |
version=${{ github.ref_type == 'tag' && github.ref_name || github.sha }}
tags: ${{ steps.meta.outputs.tags }}
file: ${{ matrix.arrays.file }}
file: 'docker/${{ matrix.arrays.file }}'
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 2 additions & 7 deletions Dockerfile.orch-tester → docker/Dockerfile.orch-tester
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
FROM golang:1.16-stretch as builder

ENV PKG_CONFIG_PATH /root/compiled/lib/pkgconfig
FROM livepeerci/build as builder

RUN apt update \
&& apt install -y wget tar build-essential pkg-config autoconf gnutls-dev git curl

RUN curl -s https://raw.githubusercontent.com/livepeer/go-livepeer/5da8ff8e521c15e5828fb9dfa619daf91a091fd0/install_ffmpeg.sh \
| bash -
&& apt install -yqq wget tar

WORKDIR /root

Expand Down
File renamed without changes.

0 comments on commit 5634df7

Please sign in to comment.