Skip to content

Commit

Permalink
Updating ose-network-tools-container image to be consistent with ART
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS Automation Release Team committed Dec 11, 2023
1 parent be5b7d0 commit 9f4ae8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci-operator.yaml
@@ -1,4 +1,4 @@
build_root_image:
name: release
namespace: openshift
tag: rhel-8-release-golang-1.20-openshift-4.15
tag: rhel-8-release-golang-1.21-openshift-4.16
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,12 +1,12 @@
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.20-openshift-4.15 AS builder
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.21-openshift-4.16 AS builder
WORKDIR /go/src/github.com/openshift/network-tools
COPY . .

# needed for ovnkube-trace
FROM registry.ci.openshift.org/ocp/4.15:ovn-kubernetes AS ovnkube-trace
FROM registry.ci.openshift.org/ocp/4.16:ovn-kubernetes AS ovnkube-trace

# tools (openshift-tools) is based off cli
FROM registry.ci.openshift.org/ocp/4.15:tools
FROM registry.ci.openshift.org/ocp/4.16:tools
COPY --from=builder /go/src/github.com/openshift/network-tools/debug-scripts/ /opt/bin/
COPY --from=ovnkube-trace /usr/bin/ovnkube-trace /usr/bin/

Expand Down

0 comments on commit 9f4ae8a

Please sign in to comment.