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