Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docker/v1.18.25.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:b7b25312e49dfbe6cab04c89d5a8ed5df2df9714
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.25/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v1.18.26.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:b7b25312e49dfbe6cab04c89d5a8ed5df2df9714
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v1.18.26/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.0/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.1.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.1/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.10.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.10/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.11.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.11/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.13.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.13/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.14.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.14/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.15.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.15/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.16.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.16/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.17.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.17/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.18.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.18/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.19.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.19/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.2.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.2/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.20/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.21.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.21/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.22.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.22/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.23.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.23/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.24.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.24/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.25.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.25/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.3.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.3/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.4.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.4/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
9 changes: 6 additions & 3 deletions docker/v2.0.5.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153f
RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.5/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
# Call cargo build-sbf to trigger installation of associated platform tools
RUN cargo init temp --edition 2021 && \
# Call cargo test-sbf to trigger installation of associated platform tools
RUN cargo init --lib temp --edition 2021 && \
cd temp && \
cargo build-sbf && \
echo "[lib]" >> Cargo.toml && \
echo 'crate-type = ["cdylib", "lib"]' >> Cargo.toml && \
cargo test-sbf && \
cd ../ && \
rm -rf temp
WORKDIR /build

Expand Down
Loading