mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-12-26 15:59:24 -05:00
c9d2b354f7
Pushing this up in order to end-to-end test automated nightly releases. Please enter the commit message for your changes. Lines starting
10 lines
217 B
Docker
10 lines
217 B
Docker
FROM rockylinux:8
|
|
LABEL author=admin@veilid.org
|
|
ENV IS_NIGHTLY false
|
|
|
|
COPY repobuild.sh repobuild.sh
|
|
RUN dnf install -y createrepo rpm-build rpm-sign yum-utils
|
|
RUN chmod +x repobuild.sh
|
|
|
|
|
|
ENTRYPOINT ["./repobuild.sh"] |