File tree 8 files changed +17
-6
lines changed
8 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang@sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 AS base
15
+ # golang:1.19
16
+ FROM golang@sha256:25de7b6b28219279a409961158c547aadd0960cf2dcbc533780224afa1157fd4 AS base
16
17
WORKDIR /src
17
18
ENV CGO_ENABLED=0
18
19
COPY go.* ./
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang@sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 AS base
15
+ # golang:1.19
16
+ FROM golang@sha256:25de7b6b28219279a409961158c547aadd0960cf2dcbc533780224afa1157fd4 AS base
16
17
WORKDIR /src
17
18
ENV CGO_ENABLED=0
18
19
COPY go.* ./
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang@sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 AS base
15
+ # golang:1.19
16
+ FROM golang@sha256:25de7b6b28219279a409961158c547aadd0960cf2dcbc533780224afa1157fd4 AS base
16
17
WORKDIR /src
17
18
ENV CGO_ENABLED=0
18
19
COPY go.* ./
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang@sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 AS base
15
+ # golang:1.19
16
+ FROM golang@sha256:25de7b6b28219279a409961158c547aadd0960cf2dcbc533780224afa1157fd4 AS base
16
17
WORKDIR /src
17
18
ENV CGO_ENABLED=0
18
19
COPY go.* ./
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang@sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 AS base
15
+ # golang:1.19
16
+ FROM golang@sha256:25de7b6b28219279a409961158c547aadd0960cf2dcbc533780224afa1157fd4 AS base
16
17
WORKDIR /src
17
18
ENV CGO_ENABLED=0
18
19
COPY go.* ./
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM golang@sha256:ea3d912d500b1ae0a691b2e53eb8a6345b579d42d7e6a64acca83d274b949740 AS base
15
+ # golang:1.19
16
+ FROM golang@sha256:25de7b6b28219279a409961158c547aadd0960cf2dcbc533780224afa1157fd4 AS base
16
17
WORKDIR /src
17
18
ENV CGO_ENABLED=0
18
19
COPY go.* ./
Original file line number Diff line number Diff line change 55
55
args : ["--config=/etc/scorecard/config.yaml", "cron/internal/data/projects.release.csv"]
56
56
imagePullPolicy : Always
57
57
env :
58
+ - name : GOMEMLIMIT
59
+ value : " 950MiB"
58
60
- name : SCORECARD_REQUEST_TOPIC_URL
59
61
value : " gcppubsub://projects/openssf/topics/scorecard-batch-requests-releasetest"
60
62
- name : SCORECARD_DATA_BUCKET_URL
Original file line number Diff line number Diff line change 54
54
image : gcr.io/openssf/scorecard-batch-controller:stable
55
55
args : ["--config=/etc/scorecard/config.yaml", "cron/internal/data/projects.csv"]
56
56
imagePullPolicy : Always
57
+ env :
58
+ - name : GOMEMLIMIT
59
+ value : " 950MiB"
57
60
resources :
58
61
limits :
59
62
memory : 1Gi
You can’t perform that action at this time.
0 commit comments