mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-22 11:22:48 +00:00
Merge branch 'update-and-set-version' into 'master'
Update the container images for our GitLab CI pipeline. See merge request openlp/runners!20
This commit is contained in:
commit
d60a440bb3
@ -1,3 +1,3 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:3.15
|
||||||
|
|
||||||
RUN apk add chromium openssh-client xvfb-run yarn zip
|
RUN apk add chromium openssh-client xvfb-run yarn zip
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM archlinux/base
|
FROM archlinux:base-20220130.0.46058
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \
|
RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5-webchannel qt5-tools python-pyqt5 \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:unstable
|
FROM debian:11
|
||||||
|
|
||||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install -y python3 qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtmultimedia \
|
apt-get install -y python3 qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtmultimedia \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:3.15
|
||||||
|
|
||||||
RUN apk --no-cache add make py3-sphinx py3-sphinx_rtd_theme texlive-full
|
RUN apk --no-cache add make py3-sphinx py3-sphinx_rtd_theme texlive-full
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora
|
FROM fedora:35
|
||||||
|
|
||||||
RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
||||||
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:rolling
|
FROM ubuntu:21.10
|
||||||
|
|
||||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
||||||
apt-get install -y python3 qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtmultimedia \
|
apt-get install -y python3 qttools5-dev-tools pyqt5-dev-tools python3-pyqt5 python3-pyqt5.qtmultimedia \
|
||||||
|
@ -2,3 +2,10 @@ OpenLP Docker Runners
|
|||||||
=====================
|
=====================
|
||||||
|
|
||||||
This repository holds the configuration to build the Docker runners for testing OpenLP.
|
This repository holds the configuration to build the Docker runners for testing OpenLP.
|
||||||
|
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
The Dockerfiles contain version numbers to uniquely identify the release we're using. This helps us keep track of
|
||||||
|
which version of software we're using, as well as allow for us to periodically update the software without resorting
|
||||||
|
to tricks to work around our build process.
|
||||||
|
Loading…
Reference in New Issue
Block a user