Nick Boldt
Nick Boldt
See related PR: https://github.com/eclipse-che/che-server/pull/442
> @SDawley please fix shellcheck GH action's failures https://github.com/eclipse-che/che-plugin-registry/actions/runs/3652981131/jobs/6179520892 To be fair, this PR is for yaml files, not bash files... do we really need a passing shellcheck for yaml?...
@vanessap-aa @karlhaworth any chance this issue could be re-opened and reviewed?
With update to backend 3.0.0 and frontend 2.6.4, the card works again:  NOTE: Scaffolder not tested yet.
Yes it appears we good with the latest 3.0.0/2.6.4, though scaffolder was not checked.
If approved, will likely want to cherrypick this to 3.11 branch and also add the `--delete-old-versions` flag to Jenkins jobs where vsix files are created/published.
> I am still using those plugins to test cachito. That's why it's a new optional flag, rather than a default behaviour. I got your back. :D
Does the fact that upstream uses golang 1.19 mean we can't build this in a golang 1.18 environment? https://github.com/traefik/traefik/blob/v2.9.6/go.mod#L3 https://github.com/traefik/traefik/blob/v2.9.6/exp.Dockerfile vs. https://github.com/redhat-developer/devspaces-images/blob/devspaces-3-rhel-8/devspaces-traefik/build/rhel.Dockerfile#L16 Looks like we're still using node 12: https://github.com/traefik/traefik/blob/v2.9.6/exp.Dockerfile#L2...
go 1.19 exists for centos 8 and 9, but is not yet available in ubi8/9 content sets: * https://rpmfind.net/linux/rpm2html/search.php?query=golang vs. * https://catalog.redhat.com/software/containers/ubi8/go-toolset/5ce8713aac3db925c03774d1 (1.18) * https://catalog.redhat.com/software/containers/ubi9/go-toolset/61e5c00b4ec9945c18787690?container-tabs=gti (1.18)
From Anatoli: > The PR is postponed until we have go 1.19 on UBI.