ubuntu:22.04
maybe have some issues, ex:ls
, warning use latest
- latest with upx
- 22.04-tf-cpu
- 22.04-go1.21.0-tf-cpu
- 22.04-go1.21.0-upx
- 22.04-go1.20.7-tf-cpu
- 22.04-go1.20.7-upx
- 20.04-jdk-11
- 20.04-tf-cpu
- 20.04-go1.21.0-tf-cpu
- 20.04-go1.21.0-upx
- 20.04-go1.20.7-tf-cpu
- 20.04-go1.20.7-upx
- 18.04
- 18.04-tf-cpu
- 18.04-tf-cpu-upx
- 18.04-go1.21.0-tf-cpu
- 18.04-go1.21.0-upx
- 18.04-go1.20.7-tf-cpu
- 18.04-go1.20.7-upx
ref: Makefile
- build and push image:
make all [tag=latest]
- build image:
make build [tag=latest]
- push image:
make push [tag=latest]
- run container:
make run [tag=latest]
- list all tags:
make | make list