Update README#68
Open
alicefr wants to merge 5 commits into
Open
Conversation
The other bootc repositories don't have the FOSSA badge to be aligned let's remove the badge. Revert of: bootc-dev#64 Signed-off-by: Alice Frosi <afrosi@redhat.com>
We have already documented how to have a containerized setup for bink, and it is even tested in the CI. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Use the make command instead of building directly with go. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Update README with the instructions how to source bink api expose Signed-off-by: Alice Frosi <afrosi@redhat.com>
Update README with bink auto-completion. Signed-off-by: Alice Frosi <afrosi@redhat.com>
jlebon
approved these changes
Jun 23, 2026
Comment on lines
94
to
+98
| bink api expose | ||
| export KUBECONFIG=$PWD/kubeconfig-podman | ||
| kubectl get pods -A | ||
| # Or directly from the shell | ||
| eval $(bink api expose) |
Collaborator
There was a problem hiding this comment.
Or just
# create and export KUBECONFIG
eval $(bink api expose)
kubectl get pods -A
?
Feels nicer in the README to give the polished version. Curious users can directly run bink api expose manually if they want to make sure they understand what's going on underneath.
Obviously fine as is!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several small improvements to the README and revert of the FOSSA badge.