File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apk add --no-cache make
8
8
RUN make -C scheduler -o test-go build-agent
9
9
10
10
# Copy binary
11
- FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6
11
+ FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860
12
12
13
13
RUN mkdir /mnt/agent && chmod o+rwx /mnt/agent
14
14
VOLUME /mnt/agent
Original file line number Diff line number Diff line change 1
1
FROM envoyproxy/envoy:v1.30.1 as envoy
2
2
3
- FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6
3
+ FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860
4
4
5
5
COPY --from=envoy /usr/local/bin/envoy /usr/local/bin/envoy
6
6
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN make -C scheduler -o test-go build-modelgateway
11
11
FROM registry.access.redhat.com/ubi9/ubi-minimal as certs
12
12
13
13
# Kafka dependencies necessitate leaving CGo enabled and using a base image with C dependencies
14
- FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6
14
+ FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860
15
15
16
16
# Kafka OIDC token retrieve certs (librdkafka using curl): https://github.com/confluentinc/librdkafka/issues/3751
17
17
COPY --from=certs /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN make -C scheduler -o test-go build-pipelinegateway
11
11
FROM registry.access.redhat.com/ubi9/ubi-minimal as certs
12
12
13
13
# Kafka dependencies necessitate leaving CGo enabled and using a base image with C dependencies
14
- FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6
14
+ FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860
15
15
16
16
# Kafka OIDC token retrieve certs (librdkafka using curl): https://github.com/confluentinc/librdkafka/issues/3751
17
17
COPY --from=certs /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN apt-get install make
8
8
RUN make -C scheduler -o test-go build-scheduler
9
9
10
10
# Kafka dependencies necessitate leaving CGo enabled and using a base image with C dependencies
11
- FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6
11
+ FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-6.1716471860
12
12
COPY --from=builder /build/scheduler/bin/scheduler /bin/scheduler
13
13
14
14
# Copy licenses
You can’t perform that action at this time.
0 commit comments