git clone -b rollkit https://github.com/rollkit/omni.git
cd omni
go install github.com/goreleaser/goreleaser@latest
make build-docker
make devnet-zero-deploy
Expected result
Start your Omni node with Rollkit and local-DA
Actual result
`skc@dtest-r3:~/omni$ make build-docker
make[1]: Entering directory '/home/skc/omni/explorer'
make[2]: Entering directory '/home/skc/omni/explorer/ui'
unknown shorthand flag: 't' in -t
See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Common Commands:
run Create and run a new container from an image
exec Execute a command in a running container
ps List containers
build Build an image from a Dockerfile
pull Download an image from a registry
push Upload an image to a registry
images List images
login Log in to a registry
logout Log out from a registry
search Search Docker Hub for images
version Show the Docker version information
info Display system-wide information
Commands:
attach Attach local standard input, output, and error streams to a running container
commit Create a new image from a container's changes
cp Copy files/folders between a container and the local filesystem
create Create a new container
diff Inspect changes to files or directories on a container's filesystem
events Get real time events from the server
export Export a container's filesystem as a tar archive
history Show the history of an image
import Import the contents from a tarball to create a filesystem image
inspect Return low-level information on Docker objects
kill Kill one or more running containers
load Load an image from a tar archive or STDIN
logs Fetch the logs of a container
pause Pause all processes within one or more containers
port List port mappings or a specific mapping for the container
rename Rename a container
restart Restart one or more containers
rm Remove one or more containers
rmi Remove one or more images
save Save one or more images to a tar archive (streamed to STDOUT by default)
start Start one or more stopped containers
stats Display a live stream of container(s) resource usage statistics
stop Stop one or more running containers
tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE
top Display the running processes of a container
unpause Unpause all processes within one or more containers
update Update configuration of one or more containers
wait Block until one or more containers stop, then print their exit codes
Global Options:
--config string Location of client config files (default "/home/skc/.docker")
-c, --context string Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use")
-D, --debug Enable debug mode
-H, --host list Daemon socket to connect to
-l, --log-level string Set the logging level ("debug", "info", "warn", "error", "fatal") (default "info")
--tls Use TLS; implied by --tlsverify
--tlscacert string Trust certs signed only by this CA (default "/home/skc/.docker/ca.pem")
--tlscert string Path to TLS certificate file (default "/home/skc/.docker/cert.pem")
--tlskey string Path to TLS key file (default "/home/skc/.docker/key.pem")
--tlsverify Use TLS and verify the remote
-v, --version Print version information and quit
Run 'docker COMMAND --help' for more information on a command.
Version of Git SHA
0458c383ce972d18ac7fac5be81ad09dd4551a7a
System OS
22.04.4 LTS
Installed tools
No response
Others
No response
Steps to reproduce it
Follow steps at https://rollkit.dev/tutorials/octane-evm
git clone -b rollkit https://github.com/rollkit/omni.git cd omni go install github.com/goreleaser/goreleaser@latest make build-docker make devnet-zero-deploy
Expected result
Start your Omni node with Rollkit and local-DA
Actual result
`skc@dtest-r3:~/omni$ make build-docker make[1]: Entering directory '/home/skc/omni/explorer' make[2]: Entering directory '/home/skc/omni/explorer/ui' unknown shorthand flag: 't' in -t See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
A self-sufficient runtime for containers
Common Commands: run Create and run a new container from an image exec Execute a command in a running container ps List containers build Build an image from a Dockerfile pull Download an image from a registry push Upload an image to a registry images List images login Log in to a registry logout Log out from a registry search Search Docker Hub for images version Show the Docker version information info Display system-wide information
Management Commands: builder Manage builds container Manage containers context Manage contexts image Manage images manifest Manage Docker image manifests and manifest lists network Manage networks plugin Manage plugins system Manage Docker trust Manage trust on Docker images volume Manage volumes
Swarm Commands: swarm Manage Swarm
Commands: attach Attach local standard input, output, and error streams to a running container commit Create a new image from a container's changes cp Copy files/folders between a container and the local filesystem create Create a new container diff Inspect changes to files or directories on a container's filesystem events Get real time events from the server export Export a container's filesystem as a tar archive history Show the history of an image import Import the contents from a tarball to create a filesystem image inspect Return low-level information on Docker objects kill Kill one or more running containers load Load an image from a tar archive or STDIN logs Fetch the logs of a container pause Pause all processes within one or more containers port List port mappings or a specific mapping for the container rename Rename a container restart Restart one or more containers rm Remove one or more containers rmi Remove one or more images save Save one or more images to a tar archive (streamed to STDOUT by default) start Start one or more stopped containers stats Display a live stream of container(s) resource usage statistics stop Stop one or more running containers tag Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE top Display the running processes of a container unpause Unpause all processes within one or more containers update Update configuration of one or more containers wait Block until one or more containers stop, then print their exit codes
Global Options: --config string Location of client config files (default "/home/skc/.docker") -c, --context string Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use") -D, --debug Enable debug mode -H, --host list Daemon socket to connect to -l, --log-level string Set the logging level ("debug", "info", "warn", "error", "fatal") (default "info") --tls Use TLS; implied by --tlsverify --tlscacert string Trust certs signed only by this CA (default "/home/skc/.docker/ca.pem") --tlscert string Path to TLS certificate file (default "/home/skc/.docker/cert.pem") --tlskey string Path to TLS key file (default "/home/skc/.docker/key.pem") --tlsverify Use TLS and verify the remote -v, --version Print version information and quit
Run 'docker COMMAND --help' for more information on a command.
For more help on how to use Docker, head to https://docs.docker.com/go/guides/
make[2]: [Makefile:18: build-docker] Error 125 make[2]: Leaving directory '/home/skc/omni/explorer/ui' make[1]: [Makefile:8: build-ui] Error 2 make[1]: Leaving directory '/home/skc/omni/explorer' make: [Makefile:21: build-explorer-ui] Error 2 skc@dtest-r3:~/omni$ skc@dtest-r3:~/omni$ make devnet-zero-deploy Creating a docker-compose devnet in ./e2e/run/devnet0 github.com/omni-network/omni/e2e link: github.com/fjl/memsize: invalid reference to runtime.stopTheWorld make: [Makefile:95: devnet-zero-deploy] Error 1 `
Relevant log output
No response
Notes
similar issues I face when doing beacon-kit setup following https://rollkit.dev/tutorials/beaconkit