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

docker #11

Open
cheaterc-dev opened this issue Sep 9, 2024 · 0 comments
Open

docker #11

cheaterc-dev opened this issue Sep 9, 2024 · 0 comments

Comments

@cheaterc-dev
Copy link

Good afternoon, help me solve this problem

docker build -t ping-exporter .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 182.3kB
Step 1/9 : FROM ekidd/rust-musl-builder:1.36.0 as builder
---> 199e6dcf7c1c
Step 2/9 : COPY Cargo.toml Makefile ./
---> Using cache
---> 66eb14be5b5b
Step 3/9 : COPY src/ ./src/
---> Using cache
---> 3e046e20a04b
Step 4/9 : RUN make
---> Running in eb1c191f1402
cargo build -vv --release
Updating crates.io index
Updating git repository https://github.com/knsd/tacho.git
Downloading crates ...
Downloaded log v0.4.22
error: failed to parse manifest at /home/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.22/Cargo.toml

Caused by:
failed to parse the edition key

Caused by:
supported edition values are 2015 or 2018, but 2021 is unknown
make: *** [all] Error 101
Makefile:2: recipe for target 'all' failed
The command '/bin/sh -c make' returned a non-zero code: 2

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