Skip to content
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

Provide container image for the user #659

Open
kaovilai opened this issue Apr 18, 2023 · 0 comments
Open

Provide container image for the user #659

kaovilai opened this issue Apr 18, 2023 · 0 comments

Comments

@kaovilai
Copy link
Contributor

kaovilai commented Apr 18, 2023

So this step can become optional.

Next, Build a container using the repo/branch you checked out.
```shell
cd openshift-ops-workshops
export QUAY_USER=myusername
export BRANCH=$(git branch --show-current)
podman build -t quay.io/${QUAY_USER}/lab-sample-workshop:${BRANCH} .
```

Can be done as part of GitHub Actions build on push (for each branch) if Dockerfile changed to publish on quay.io or ghcr.io

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

No branches or pull requests

1 participant