Overview
- Full name
docker.io/ethereum/solc- Registry
- docker.io
- Namespace
- ethereum
- Repository
- solc
- Cached tags
- 5122
- Last synced
- 07/06/2026, 04:05 PM
Introduction
Ethereum 官方 Solidity 编译器 CLI 镜像,将 .sol 合约编译为 EVM 字节码与 ABI,供 CI 流水线或本地开发一次性构建任务使用。
Details
ethereum/solc 封装各版本 Solidity 编译器,开发者挂载合约目录后执行 solc --abi --bin 输出产物。镜像定位为 ephemeral 编译工具,任务完成即退出,不适合 作为 Kubernetes 常驻 Deployment 或 HTTP 服务。与 Hardhat/Foundry 内置编译器相比容器版 pin 了 solc 版本便于可重现构建;Pipeline 中应以 --rm 运行并挂载 spec 与 output 目录。
快速启动
docker run --rm \
-v $(pwd):/sources \
docker.io/ethereum/solc:latest \
--abi --bin -o /sources/out /sources/Contract.sol
推荐实践
docker run --rm \
-v $(pwd)/contracts:/sources \
-v $(pwd)/build:/out \
docker.io/ethereum/solc:0.8.26 \
--abi --bin --optimize --optimize-runs 200 \
-o /out /sources/MyToken.sol
核心参数说明
-v .../contracts:/sources— 挂载 Solidity 源文件-v .../build:/out— 编译产物输出目录--optimize --optimize-runs 200— 启用优化及 runs 参数0.8.26— 固定 solc 版本 tag--rm— 编译完成自动清理容器- 版本 — tag 须与合约 pragma 匹配
Latest tags (20)
View all 5122 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/ethereum/solc :0.8.30-alpine | linux/amd64 | 2025/05/07 21:55 | 9.1 MB | sha256:968cb5ba4b4c… | |||
docker.io/ethereum/solc :stable-alpine | linux/amd64 | 2025/05/07 21:55 | 9.1 MB | sha256:968cb5ba4b4c… | |||
docker.io/ethereum/solc :0.8.30 | linux/amd64 | 2025/05/07 21:54 | 5.9 MB | sha256:b116bf835554… | |||
docker.io/ethereum/solc :stable | linux/amd64 | 2025/05/07 21:54 | 5.9 MB | sha256:b116bf835554… | |||
docker.io/ethereum/solc :0.8.29-alpine | linux/amd64 | 2025/03/12 18:40 | 9.2 MB | sha256:a7a9b57f4d26… | |||
docker.io/ethereum/solc :0.8.29 | linux/amd64 | 2025/03/12 18:40 | 5.9 MB | sha256:fd52315e8891… | |||
docker.io/ethereum/solc :0.8.28-alpine | linux/amd64 | 2024/10/09 17:23 | 9.1 MB | sha256:344fc82c3fa4… | |||
docker.io/ethereum/solc :0.8.28 | linux/amd64 | 2024/10/09 17:23 | 5.8 MB | sha256:b3b83d65e1ea… | |||
docker.io/ethereum/solc :0.8.27-alpine | linux/amd64 | 2024/09/04 17:58 | 9.1 MB | sha256:c8ae9f7862cf… | |||
docker.io/ethereum/solc :0.8.27 | linux/amd64 | 2024/09/04 17:58 | 5.8 MB | sha256:c74c43c73e64… | |||
docker.io/ethereum/solc :0.8.26-alpine | linux/amd64 | 2024/05/21 19:52 | 9.0 MB | sha256:378e4aa9bf02… | |||
docker.io/ethereum/solc :0.8.26 | linux/amd64 | 2024/05/21 19:51 | 5.7 MB | sha256:0158f0b11d4c… | |||
docker.io/ethereum/solc :0.8.25-alpine | linux/amd64 | 2024/03/14 20:22 | 8.8 MB | sha256:39beed12bfc0… | |||
docker.io/ethereum/solc :0.8.25 | linux/amd64 | 2024/03/14 20:21 | 5.6 MB | sha256:231d46593eae… | |||
docker.io/ethereum/solc :0.8.24-alpine | linux/amd64 | 2024/01/26 02:34 | 10.8 MB | sha256:8e9c10e57861… | |||
docker.io/ethereum/solc :0.8.24 | linux/amd64 | 2024/01/26 02:34 | 10.8 MB | sha256:e56ef5e376ae… | |||
docker.io/ethereum/solc :0.8.23-alpine | linux/amd64 | 2023/11/08 22:39 | 8.5 MB | sha256:d21988a3e70b… | |||
docker.io/ethereum/solc :0.8.23 | linux/amd64 | 2023/11/08 22:39 | 5.3 MB | sha256:63a27f290842… | |||
docker.io/ethereum/solc :0.8.22-alpine | linux/amd64 | 2023/10/25 19:37 | 8.6 MB | sha256:aea25ed8cc4e… | |||
docker.io/ethereum/solc :0.8.22 | linux/amd64 | 2023/10/25 19:37 | 5.3 MB | sha256:7a3bd6515ec8… |