Add dockerfile for building the firestorm build environment

This commit is contained in:
zontreck 2024-07-07 22:53:15 -07:00
parent 17a47a091d
commit 4e674ed73f

View file

@ -25,4 +25,7 @@ RUN echo "autobuild installables edit fmodstudio platform=linux hash=$(md5sum li
RUN echo "export AUTOBUILD_VARIABLES_FILE=/firestorm/fs-build-variables/variables" >> env.sh
WORKDIR /builder
ADD agent.secret /agent.secret
RUN curl -sO https://ci.zontreck.com/jnlpJars/agent.jar
ENTRYPOINT [ "java", "-jar", "/agent.jar", "-url", "https://ci.zontreck.com", "-secret", "@/agent.secret", "-name", "LinuxFS", "-workDir", "/builder" ]