aboutsummaryrefslogtreecommitdiff
path: root/contrib/Docker
AgeCommit message (Collapse)Author
2025-05-26CI/Circle: Switch images from ubuntu 22.04 to debian 12 (#31002)Shauren
2023-05-20Docker: Fixed files being missing from circleci built imagesShauren
2022-09-14Docker: Update contrib Dockerfilefunjoker
2022-03-09CI/CircleCI: Switch to Ubuntu 21.04 (#26476)Giacomo Pozzoni
(cherry picked from commit 5991dcb12b638a0ef483fddeeda3e5744012dda6)
2022-03-06Push docker images to DockerHub (#26177)Giacomo Pozzoni
* CI/CircleCI: Push docker images to DockerHub Push docker image to DockerHub is DOCKERHUB_PUSH_IMAGES environmental variable is set to "TRUE". * Build in Release only if pushing the images to dockerhub * Move branch from repository name to tag name * Update docker readme Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> (cherry picked from commit 84ad438d15cffd7dca0e67d540cd41946b946bed)
2022-03-06Docker/Readme: codestyle cleanup (9af6bf1 follow-up) (#25864)Trond B. Krokli
* Docker/Readme: codestyle cleanup Changes proposed: - Simplify MD back tick usage in stand-alone horizontal strings. - Sentence grammar improvements/adjustments (might->may etc.) - Punctuation: Add a period dot at the end of proper sentences. - Punctuation: Add Oxford commas for natural readability. - Punctuation: Add colon at the end of sentence introducing command examples. - Reduce indentation level for bullet point annotation from second level to first level. - Spell Linux with a capital L (proper noun, from "Linus + UNIX"). - UNIX is a proper noun with all its letters in uppercase. - Remove a stray double quote character from the start of a command. - Replace HTML entity &#46; with its ASCII representation, a period dot. Whitespace changes: - add editorial blank line below H1 (page title) and H2 headings - add editorial blank line below MD code block fences (codestyle) * Lowercase 'pch' job name - "PCH" -> pch * Revert HTML entity change in README dot md - Revert README.md to its original `README&#46;md` spelling to avoid coding issues. * Update contrib/Docker/README.md Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 3a61fe3c31b3fc61d3b881196319ccd96d69c7e4)
2022-03-06CI/CircleCI: Expose binaries built on Circle CI as docker images in the ↵Giacomo Pozzoni
Circle CI artifacts (#25832) Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 9af6bf15aa2fe836c3ebba306eaaa8971f00fac4)