mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-16 20:27:49 +00:00
trivial: drop stale Dockerfiles
This commit is contained in:
parent
7fbab31609
commit
afc2220005
@ -1,14 +0,0 @@
|
|||||||
FROM centos:7
|
|
||||||
%%%OS%%%
|
|
||||||
ENV LANG en_US.UTF-8
|
|
||||||
ENV LANGUAGE en_US:en
|
|
||||||
ENV LC_ALL en_US.UTF-8
|
|
||||||
RUN echo fubar > /etc/machine-id
|
|
||||||
RUN yum install epel-release -y
|
|
||||||
RUN echo fubar > /etc/machine-id
|
|
||||||
%%%INSTALL_DEPENDENCIES_COMMAND%%%
|
|
||||||
RUN pip3 install pillow pygobject
|
|
||||||
RUN wget https://copr.fedorainfracloud.org/coprs/jsynacek/systemd-backports-for-centos-7/repo/epel-7/jsynacek-systemd-backports-for-centos-7-epel-7.repo -O /etc/yum.repos.d/jsynacek-systemd-centos-7.repo
|
|
||||||
RUN yum --enablerepo=epel-testing -y update
|
|
||||||
WORKDIR /github/workspace
|
|
||||||
CMD ["./contrib/ci/centos.sh"]
|
|
@ -1,10 +0,0 @@
|
|||||||
FROM fedora:29
|
|
||||||
%%%OS%%%
|
|
||||||
ENV LANG en_US.UTF-8
|
|
||||||
ENV LANGUAGE en_US:en
|
|
||||||
ENV LC_ALL en_US.UTF-8
|
|
||||||
RUN echo fubar > /etc/machine-id
|
|
||||||
%%%INSTALL_DEPENDENCIES_COMMAND%%%
|
|
||||||
RUN dnf --enablerepo=updates-testing -y update
|
|
||||||
WORKDIR /github/workspace
|
|
||||||
CMD ["./contrib/ci/flatpak.py"]
|
|
Loading…
Reference in New Issue
Block a user