Skip to content

Commit

Permalink
Merge pull request #4238 from open-horizon/security_4227
Browse files Browse the repository at this point in the history
Issue #4227 - Update container images to latest UBI base image
  • Loading branch information
LiilyZhang authored Feb 3, 2025
2 parents 8c9234c + 4335f0d commit 26ad7ab
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion anax-in-container/Dockerfile.ubi.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent in a general purpose container."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-container/Dockerfile.ubi.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent in a general purpose container."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-container/Dockerfile.ubi.ppc64el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent in a general purpose container."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-container/Dockerfile.ubi.s390x
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent in a general purpose container."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-container/Dockerfile_agbot.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The deployment engine."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.auto-upgrade-cron.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent auto upgrade cron job for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.auto-upgrade-cron.arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent auto upgrade cron job for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.auto-upgrade-cron.ppc64el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent auto upgrade cron job for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.auto-upgrade-cron.s390x
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent auto upgrade cron job for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.ppc64el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion anax-in-k8s/Dockerfile.ubi.s390x
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="The agent for edge clusters."
Expand Down
2 changes: 1 addition & 1 deletion css/image/cloud-sync-service-amd64/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="Object model storage and APIs in the management hub."
Expand Down
2 changes: 1 addition & 1 deletion ess/image/edge-sync-service-amd64/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="Edge node Model Management System."
Expand Down
2 changes: 1 addition & 1 deletion ess/image/edge-sync-service-arm64/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="Edge node Model Management System."
Expand Down
2 changes: 1 addition & 1 deletion ess/image/edge-sync-service-ppc64el/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="Edge node Model Management System."
Expand Down
2 changes: 1 addition & 1 deletion ess/image/edge-sync-service-s390x/Dockerfile.ubi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2
FROM registry.access.redhat.com/ubi9-minimal:latest

LABEL vendor="IBM"
LABEL summary="Edge node Model Management System."
Expand Down

0 comments on commit 26ad7ab

Please sign in to comment.