mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 17:30:44 -05:00
First pass at automated R2 release storage
This commit is contained in:
parent
425f924d24
commit
809b6d9c59
File diff suppressed because it is too large
Load Diff
@ -12,8 +12,9 @@ FROM node:20.11.1-bookworm
|
||||
# - sshpass (for automated SSH authentication)
|
||||
# - lftp (for automated SFTP commands)
|
||||
# - vim-common (for xxd command, for file hash process)
|
||||
# - rclone (for R2 uploads)
|
||||
RUN apt-get update && \
|
||||
apt-get install -y wget git git-lfs zstd tree jq p7zip-full sshpass python3 python3-pip python3-venv vim-common
|
||||
apt-get install -y wget git git-lfs zstd tree jq p7zip-full sshpass python3 python3-pip python3-venv vim-common rclone
|
||||
|
||||
# MegaCMD (for uploading to Mega.nz)
|
||||
# - libc-ares2 (MegaCMD dependancy)
|
||||
|
@ -65,7 +65,7 @@ Prior to the assembly and distribution of Docker images, it is crucial to increm
|
||||
|
||||
```
|
||||
# Command to build and push the spt-build-node Docker image to Docker Hub
|
||||
docker build -t refringe/spt-build-node:1.0.8 -t refringe/spt-build-node:latest -f Dockerfile.node .
|
||||
docker build -t refringe/spt-build-node:1.0.9 -t refringe/spt-build-node:latest -f Dockerfile.node .
|
||||
docker push refringe/spt-build-node --all-tags
|
||||
|
||||
# Command to build and push the spt-build-dotnet Docker image to Docker Hub
|
||||
|
Loading…
x
Reference in New Issue
Block a user