Skip to content

Commit

Permalink
remove unused preview, update preprod snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Apr 7, 2024
1 parent 06c1800 commit 273d509
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions earthly/mithril_snapshot/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,14 @@ VERSION 0.7

# cspell: words preprod

package-preview-snapshot:
FROM alpine:3.19

WORKDIR /snapshot

RUN wget -O \
preview.tar.zst \
https://storage.googleapis.com/cdn.aggregator.pre-release-preview.api.mithril.network/preview-e522-i10448.1b95bab3ba6f8a939cf27d1e2ca0a1e34ec4399a6374f7c043462db64e8c9ef0.tar.zst

# extract preview archive
RUN apk add zstd
RUN zstd -d preview.tar.zst && tar -xf preview.tar
RUN rm preview.tar && rm preview.tar.zst

SAVE ARTIFACT /snapshot snapshot

package-preprod-snapshot:
FROM alpine:3.19

WORKDIR /snapshot

RUN wget -O \
preprod.tar.zst \
https://storage.googleapis.com/cdn.aggregator.release-preprod.api.mithril.network/preprod-e134-i2606.b528cd83ca54f10cab0e915cf01e0bc2600b97e616c4de8e5a70f2176de37a0a.tar.zst
https://storage.googleapis.com/cdn.aggregator.release-preprod.api.mithril.network/preprod-e135-i2625.80b0c02cd0c86c47a79a9b6d0d9b0e6936d5f621e8094ed53405fef3ee103a3b.tar.zst

# extract preprod archive
RUN apk add zstd
Expand Down

0 comments on commit 273d509

Please sign in to comment.