You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sunyuxuan 91828a1c40
更改源文件为Notes
2 days ago
..
README.md 更改源文件为Notes 2 days ago
fedora 更改源文件为Notes 2 days ago
opensuse 更改源文件为Notes 2 days ago
ubuntu-20_04 更改源文件为Notes 2 days ago
ubuntu-22_04 更改源文件为Notes 2 days ago
ubuntu-23_10 更改源文件为Notes 2 days ago
ubuntu-aqtinstall-5 更改源文件为Notes 2 days ago
ubuntu-aqtinstall-6 更改源文件为Notes 2 days ago

README.md

Docker images for CI/CD

The Dockerfiles in this folder are used to build images for CI/CD pipelines.

Building images locally

docker build -f <path-to-dockerfile> -t <image-name> .
# for example:
docker build -f ./ubuntu-aqtinstall-6 -t zjeffer:notes/ubuntu-aqtinstall-6.4.3 .

Pushing images to Docker Hub

docker push <image-name>