-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using Rebol 3.17.0 for all Alpine images
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ ARG BUILDPLATFORM | |
|
||
WORKDIR /rebol | ||
ENV REBOL_HOME=/rebol | ||
ENV REBOL_VERSION=3.15.0 | ||
ENV REBOL_VERSION=3.17.0 | ||
|
||
RUN echo "Target: $TARGETPLATFORM build: $BUILDPLATFORM\n" | ||
|
||
#ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-x64-musl.gz . | ||
#RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol | ||
|
||
LABEL version="3.15" | ||
LABEL version="3.17" | ||
LABEL description="REBOL (relative expression based object language) console." | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM amd64/alpine | ||
WORKDIR /rebol | ||
ENV REBOL_HOME=/rebol | ||
ENV REBOL_VERSION=3.16.0 | ||
ENV REBOL_VERSION=3.17.0 | ||
|
||
ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-x64-musl.gz . | ||
RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol | ||
|
||
LABEL version="3.16" | ||
LABEL version="3.17" | ||
LABEL description="REBOL (relative expression based object language) console." | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM arm32v6/alpine:latest | ||
WORKDIR /rebol | ||
ENV REBOL_HOME=/rebol | ||
ENV REBOL_VERSION=3.16.0 | ||
ENV REBOL_VERSION=3.17.0 | ||
|
||
ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-armv6-musl.gz . | ||
RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol | ||
|
||
LABEL version="3.16" | ||
LABEL version="3.17" | ||
LABEL description="REBOL (relative expression based object language) console." | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM arm32v7/alpine:latest | ||
WORKDIR /rebol | ||
ENV REBOL_HOME=/rebol | ||
ENV REBOL_VERSION=3.16.0 | ||
ENV REBOL_VERSION=3.17.0 | ||
|
||
ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-armv7-musl.gz . | ||
RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol | ||
|
||
LABEL version="3.16" | ||
LABEL version="3.17" | ||
LABEL description="REBOL (relative expression based object language) console." | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM arm64v8/alpine:latest | ||
WORKDIR /rebol | ||
ENV REBOL_HOME=/rebol | ||
ENV REBOL_VERSION=3.16.0 | ||
ENV REBOL_VERSION=3.17.0 | ||
|
||
ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-arm64-musl.gz . | ||
RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol | ||
|
||
LABEL version="3.16" | ||
LABEL version="3.17" | ||
LABEL description="REBOL (relative expression based object language) console." | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
FROM i386/alpine | ||
WORKDIR /rebol | ||
ENV REBOL_HOME=/rebol | ||
ENV REBOL_VERSION=3.16.0 | ||
ENV REBOL_VERSION=3.17.0 | ||
|
||
ADD https://github.com/Oldes/Rebol3/releases/download/$REBOL_VERSION/rebol3-bulk-linux-x86-musl.gz . | ||
RUN gunzip ./rebol* && mv ./rebol* /bin/rebol && chmod +x /bin/rebol | ||
|
||
LABEL version="3.16" | ||
LABEL version="3.17" | ||
LABEL description="REBOL (relative expression based object language) console." | ||
LABEL maintainer="[email protected]" | ||
LABEL org.opencontainers.image.source="https://github.com/Oldes/Rebol-Docker" | ||
|