File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,24 @@ This repository is intended to create/build images with CI/CD capabilities.
22
33# Built images
44
5- Kuzzle:
5+ ## Kuzzle:
66
77- [ 2.2.2 (armhf)] ( https://hub.docker.com/layers/chokapeek/kuzzle-armhf/2.2.2/images/sha256-ed9892be2025c7d6b50dc3d4047f9ca7db3ccd14ea1ce148ce2b8cfdb5f49b50?context=explore )
88
9- Elasticsearch:
9+ ## Elasticsearch:
1010
1111- [ 7.4.2 (armhf)] ( https://hub.docker.com/layers/chokapeek/elasticsearch-armhf/7.4.2/images/sha256-4b5a40be658ff5512818803008fb61e6a19a38221df480d025622a9fc0284fc4?context=explore )
1212
13- Elasticsearch, as tweaked by the Kuzzleio team:
13+ ## Elasticsearch, as tweaked by the Kuzzleio team:
1414
1515- [ 7.4.2 (armhf)] ( https://hub.docker.com/layers/chokapeek/es-kuzzle-armhf/7.4.2/images/sha256-73ff106ba5cb5782dc4eba6f8bf0f54d0c5d2b49150a751715b69560d12b22aa?context=explore )
1616
17- Wine + Dotnet:
17+ ## Wine + Dotnet, using unbuffer as a way to simulate a TTY when needed:
18+
19+ I have a WPF application targetting .Net Framework 4.8 and .Net 5.0, and want
20+ to run its tests in a pipeline. Unfortunately, I don't have a windows runner.
21+ I ended up installing the windows version of .Net 5.0 to enjoy its compatibility
22+ with Windows Desktop functionalities. This image is built for anyone who'd need
23+ to run ` unbuffer wine dotnet test ` .
1824
1925- [ ubuntu 20.10 (amd64)] ( https://hub.docker.com/layers/chokapeek/wine-dotnet/20.10/images/sha256-1955852c230e9702d64fe4d6f4975a3999f2078fc48374b8870829530325906d?context=explore )
You can’t perform that action at this time.
0 commit comments