Skip to content

Commit

Permalink
build(deps): bump ubi9/ubi-micro from 9.3-13 to 9.5 in /scheduler
Browse files Browse the repository at this point in the history
Bumps ubi9/ubi-micro from 9.3-13 to 9.5.

---
updated-dependencies:
- dependency-name: ubi9/ubi-micro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 2e5a1ed commit 79c76cc
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.3-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5

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.26.1 as envoy

FROM registry.access.redhat.com/ubi9/ubi-micro:9.3-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5

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.3-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5

# 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.3-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5

# 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,6 +8,6 @@ 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.3-13
FROM registry.access.redhat.com/ubi9/ubi-micro:9.5
COPY --from=builder /build/scheduler/bin/scheduler /bin/scheduler
ENTRYPOINT ["/bin/scheduler"]

0 comments on commit 79c76cc

Please sign in to comment.