commit
43b2d2e7b5
2 changed files with 1115 additions and 67 deletions
1162
BuildSourceImage.sh
1162
BuildSourceImage.sh
File diff suppressed because it is too large
Load diff
14
Dockerfile
Normal file
14
Dockerfile
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
FROM fedora
|
||||||
|
|
||||||
|
RUN dnf install -y jq skopeo findutils file 'dnf-command(download)'
|
||||||
|
|
||||||
|
COPY ./BuildSourceImage.sh /usr/local/bin/BuildSourceImage.sh
|
||||||
|
|
||||||
|
RUN mkdir -p /output
|
||||||
|
ENV OUTPUT_DIR=/output
|
||||||
|
VOLUME /output
|
||||||
|
|
||||||
|
ENV SRC_DIR=/src
|
||||||
|
VOLUME /src
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/local/bin/BuildSourceImage.sh"]
|
Loading…
Reference in a new issue