Skip to content

Update README#68

Open
alicefr wants to merge 5 commits into
bootc-dev:mainfrom
alicefr:update-readme
Open

Update README#68
alicefr wants to merge 5 commits into
bootc-dev:mainfrom
alicefr:update-readme

Conversation

@alicefr

@alicefr alicefr commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Several small improvements to the README and revert of the FOSSA badge.

alicefr added 5 commits June 23, 2026 08:45
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>
Comment thread README.md
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)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants