summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-06-01 15:00:57 -0400
committerGitHub <noreply@github.com>2022-06-01 15:00:57 -0400
commit2c63b8a2fdbc1e72711e09417380fd67063b07d3 (patch)
treeab6e34b745da4a14c35de9f86841fc9bc33e4db5
parentf5389dbb44d8d83c3af08b3b183c8e7805c99d88 (diff)
parentdbdc26a4cf4780637f545253b603fef8ee6b06e4 (diff)
downloadpodman-2c63b8a2fdbc1e72711e09417380fd67063b07d3.tar.gz
podman-2c63b8a2fdbc1e72711e09417380fd67063b07d3.tar.bz2
podman-2c63b8a2fdbc1e72711e09417380fd67063b07d3.zip
Merge pull request #14439 from jakecorrenti/remove-hardcoded-imageStream-line
Removed `imageStream` hardcoded value
-rw-r--r--pkg/machine/fcos.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/machine/fcos.go b/pkg/machine/fcos.go
index df58b8a1e..77427139a 100644
--- a/pkg/machine/fcos.go
+++ b/pkg/machine/fcos.go
@@ -146,13 +146,6 @@ func GetFCOSDownload(imageStream string) (*FcosDownloadInfo, error) { //nolint:s
streamType string
)
- // This is being hard set to testing. Once podman4 is in the
- // fcos trees, we should remove it and re-release at least on
- // macs.
- // TODO: remove when podman4.0 is in coreos
-
- imageStream = "podman-testing" //nolint:staticcheck
-
switch imageStream {
case "podman-testing":
streamType = "podman-testing"