Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
OnlineJudge v1.6.0 source code.tar.gz | 2024-02-03 | 1.1 MB | |
OnlineJudge v1.6.0 source code.zip | 2024-02-03 | 1.2 MB | |
README.md | 2024-02-03 | 890 Bytes | |
Totals: 3 Items | 2.3 MB | 0 |
母校使用青島 OJ 作為練習與測驗平台受益良多,希望能繼續更新,所以就自己跳下來做啦! 本次更新先把最重要的評測環境更新,不改動現有架構,讓使用者能好好發揮,不被語言版本限制。 這裡提前祝各位新年快樂,好好放假!
升级注意事项
本次更新需配合 JudgeServer v1.6.0 或更新的版本。
改动
- 更新基底映像档,从
python:3.8-alpine3.14
改为python:3.12-alpine
。 - 配合 JudgeServer 升级程序语言版本,调整编译与执行指令。
- 使用 GitHub Action 构建容器映像档。
Upgrade Notes
This update require JudgeServer v1.6.0 or newer.
Changes
- Upgrade base image from
python:3.8-alpine3.14
topython:3.12-alpine
. - Adjust compile and execute commands.
- Use GitHub Action to build container images.