-
Notifications
You must be signed in to change notification settings - Fork 166
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
Facing Issue while building from docker #135
Comments
Explain what steps led to this error. |
Getting same error after running build.sh |
This is the error on juno services build stage where the /juno/bin/clusterctl binary is not found. You can view a demo build here - https://github.com/paypal/junodb/blob/dev/docs/videos.md |
@NK8916 are you still seeing the issue? |
@varuntechie Yes still facing same issue |
` => CANCELED [internal] load build context 0.0s
=> => transferring context: 0.0s
=> CACHED [juno-build 1/1] FROM ghcr.io/paypal/junodb/juno-build:latest 0.0s
=> CACHED [juno-runtime-base 2/3] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yqq daemontools curl dnsutils ed less netcat net-tools sysstat iputils-ping tzdata && apt-get auto 0.0s
=> CACHED [juno-runtime-base 3/3] RUN groupadd -r juno --gid=1000 && useradd -r -g juno --uid=1000 juno 0.0s
=> ERROR [junoclustercfg 1/5] COPY --from=juno-build /juno/bin/clusterctl /juno/bin/junocfg /juno/bin/junoctl /juno/cmd/etcdsvr/etcdctl /opt/juno/ 0.0s
Dockerfile:53
52 |
53 | >>> COPY --from=juno-build
54 | >>> /juno/bin/clusterctl
55 | >>> /juno/bin/junocfg
56 | >>> /juno/bin/junoctl
57 | >>> /juno/cmd/etcdsvr/etcdctl
58 | >>> /opt/juno/
59 |
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref moby::128g9rtlb7qrgrase1wz73do8: "/juno/bin/clusterctl": not found
make: *** [build_junoclustercfg] Error 1`
anyone faced similar issue ?
The text was updated successfully, but these errors were encountered: