File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ COPY ${SOURCE_CODE}/ ./
34
34
RUN GO111MODULE=on go build -o /bin/apiserver ./backend/src/apiserver/ && \
35
35
dnf clean all
36
36
37
- # @follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:8.9 )
38
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
37
+ # @follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:latest )
38
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
39
39
40
40
WORKDIR /bin
41
41
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ COPY ${SOURCE_CODE}/ ./
34
34
35
35
RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags netgo -ldflags '-extldflags "-static"' -o /bin/driver ./backend/src/v2/cmd/driver/*.go
36
36
37
- #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:8.9 )
38
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
37
+ #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:latest )
38
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
39
39
40
40
WORKDIR /bin
41
41
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ COPY ${SOURCE_CODE}/ ./
36
36
37
37
RUN GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags netgo -ldflags '-extldflags "-static"' -o /bin/launcher-v2 ./backend/src/v2/cmd/launcher-v2/*.go
38
38
39
- #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:8.9 )
40
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
39
+ #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:latest )
40
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
41
41
42
42
WORKDIR /bin
43
43
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ COPY ${SOURCE_CODE}/ ./
36
36
37
37
RUN GO111MODULE=on go build -o /bin/persistence_agent backend/src/agent/persistence/*.go
38
38
39
- #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:8.9 )
40
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
39
+ #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:latest )
40
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
41
41
WORKDIR /bin
42
42
43
43
COPY --from=builder /bin/persistence_agent /bin/persistence_agent
Original file line number Diff line number Diff line change 16
16
ARG SOURCE_CODE=.
17
17
18
18
# Use ubi8/nodejs-14 as base image
19
- #@follow_tag(registry.access.redhat.com/ubi8/go-toolset:1.19 )
20
- FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder
19
+ #@follow_tag(registry.access.redhat.com/ubi8/go-toolset:1.20 )
20
+ FROM registry.access.redhat.com/ubi8/go-toolset:1.20 as builder
21
21
22
22
## Build args to be used at this step
23
23
ARG SOURCE_CODE
@@ -41,8 +41,8 @@ COPY ${SOURCE_CODE}/ ./
41
41
42
42
RUN GO111MODULE=on go build -o /bin/controller backend/src/crd/controller/scheduledworkflow/*.go
43
43
44
- #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:8.8 )
45
- FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8
44
+ #@follow_tag(registry.access.redhat.com/ubi8/ubi-minimal:latest )
45
+ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
46
46
WORKDIR /bin
47
47
48
48
COPY --from=builder /bin/controller /bin/controller
You can’t perform that action at this time.
0 commit comments