Skip to content

Commit 8c3bff8

Browse files
Bump ubi9/ubi-micro from 9.4-6 to 9.4-6.1716471860 in /scheduler (SeldonIO#5660)
Bumps ubi9/ubi-micro from 9.4-6 to 9.4-6.1716471860. --- updated-dependencies: - dependency-name: ubi9/ubi-micro dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31bd9a5 commit 8c3bff8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

scheduler/Dockerfile.agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add --no-cache make
88
RUN make -C scheduler -o test-go build-agent
99

1010
# 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
1212

1313
RUN mkdir /mnt/agent && chmod o+rwx /mnt/agent
1414
VOLUME /mnt/agent

scheduler/Dockerfile.envoy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM envoyproxy/envoy:v1.30.1 as envoy
22

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
44

55
COPY --from=envoy /usr/local/bin/envoy /usr/local/bin/envoy
66

scheduler/Dockerfile.modelgateway

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN make -C scheduler -o test-go build-modelgateway
1111
FROM registry.access.redhat.com/ubi9/ubi-minimal as certs
1212

1313
# 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
1515

1616
# Kafka OIDC token retrieve certs (librdkafka using curl): https://github.com/confluentinc/librdkafka/issues/3751
1717
COPY --from=certs /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

scheduler/Dockerfile.pipelinegateway

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN make -C scheduler -o test-go build-pipelinegateway
1111
FROM registry.access.redhat.com/ubi9/ubi-minimal as certs
1212

1313
# 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
1515

1616
# Kafka OIDC token retrieve certs (librdkafka using curl): https://github.com/confluentinc/librdkafka/issues/3751
1717
COPY --from=certs /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

scheduler/Dockerfile.scheduler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get install make
88
RUN make -C scheduler -o test-go build-scheduler
99

1010
# 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
1212
COPY --from=builder /build/scheduler/bin/scheduler /bin/scheduler
1313

1414
# Copy licenses

0 commit comments

Comments
 (0)