mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-05 17:35:29 -05:00
![TC Johnson](/assets/img/avatar_default.png)
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"] |