summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Correnti <jcorrenti13@gmail.com>2022-06-01 11:44:35 -0400
committerMatthew Heon <mheon@redhat.com>2022-06-14 14:40:37 -0400
commitfee29c564d83a4bdae554564680971f8303e9c85 (patch)
tree8c67a6f50c578ca6ea52b664f554e96ee76fa489
parent70201a3b5f991f12b80ffc33e3da679f1ab9b526 (diff)
downloadpodman-fee29c564d83a4bdae554564680971f8303e9c85.tar.gz
podman-fee29c564d83a4bdae554564680971f8303e9c85.tar.bz2
podman-fee29c564d83a4bdae554564680971f8303e9c85.zip
Removed `imageStream` hardcoded value
[NO NEW TESTS NEEDED] Removed `imageStream` hardcoded value that was set to testing. Since podman4 is in the fcos trees, it should be removed. The respective comments have also been removed. Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
-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"