diff --git a/platforms/ps2/mwcps2-3.0-011126/Dockerfile b/platforms/ps2/mwcps2-3.0-011126/Dockerfile new file mode 100644 index 0000000..a7ea2db --- /dev/null +++ b/platforms/ps2/mwcps2-3.0-011126/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 as base + +RUN mkdir -p /compilers/ps2/mwcps2-3.0-011126 + +RUN wget -O mwcps2-3.0-011126.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0-011126.tar.gz" +RUN tar xvzf mwcps2-3.0-011126.tar.gz -C /compilers/ps2/mwcps2-3.0-011126 + +RUN chown -R root:root /compilers/ps2/mwcps2-3.0-011126/ +RUN chmod +x /compilers/ps2/mwcps2-3.0-011126/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/platforms/ps2/mwcps2-3.0.1-020123/Dockerfile b/platforms/ps2/mwcps2-3.0.1-020123/Dockerfile new file mode 100644 index 0000000..3b341bb --- /dev/null +++ b/platforms/ps2/mwcps2-3.0.1-020123/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 as base + +RUN mkdir -p /compilers/ps2/mwcps2-3.0.1-020123 + +RUN wget -O mwcps2-3.0.1-020123.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1-020123.tar.gz" +RUN tar xvzf mwcps2-3.0.1-020123.tar.gz -C /compilers/ps2/mwcps2-3.0.1-020123 + +RUN chown -R root:root /compilers/ps2/mwcps2-3.0.1-020123/ +RUN chmod +x /compilers/ps2/mwcps2-3.0.1-020123/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/platforms/ps2/mwcps2-3.0.3-020716/Dockerfile b/platforms/ps2/mwcps2-3.0.3-020716/Dockerfile new file mode 100644 index 0000000..c45377a --- /dev/null +++ b/platforms/ps2/mwcps2-3.0.3-020716/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 as base + +RUN mkdir -p /compilers/ps2/mwcps2-3.0.3-020716 + +RUN wget -O mwcps2-3.0.3-020716.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.3-020716.tar.gz" +RUN tar xvzf mwcps2-3.0.3-020716.tar.gz -C /compilers/ps2/mwcps2-3.0.3-020716 + +RUN chown -R root:root /compilers/ps2/mwcps2-3.0.3-020716/ +RUN chmod +x /compilers/ps2/mwcps2-3.0.3-020716/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/platforms/ps2/mwcps2-3.0b22-011126/Dockerfile b/platforms/ps2/mwcps2-3.0b22-011126/Dockerfile deleted file mode 100644 index 556f54d..0000000 --- a/platforms/ps2/mwcps2-3.0b22-011126/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -# NOTE: This file is generated automatically via template.py. Do not edit manually! - - -FROM alpine:3.18 as base - -# download xz first to allow for Docker caching - -WORKDIR /root - -RUN wget -O ps2_compilers.tar.xz "https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz" -RUN tar xvJf ps2_compilers.tar.xz - -RUN mkdir -p /compilers/ps2/mwcps2-3.0b22-011126 - -RUN cp -r mwcps2-3.0b22-011126/* /compilers/ps2/mwcps2-3.0b22-011126 - -RUN chown -R root:root /compilers/ps2/mwcps2-3.0b22-011126/ -RUN chmod +x /compilers/ps2/mwcps2-3.0b22-011126/* - - -FROM scratch as release - -COPY --from=base /compilers /compilers diff --git a/platforms/ps2/mwcps2-3.0b22-020123/Dockerfile b/platforms/ps2/mwcps2-3.0b22-020123/Dockerfile deleted file mode 100644 index b44a1df..0000000 --- a/platforms/ps2/mwcps2-3.0b22-020123/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -# NOTE: This file is generated automatically via template.py. Do not edit manually! - - -FROM alpine:3.18 as base - -# download xz first to allow for Docker caching - -WORKDIR /root - -RUN wget -O ps2_compilers.tar.xz "https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz" -RUN tar xvJf ps2_compilers.tar.xz - -RUN mkdir -p /compilers/ps2/mwcps2-3.0b22-020123 - -RUN cp -r mwcps2-3.0b22-020123/* /compilers/ps2/mwcps2-3.0b22-020123 - -RUN chown -R root:root /compilers/ps2/mwcps2-3.0b22-020123/ -RUN chmod +x /compilers/ps2/mwcps2-3.0b22-020123/* - - -FROM scratch as release - -COPY --from=base /compilers /compilers diff --git a/platforms/ps2/mwcps2-3.0b22-020716/Dockerfile b/platforms/ps2/mwcps2-3.0b22-020716/Dockerfile deleted file mode 100644 index ba8eaea..0000000 --- a/platforms/ps2/mwcps2-3.0b22-020716/Dockerfile +++ /dev/null @@ -1,23 +0,0 @@ -# NOTE: This file is generated automatically via template.py. Do not edit manually! - - -FROM alpine:3.18 as base - -# download xz first to allow for Docker caching - -WORKDIR /root - -RUN wget -O ps2_compilers.tar.xz "https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz" -RUN tar xvJf ps2_compilers.tar.xz - -RUN mkdir -p /compilers/ps2/mwcps2-3.0b22-020716 - -RUN cp -r mwcps2-3.0b22-020716/* /compilers/ps2/mwcps2-3.0b22-020716 - -RUN chown -R root:root /compilers/ps2/mwcps2-3.0b22-020716/ -RUN chmod +x /compilers/ps2/mwcps2-3.0b22-020716/* - - -FROM scratch as release - -COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index a169ca6..00ca2b0 100644 --- a/values.yaml +++ b/values.yaml @@ -255,18 +255,18 @@ compilers: platform: ps2 template: common/xz file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz - - id: mwcps2-3.0b22-011126 + - id: mwcps2-3.0-011126 platform: ps2 - template: common/xz - file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz - - id: mwcps2-3.0b22-020123 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0-011126.tar.gz + - id: mwcps2-3.0.1-020123 platform: ps2 - template: common/xz - file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz - - id: mwcps2-3.0b22-020716 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1-020123.tar.gz + - id: mwcps2-3.0.3-020716 platform: ps2 - template: common/xz - file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.3-020716.tar.gz - id: mwcps2-3.0b22-020926 platform: ps2 template: common/xz