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
|
2 days ago | |
---|---|---|
.. | ||
README.md | 2 days ago | |
fedora | 2 days ago | |
opensuse | 2 days ago | |
ubuntu-20_04 | 2 days ago | |
ubuntu-22_04 | 2 days ago | |
ubuntu-23_10 | 2 days ago | |
ubuntu-aqtinstall-5 | 2 days ago | |
ubuntu-aqtinstall-6 | 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>