File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# https://registry.access.redhat.com/ubi9-minimal
2
- FROM registry.redhat.io/ubi9-minimal:9.5-1731593028 as builder
2
+ FROM registry.redhat.io/ubi9-minimal:9.5-1736404155 as builder
3
3
USER 0
4
4
5
5
# cachito
@@ -9,7 +9,7 @@ WORKDIR $REMOTE_SOURCES_DIR/devspaces-images-traefik/app/devspaces-traefik
9
9
10
10
RUN microdnf -y install dnf && \
11
11
dnf -y -q install golang-1.20.12
12
-
12
+
13
13
# GO BUILD
14
14
RUN cp $REMOTE_SOURCES_DIR/devspaces-images-traefik/app/devspaces-traefik/script/ca-certificates.crt /etc/ssl/certs/
15
15
@@ -19,7 +19,7 @@ RUN go generate && \
19
19
go build ./cmd/traefik
20
20
21
21
# https://registry.access.redhat.com/ubi9-minimal
22
- FROM registry.redhat.io/ubi9-minimal:9.5-1731593028
22
+ FROM registry.redhat.io/ubi9-minimal:9.5-1736404155
23
23
24
24
COPY --from=builder $REMOTE_SOURCES_DIR/devspaces-images-traefik/app/devspaces-traefik/script/ca-certificates.crt /etc/ssl/certs/
25
25
COPY --from=builder $REMOTE_SOURCES_DIR/devspaces-images-traefik/app/devspaces-traefik/traefik /traefik
@@ -45,6 +45,6 @@ LABEL summary="$SUMMARY" \
45
45
name="$PRODNAME/$COMPNAME" \
46
46
version="3.19" \
47
47
license="EPLv2" \
48
- maintainer=
"Samantha Dawley <[email protected] >, Nick Boldt <[email protected] > " \
48
+ maintainer=
"Samantha Dawley <[email protected] >" \
49
49
io.openshift.expose-services="" \
50
50
usage=""
Original file line number Diff line number Diff line change 1
1
# https://registry.access.redhat.com/ubi9-minimal
2
- FROM registry.redhat.io/ubi9-minimal:9.5-1731593028 as builder
2
+ FROM registry.redhat.io/ubi9-minimal:9.5-1736404155 as builder
3
3
USER 0
4
4
5
5
# cachito
@@ -19,7 +19,7 @@ RUN go generate && \
19
19
go build ./cmd/traefik
20
20
21
21
# https://registry.access.redhat.com/ubi9-minimal
22
- FROM registry.redhat.io/ubi9-minimal:9.5-1731593028
22
+ FROM registry.redhat.io/ubi9-minimal:9.5-1736404155
23
23
24
24
COPY --from=builder $REMOTE_SOURCES_DIR/devspaces-images-traefik/app/devspaces-traefik/script/ca-certificates.crt /etc/ssl/certs/
25
25
COPY --from=builder $REMOTE_SOURCES_DIR/devspaces-images-traefik/app/devspaces-traefik/traefik /traefik
You can’t perform that action at this time.
0 commit comments