Skip to content

Commit

Permalink
Bump ubi9/ubi-micro from 9.4-9 to 9.4-13 in /scheduler (#5802)
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-micro from 9.4-9 to 9.4-13.

---
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>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent cac8939 commit 3708100
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scheduler/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add --no-cache make
RUN make -C scheduler -o test-go build-agent

# Copy binary
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13

RUN mkdir /mnt/agent && chmod o+rwx /mnt/agent
VOLUME /mnt/agent
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile.envoy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM envoyproxy/envoy:v1.31.0 as envoy

FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13

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

Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile.modelgateway
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN make -C scheduler -o test-go build-modelgateway
FROM registry.access.redhat.com/ubi9/ubi-minimal as certs

# Kafka dependencies necessitate leaving CGo enabled and using a base image with C dependencies
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13

# Kafka OIDC token retrieve certs (librdkafka using curl): https://github.com/confluentinc/librdkafka/issues/3751
COPY --from=certs /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile.pipelinegateway
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN make -C scheduler -o test-go build-pipelinegateway
FROM registry.access.redhat.com/ubi9/ubi-minimal as certs

# Kafka dependencies necessitate leaving CGo enabled and using a base image with C dependencies
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13

# Kafka OIDC token retrieve certs (librdkafka using curl): https://github.com/confluentinc/librdkafka/issues/3751
COPY --from=certs /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile.scheduler
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get install make
RUN make -C scheduler -o test-go build-scheduler

# Kafka dependencies necessitate leaving CGo enabled and using a base image with C dependencies
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-9
FROM registry.access.redhat.com/ubi9/ubi-micro:9.4-13
COPY --from=builder /build/scheduler/bin/scheduler /bin/scheduler

# Copy licenses
Expand Down

0 comments on commit 3708100

Please sign in to comment.