This repository was archived by the owner on May 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- FROM docker.io/ubuntu:xenial
2+ FROM docker.io/debian:buster
33MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44
55RUN true \
@@ -29,4 +29,4 @@ ENV PULSE_SERVER /run/pulse/native
2929COPY src/entrypoint.sh /entrypoint.sh
3030ENTRYPOINT ["/entrypoint.sh"]
3131
32- CMD /bin/bash
32+ CMD /bin/bash
Original file line number Diff line number Diff line change 11
2- FROM docker.io/fedora:27
2+ FROM docker.io/fedora:29
33MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44
55RUN true \
Original file line number Diff line number Diff line change 11
2- FROM docker.io/debian:jessie
2+ FROM docker.io/ubuntu:19.04
33MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44
55RUN true \
@@ -29,4 +29,4 @@ ENV PULSE_SERVER /run/pulse/native
2929COPY src/entrypoint.sh /entrypoint.sh
3030ENTRYPOINT ["/entrypoint.sh"]
3131
32- CMD /bin/bash
32+ CMD /bin/bash
Original file line number Diff line number Diff line change 22
33cd ` dirname $0 `
44
5- TOBUILD=${1:- debian8 debian9 fedora27 fedora28 ubuntu16 .04 ubuntu18 .04}
5+ TOBUILD=${1:- debian9 debian10 fedora28 fedora29 ubuntu18 .04 ubuntu19 .04}
66BASE=docker.io/exaile/gst-python
77
88for i in ${TOBUILD} ; do
You can’t perform that action at this time.
0 commit comments