File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
v4.17/catalog/nbde-tang-server Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 56
56
git checkout FETCH_HEAD
57
57
git log -1
58
58
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
59
- golangci-lint -v run --timeout 5m0s ./...
59
+ golangci-lint -v run --timeout 7m30s ./...
60
60
go install honnef.co/go/tools/cmd/staticcheck@latest
61
61
staticcheck ./...
62
62
bash ./hack/gosec.sh
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as bui
2
2
#
3
3
# TODO: Set image to correct version
4
4
# ARG IMG=registry.redhat.io/nbde-tang-server/tang-rhel9-operator@sha256:562e5f1677dbf5cd9feb00a7270e78c57b28f5177a7bf4bd2d39b2a5cd451da8
5
- ARG IMG=quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch:121cfbae9a598816c18e7e8d68ba5549539b7a5c
5
+ ARG IMG=quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch:1dd25a922867b2198b86df8e19c6084c5af1ec51
6
6
ARG ORIGINAL_IMG=quay.io/sec-eng-special/nbde-tang-server:v1.1.0
7
7
WORKDIR /code
8
8
COPY ./ ./
Original file line number Diff line number Diff line change 132
132
},
133
133
{
134
134
"name" : " nbde-tang-server-bundle" ,
135
- "image" : " quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch-bundle:0c38bd0df5a0336d95847c3b4da3a1eebcea5cd7 "
135
+ "image" : " quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch-bundle:1dd25a922867b2198b86df8e19c6084c5af1ec51 "
136
136
},
137
137
{
138
138
"name" : " nbde-tang-server" ,
139
- "image" : " quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch:121cfbae9a598816c18e7e8d68ba5549539b7a5c "
139
+ "image" : " quay.io/redhat-user-workloads/konflux-sec-eng-spec-tenant/nbde-tang-server-multiarch:1dd25a922867b2198b86df8e19c6084c5af1ec51 "
140
140
}
141
141
]
142
142
}
You can’t perform that action at this time.
0 commit comments