You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#866 introduced UBI9 agents, refined in #880 but there is no updatecli manifest to keep UBI9_TAG up to date in the Dockerfile and in the docker-bake.hcl files.
Without any additional spec the last tag returned is sha256-14f1cd4b565c93b7ae400db1759db485f14a9154d45f25c9558cd2a9e753d2ca.att(wrong one):
sources:
latestVersion:
kind: dockerimagename: "Get the latest UBI9 Linux version"spec:
image: "registry.access.redhat.com/ubi9/ubi"
Using versionfilter: semver + trimsuffix: "-source" also returns wrong version:
sources:
latestVersion:
kind: dockerimagename: "Get the latest UBI9 Linux version"spec:
image: "registry.access.redhat.com/ubi9/ubi"versionfilter:
kind: semvertransformers:
- trimsuffix: "-source"
The line #1, matched by the keyword "ARG" and the matcher "UBI9_TAG", is changed from "ARG UBI9_TAG="9.4-1214.1726694543" to "ARG UBI9_TAG=9.4".
Same with a regexp pattern, wrong version returned.
sources:
latestVersion:
kind: dockerimagename: "Get the latest UBI9 Linux version"spec:
image: "registry.access.redhat.com/ubi9/ubi"versionfilter:
kind: regexppattern: \d+\.\d+-\d+\.\d+transformers:
- trimsuffix: "-source"
The line #1, matched by the keyword "ARG" and the matcher "UBI9_TAG", is changed from "ARG UBI9_TAG="9.4-1214.1726694543" to "ARG UBI9_TAG=9.4-947.1717074712".
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered:
What feature do you want to see added?
#866 introduced UBI9 agents, refined in #880 but there is no updatecli manifest to keep
UBI9_TAG
up to date in the Dockerfile and in the docker-bake.hcl files.I got a first version that I removed in ea74257
Without any additional spec the last tag returned is
sha256-14f1cd4b565c93b7ae400db1759db485f14a9154d45f25c9558cd2a9e753d2ca.att
(wrong one):Using
versionfilter: semver
+trimsuffix: "-source"
also returns wrong version:Same with a regexp pattern, wrong version returned.
Upstream changes
No response
Are you interested in contributing this feature?
No response
The text was updated successfully, but these errors were encountered: