-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also ensure that we startup a versioncontrol server as well, that way we don't rely on what the public version is. Change-Id: I919cbfd0cae809873b2d1499952020879594bade
- Loading branch information
Showing
17 changed files
with
455 additions
and
594 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
VERSION 0.6 | ||
FROM golang:1.19 | ||
VERSION 0.8 | ||
FROM golang:1.22.2 | ||
WORKDIR /go/storj-up | ||
|
||
lint-deps: | ||
RUN go install github.com/storj/ci/...@5286f52 | ||
RUN go install honnef.co/go/tools/cmd/staticcheck@2022.1.3 | ||
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.47.3 | ||
RUN go install github.com/storj/ci/...@250909cd2ce8b5da02058386cc3d9eeac4dd67e7 | ||
RUN go install honnef.co/go/tools/cmd/staticcheck@2023.1.7 | ||
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2 | ||
|
||
lint: | ||
FROM +lint-deps | ||
|
@@ -42,11 +42,12 @@ build-app: | |
test: | ||
RUN go install github.com/mfridman/tparse@36f80740879e24ba6695649290a240c5908ffcbb | ||
RUN apt-get update && apt-get install -y jq | ||
RUN go install storj.io/storj/cmd/[email protected] | ||
RUN go install storj.io/storj/cmd/[email protected] | ||
RUN go install storj.io/gateway-mt/cmd/[email protected] | ||
RUN go install storj.io/gateway-mt/cmd/[email protected] | ||
RUN go install storj.io/gateway-mt/cmd/[email protected] | ||
RUN go install storj.io/storj/cmd/[email protected] | ||
RUN go install storj.io/storj/cmd/[email protected] | ||
RUN go install storj.io/storj/cmd/[email protected] | ||
RUN go install storj.io/edge/cmd/[email protected] | ||
RUN go install storj.io/edge/cmd/[email protected] | ||
RUN go install storj.io/edge/cmd/[email protected] | ||
RUN mkdir build | ||
COPY . . | ||
RUN --mount=type=cache,target=/root/.cache/go-build \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.