KASM-4421 update opensuse to 15.5, add bookworm Alpine 3.18 and Fedora 38

This commit is contained in:
ryan.kuba
2023-06-02 14:08:40 -04:00
parent 4d3a9b749a
commit f9e46f5a13
13 changed files with 496 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
FROM fedora:38
RUN dnf install -y fedora-packager fedora-review
RUN dnf install -y tree vim less
RUN dnf install -y redhat-lsb-core
RUN dnf install -y dnf-plugins-core
COPY fedora/*.spec /tmp
RUN dnf builddep -y /tmp/*.spec
RUN useradd -m docker && echo "docker:docker" | chpasswd
USER docker