Skip to content

Commit 122dd66

Browse files
Merge pull request #952 from yanirq/4_12
move master to point to 4.12
2 parents 26ca478 + f03b074 commit 122dd66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
IMAGE_BUILD_CMD ?= "docker"
22
IMAGE_REGISTRY ?= "quay.io"
33
REGISTRY_NAMESPACE ?= "openshift-kni"
4-
IMAGE_TAG ?= "4.11-snapshot"
4+
IMAGE_TAG ?= "4.12-snapshot"
55

66
TARGET_GOOS=linux
77
TARGET_GOARCH=amd64

must-gather/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In addition to the performance-operator logs and manifests, the command will col
77
This information is useful to understand and verify resource allocation to pods, whose proper alignment is critical for low-latency workloads.
88

99
To collect the container-native performance-related data with must-gather, you must specify the extra image using the `--image` option.
10-
In the following examples, `TAG` has the format `major.minor-snapshot`. For example, the TAG for OpenShift 4.11 will be `4.11-snapshot`.
10+
In the following examples, `TAG` has the format `major.minor-snapshot`. For example, the TAG for OpenShift 4.12 will be `4.12-snapshot`.
1111

1212
Example command line:
1313
```bash

openshift-ci/Dockerfile.must-gather

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/openshift/origin-must-gather:4.10.0 AS builder
1+
FROM quay.io/openshift/origin-must-gather:4.12.0 AS builder
22

33
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
44
RUN microdnf install -y pciutils util-linux hostname rsync tar ethtool

0 commit comments

Comments
 (0)