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

Add docker build instructions to README #30

Open
EmilePapillon opened this issue Mar 17, 2021 · 1 comment
Open

Add docker build instructions to README #30

EmilePapillon opened this issue Mar 17, 2021 · 1 comment

Comments

@EmilePapillon
Copy link

EmilePapillon commented Mar 17, 2021

Since building the container image seems to require specifying build arguments GITREPO and BRANCH, it would be useful to some users to have a line explaining this in the README.

@lgrosz
Copy link

lgrosz commented Jun 25, 2021

Poky repo: git://git.yoctoproject.org/poky
Branch: rocko or some other version

docker build -t crops/toaster --build-arg "GITREPO=git://git.yoctoproject.org/poky" --build-arg "BRANCH=rocko" .

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

2 participants