235 Commits
Author SHA1 Message Date
Michael Irwin 63e9150ca1 Merge pull request #380 from dockersamples/change-ports
Change ports
2024-10-10 11:05:02 -04:00
Michael Irwin 620c76c715 Change ports of vote/result ports from 5000/5001 to 8080/8081
The reasoning of this is because port 5000 is, by default, used by
an AirPlay receiver process on Macs. While this can be turned off,
we'd like this app to work without needing to adjust default
configurations on a machine.
2024-10-10 10:58:25 -04:00
Michael Irwin 1df1971b6b Merge pull request #379 from dvdksn/example-voting-app-fixups 2024-10-10 07:50:51 -04:00
David Karlsson a4901e48f1 lint: fix InvalidDefinitionDescription
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-10 11:47:49 +02:00
David Karlsson 19409732f8 lint: fix JSONArgsRecommended
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-10 11:41:22 +02:00
David Karlsson 0d759017a4 lint: fix FromAsCasing
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-10 11:38:04 +02:00
David Karlsson 2932a6f3d4 lint: fix LegacyKeyValueFormat
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-10 11:37:08 +02:00
Michael Irwin 8cd0cad869 Merge pull request #292 from julienadam/main
Adding a git attributes file to avoid EOL issues
2024-09-20 12:34:31 -04:00
Michael Irwin 2dede8045b Adjust name of debug launch config 2023-11-02 11:48:23 -04:00
Michael Irwin 8b0f5ad514 Merge pull request #311 from dockersamples/fix-python-reloading
Fix file mounts (work dir change) and python reloading
2023-10-27 14:59:51 -04:00
Michael Irwin 5c3aa29ac7 Fix file mounts (work dir change) and python reloading
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2023-10-27 13:55:40 -04:00
Michael Irwin c688f50b0d Merge pull request #310 from dockersamples/adjust-inspect
Don't break on user script at start and bind debug only locally
2023-10-23 23:15:26 -04:00
Michael Irwin 7e0e20ae10 Don't break on user script at start and bind debug only locally 2023-10-23 23:10:10 -04:00
Michael Irwin 85b40132ef Merge pull request #308 from dockersamples/add-node-debugger-support
Add debug port support for the results (node) app
2023-10-23 22:57:43 -04:00
Michael Irwin cdfd5e0b43 Merge pull request #307 from dockersamples/update-versions
Update versions
2023-10-23 22:56:05 -04:00
Michael Irwin 6286b6cf25 Add debug port support for the results (node) app 2023-10-19 16:24:56 -04:00
Logan Bussell d268b89fb1 Simplify .NET multi-platform Dockerfile (#301)
* Improve dotnet multiplatform dockerfile

* Use implicit TARGETPLATFORM
2023-10-18 15:37:09 -04:00
Michael Irwin 67cab556a1 Update result libs to latest versions & resolve socket.io CVE
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2023-09-18 11:06:45 -04:00
Michael Irwin f9c58a0b91 Update vote service to python:3.11
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2023-09-18 11:06:10 -04:00
Julien Adam 574e6a7582 Adding a git attributes file to avoid EOL issues
CRLF in .sh healthcheck scripts causes failures on Windows Docker
2023-04-06 14:31:20 +02:00
Bret Fisher 3accda954e updated architecture diag (#286) 2023-02-23 09:47:59 -05:00
Bret Fisher 897171c0da remove redis port (#278) 2022-12-16 23:01:10 -05:00
Bret Fisher f1445f43b1 remove dupe dotnet voting and result apps (#277) 2022-12-16 22:37:25 -05:00
Bret Fisher 07376881e7 add before and after tags for demos (#276) 2022-12-16 22:23:45 -05:00
Bret Fisher c76fbd6494 Remove namespace from k8s example (#275)
* remove namespace from k8s example

* add remove step
2022-12-16 22:12:11 -05:00
Bret Fisher 93ee0a516c fix dotnet build (#274) 2022-12-16 22:06:39 -05:00
Bret Fisher 226edf0184 compose and K8s file cleanup (#273) 2022-12-16 21:50:40 -05:00
Bret Fisher f0fb81f707 Adding docker hub to push list (#271)
* adding docker hub to push list

* adding back arm builds to worker
2022-12-16 17:32:18 -05:00
Michael Irwin 7e7445a601 Clean up worker service (#272)
* Remove Java project from worker

* Update .NET Core and remove old dotnet codebase from worker service

* Remove Windows-based Compose files and info from README

* Update .NET to 7.0
2022-12-16 17:27:32 -05:00
Michael Irwin eaa19a7161 Merge pull request #263 from dockersamples/gha-init
adding GHA for docker builds and dependabot config for GHA
2022-12-16 16:43:31 -05:00
Bret Fisher 0f4f923704 Merge branch 'main' into gha-init 2022-12-16 16:34:47 -05:00
Michael Irwin f379254f17 Merge pull request #268 from dockersamples/update-result-deps
update result node.js deps for multi-arch
2022-12-16 16:23:22 -05:00
Bret Fisher 3ccc624fd7 update result node.js deps for multi-arch 2022-12-09 17:56:20 -05:00
Michael Irwin 372d8251ce Merge pull request #266 from ErjanGavalji/main
Fix a case of lost vote.
2022-12-09 17:16:24 -05:00
Bret Fisher 5a23ae2245 disable worker arm/v7 support for now 2022-12-09 16:47:00 -05:00
Bret Fisher 6f953ce289 enable docker hub 2022-12-09 16:18:40 -05:00
Bret Fisher 88d04ef085 updating GHA paths 2022-12-09 15:57:14 -05:00
Erjan Gavalji db6f956bbd Fix the case of losing a vote when actual vote found in Redis and db connection was closed 2022-12-08 11:29:50 +02:00
Bret Fisher 9164019490 disable Hub until bot account works 2022-12-03 09:15:52 -05:00
Bret Fisher 5b2987f956 docker build gha init 2022-12-02 19:14:35 -05:00
Michael Irwin e96cc16420 Merge pull request #243 from Alirezaaraby/master
Update README.md
2022-11-29 00:30:17 -05:00
Alirezaarabi 19a15ef6a9 Update README.md 2022-07-25 23:58:07 +04:30
Justin Cormack 5edf3f7c8d Merge pull request #197 from StefanScherer/update-dotnet-3-1
Update dotnet 3.1 (needed to support Apple Silicon M1)
2021-05-05 17:24:30 +01:00
Stefan Scherer 89e063d047 Update TargetFramework to 3.1
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-05-05 18:16:17 +02:00
Stefan Scherer 4553484152 Update dotnet 3.1 2021-02-12 18:28:07 +01:00
Bret Fisher e433be5d16 remove unused Jenkins 2021-01-29 17:42:16 -05:00
Bret Fisher a33c638b2f adding data seeding
Just run "docker-compose -f docker-compose.seed.yml up" to seed (you need to "docker-compose up -d" first)
2021-01-29 17:38:20 -05:00
Bret Fisher d1920ed44a added vote logging 2021-01-29 17:06:20 -05:00
Bret Fisher af94bc5c08 added new maintainers! 2021-01-29 17:01:55 -05:00
Bret Fisher 383b74158e healthchecks! move to compose spec version! 2021-01-29 16:47:31 -05:00