Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

fix: use explicit version instead of latest tag #3

Merged
merged 1 commit into from
Nov 5, 2023

Conversation

bobslept
Copy link
Contributor

@bobslept bobslept commented Nov 5, 2023

Somehow registry.fedoraproject.org/fedora-toolbox:latest now points to fedora 37.

skopeo inspect docker://registry.fedoraproject.org/fedora-toolbox:latest | jq -r '.Labels'
{
  "architecture": "x86_64",
  "authoritative-source-url": "registry.fedoraproject.org",
  "build-date": "2023-10-09T13:38:04.262476",
  "com.github.containers.toolbox": "true",
  "com.redhat.build-host": "osbs-node02.iad2.fedoraproject.org",
  "com.redhat.component": "fedora-toolbox",
  "distribution-scope": "public",
  "license": "MIT",
  "maintainer": "Debarshi Ray <[email protected]>",
  "name": "fedora-toolbox",
  "release": "17",
  "summary": "Base image for creating Fedora toolbox containers",
  "usage": "This image is meant to be used with the toolbox command",
  "vcs-ref": "71730c30c9e0a91bcc2d5143f447a6092b68f91c",
  "vcs-type": "git",
  "vendor": "Fedora Project",
  "version": "37"
}

Therefore we might be better of using registry.fedoraproject.org/fedora-toolbox:39
Or report it to upstream, but I have no clue where to file a report for this.

@bobslept bobslept requested a review from KyleGospo November 5, 2023 21:58
@KyleGospo KyleGospo merged commit db39882 into ublue-os:main Nov 5, 2023
1 check passed
@bobslept bobslept deleted the fix-latest-tag branch November 5, 2023 23:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants