Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit 105037a

Browse files
authored
Merge pull request #10 from genodeftest/update-fedora
Fedora: Update to 31, drop 29 and 30
2 parents 4f2f2c4 + 5e0afc9 commit 105037a

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

Dockerfile.fedora30

Lines changed: 0 additions & 29 deletions
This file was deleted.

Dockerfile.fedora29 renamed to Dockerfile.fedora31

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM docker.io/fedora:29
2+
FROM docker.io/fedora:31
33
MAINTAINER Dustin Spicuzza <dustin@virtualroadside.com>
44

55
RUN true \

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cd `dirname $0`
44

5-
TOBUILD=${1:-debian9 debian10 fedora29 fedora30 ubuntu18.04 ubuntu19.10}
5+
TOBUILD=${1:-debian9 debian10 fedora31 ubuntu18.04 ubuntu19.10}
66
BASE=docker.io/exaile/gst-python
77

88
for i in ${TOBUILD}; do

0 commit comments

Comments
 (0)