Skip to content

Commit

Permalink
Using Rebol 3.17.0 for all Alpine images
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jul 18, 2024
1 parent da5dd3e commit 0de7330
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions alpine/amd64/Dockerfile
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"
Expand Down
4 changes: 2 additions & 2 deletions alpine/arm32v6/Dockerfile
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"
Expand Down
4 changes: 2 additions & 2 deletions alpine/arm32v7/Dockerfile
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"
Expand Down
4 changes: 2 additions & 2 deletions alpine/arm64v8/Dockerfile
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"
Expand Down
4 changes: 2 additions & 2 deletions alpine/i386/Dockerfile
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"
Expand Down

0 comments on commit 0de7330

Please sign in to comment.