doc-suse-com / site

Issue Tracker for documentation.suse.com
https://github.com/SUSEdoc/documentation.suse.com-issues/issues
5 stars 0 forks source link

[Wrong Sample][Container Guide] #55

Closed EwertonJordao closed 2 years ago

EwertonJordao commented 2 years ago

https://documentation.suse.com/sle-containers/all/html/SLE-container-guide/cha-bci.html#status-lifecycle-bci

Now:

skopeo inspect docker://registry.suse.com/bci/bci-micro:15.4 | jq '.Labels["com.suse.techpreview"]'
skopeo inspect docker://registry.suse.com/bci/bci-base:15.4 | jq '.Labels["com.suse.techpreview"]'
null

Expected:

skopeo inspect docker://registry.suse.com/bci/bci-micro:15.4 | jq '.Labels["com.suse.supportlevel"]'
"techpreview"
skopeo inspect docker://registry.suse.com/bci/bci-base:15.4 | jq '.Labels["com.suse.supportlevel"]'
"l3"
tomschr commented 2 years ago

Thanks @EwertonJordao, I redirected it to the person in charge.

tomschr commented 2 years ago

It was already added to our daily update here: https://susedoc.github.io/doc-sle/main/single-html/SLES-container/#status-lifecycle-bci For the official documentation you have to wait til Friday. :slightly_smiling_face:

EwertonJordao commented 2 years ago

@tomschr I saw recently the documentation and still the wrong sample. Any problem with that sugestion ?

tomschr commented 2 years ago

@tomschr I saw recently the documentation and still the wrong sample. Any problem with that sugestion ?

We moved the Container Guide to a new location. This is work in progress. Once this is done, the URL will be redirected to the new location.