Skip to content

Commit d6966c5

Browse files
authored
Update Dockerfiles
1 parent ba7a2d6 commit d6966c5

File tree

7 files changed

+56
-0
lines changed

7 files changed

+56
-0
lines changed

docker/v2.0.23.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144
2+
3+
RUN apt-get update && apt-get install -qy git gnutls-bin
4+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.23/install)"
5+
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+
WORKDIR /build
7+
8+
CMD /bin/bash

docker/v2.0.24.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144
2+
3+
RUN apt-get update && apt-get install -qy git gnutls-bin
4+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.24/install)"
5+
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+
WORKDIR /build
7+
8+
CMD /bin/bash

docker/v2.0.25.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144
2+
3+
RUN apt-get update && apt-get install -qy git gnutls-bin
4+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.25/install)"
5+
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+
WORKDIR /build
7+
8+
CMD /bin/bash

docker/v2.1.10.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+
RUN apt-get update && apt-get install -qy git gnutls-bin
4+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.10/install)"
5+
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+
WORKDIR /build
7+
8+
CMD /bin/bash

docker/v2.1.11.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+
RUN apt-get update && apt-get install -qy git gnutls-bin
4+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.11/install)"
5+
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+
WORKDIR /build
7+
8+
CMD /bin/bash

docker/v2.1.12.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+
RUN apt-get update && apt-get install -qy git gnutls-bin
4+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.12/install)"
5+
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+
WORKDIR /build
7+
8+
CMD /bin/bash

docker/v2.1.13.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM --platform=linux/amd64 rust@sha256:62afc139057dc9d3eda02e490677911b55a208ba22d6f7315f3c5c5851e31a36
2+
3+
RUN apt-get update && apt-get install -qy git gnutls-bin
4+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.1.13/install)"
5+
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6+
WORKDIR /build
7+
8+
CMD /bin/bash

0 commit comments

Comments
 (0)