Skip to content

Commit

Permalink
Merge pull request #3879 from LiilyZhang/zhangl/pickImageUpdateCommits
Browse files Browse the repository at this point in the history
Zhangl/pick image update commits
  • Loading branch information
bencourliss authored Aug 17, 2023
2 parents d85214f + b3f81ad commit c876924
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 22 deletions.
4 changes: 2 additions & 2 deletions anax-in-container/Dockerfile.ubi.amd64
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

LABEL vendor="IBM"
LABEL summary="The agent in a general purpose container."
LABEL description="A container which holds the edge node agent, to be used in environments where there is no operating system package that can install the agent natively."

ARG DOCKER_VER=24.0.1
ARG DOCKER_VER=24.0.5

# The anax binary (secrets manager code) shells out to groupadd, groupdel (from shadow-utils), pkill (from procps-ng)
# The anax.service calls jq (from jq) and killall (from psmisc)
Expand Down
4 changes: 2 additions & 2 deletions anax-in-container/Dockerfile.ubi.arm64
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

LABEL vendor="IBM"
LABEL summary="The agent in a general purpose container."
LABEL description="A container which holds the edge node agent, to be used in environments where there is no operating system package that can install the agent natively."

ARG DOCKER_VER=24.0.1
ARG DOCKER_VER=24.0.5

# The anax binary (secrets manager code) shells out to groupadd, groupdel (from shadow-utils), pkill (from procps-ng)
# The anax.service calls jq (from jq) and killall (from psmisc)
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/ubi8/ubi-minimal:8.7
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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

LABEL vendor="IBM"
LABEL summary="The deployment engine."
LABEL description="The Agbot scans all the edge nodes in the system initiating deployment of services and model to all eligible nodes."

ARG DOCKER_VER=24.0.1

# The anax binary (secrets manager code) shells out to groupadd, groupdel (from shadow-utils), pkill (from procps-ng)
# The anax.service calls jq (from jq) and killall (from psmisc)
# anax does not use iptables directly but the github.com/coreos/go-iptables/iptables dependency needs the directory structure
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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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/ubi8/ubi-minimal:8.7
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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/ubi8/ubi-minimal:8.7
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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/ubi8/ubi-minimal:8.7
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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.1
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.2

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

0 comments on commit c876924

Please sign in to comment.