File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ RUN make EP CLASS=D
34
34
# main container in the second build stage.
35
35
RUN mkdir -p /lib-copy && find /usr/lib -name "*.so.*" -exec cp {} /lib-copy \;
36
36
37
- ARG BASEIMAGE
38
37
FROM $BASEIMAGE
39
38
40
39
COPY --from=build_node_perf_npb_ep /NPB3.3.1/NPB3.3-OMP/bin/ep.D.x /
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ RUN make IS CLASS=D
36
36
# main container in the second build stage.
37
37
RUN mkdir -p /lib-copy && find /usr/lib -name "*.so.*" -exec cp {} /lib-copy \;
38
38
39
- ARG BASEIMAGE
40
39
FROM $BASEIMAGE
41
40
42
41
COPY --from=build_node_perf_npb_is /NPB3.3.1/NPB3.3-OMP/bin/is.D.x /
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
+ ARG BASEIMAGE
15
16
FROM us.gcr.io/k8s-artifacts-prod/build-image/kube-cross:v1.13.8-1 as build_k8s_1_17_sample_apiserver
16
17
17
18
ENV GOPATH /go
@@ -32,7 +33,6 @@ RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=BASEARCH go get k8s.io/sample
32
33
# we can copy it out from this throw away container image from a standard location
33
34
RUN find /go/bin -name sample-apiserver -exec cp {} / \;
34
35
35
- ARG BASEIMAGE
36
36
FROM $BASEIMAGE
37
37
COPY --from=build_k8s_1_17_sample_apiserver /sample-apiserver /sample-apiserver
38
38
You can’t perform that action at this time.
0 commit comments