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

docs(README): update docker build command #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs(README): update docker build command
acamilleri authored May 3, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit c90c87b01dd42902a62e742e3e59c2c897070b53
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ The build script also creates the `cache/` directory and saves the image to `cac
If you want to build the image directly, you can. You must get the build args correct for it to work:

```
docker build -t openzfs:install-<version> --build-arg ZFS_VERSION=<zfs_version> --build-arg LKT_VERSION=<linuxkit_kernel_version> --build-arg ALPINE_VERSION=<appropriate_alpinne_version> .
docker build -t openzfs:install-<version> --build-arg ZFS_VERSION=<zfs_version> --build-arg KERNEL_IMAGE=<linuxkit_docker_kernel_image> --build-arg ALPINE_VERSION=<appropriate_alpinne_version> .
```

Optionally, push the images you build to a registry.