-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] crc setup
panics when image tag is missing
#4470
Labels
Comments
A-725-K
added a commit
to A-725-K/crc
that referenced
this issue
Nov 21, 2024
The "latest" tag is not supported, therefore it is necessary to stop with an error in case it is not provided when using the -b flag command line flag. Add unit tests to reproduce the bug and verify the fix. Closes issue crc-org#4470
A-725-K
added a commit
to A-725-K/crc
that referenced
this issue
Nov 21, 2024
The "latest" tag is not supported, therefore it is necessary to stop with an error in case it is not provided when using the -b flag command line flag. Add unit tests to reproduce the bug and verify the fix. Closes issue crc-org#4470
A-725-K
added a commit
to A-725-K/crc
that referenced
this issue
Nov 22, 2024
The "latest" tag is not supported, therefore it is necessary to stop with an error in case it is not provided when using the -b flag command line flag. Add unit tests to reproduce the bug and verify the fix. Closes issue crc-org#4470
A-725-K
added a commit
to A-725-K/crc
that referenced
this issue
Nov 25, 2024
The "latest" tag is not supported, therefore it is necessary to stop with an error in case it is not provided when using the -b flag command line flag. Add unit tests to reproduce the bug and verify the fix. Closes issue crc-org#4470
A-725-K
added a commit
to A-725-K/crc
that referenced
this issue
Nov 25, 2024
The "latest" tag is not supported, therefore it is necessary to stop with an error in case it is not provided when using the -b flag command line flag. Add unit tests to reproduce the bug and verify the fix. Closes issue crc-org#4470
praveenkumar
pushed a commit
that referenced
this issue
Nov 26, 2024
The "latest" tag is not supported, therefore it is necessary to stop with an error in case it is not provided when using the -b flag command line flag. Add unit tests to reproduce the bug and verify the fix. Closes issue #4470
Fixed in #4474 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
General information
crc setup
before starting it (Yes/No)? NoCRC version
CRC status
CRC config
$ crc config view - consent-telemetry : no
Host Operating System
Steps to reproduce
crc setup -b docker://quay.io/crcont/openshift-bundle
Expected
setup should warn user about the missing tag/end with an error/assume "latest" for the tag (or some other default value)
Actual
The text was updated successfully, but these errors were encountered: