Commit Graph

209 Commits

Author SHA1 Message Date
master 8c37f7b192 Update '.drone.yml'
continuous-integration/drone Build is failing
2023-05-31 02:21:37 +00:00
master 4bcc9c435b Update 'Dockerfile' 2023-05-31 02:20:29 +00:00
master 687afd20d3 Update 'Dockerfile'
continuous-integration/drone Build is failing
2023-05-31 02:16:14 +00:00
master 7842eed5e7 Update '.drone.yml'
continuous-integration/drone Build is failing
2023-05-31 02:11:38 +00:00
master 01af118af1 Update 'Dockerfile'
continuous-integration/drone Build is failing
2023-05-30 23:40:36 +00:00
master dd06907fba Update 'Dockerfile'
continuous-integration/drone Build is failing
2023-05-30 23:27:19 +00:00
master 7d33e4cc28 Update 'Dockerfile'
continuous-integration/drone Build is failing
2023-05-30 23:23:55 +00:00
master ccc49544b2 Update '.drone.yml'
continuous-integration/drone Build is failing
2023-05-30 23:17:52 +00:00
master 653f2d9c6d Update 'Dockerfile'
continuous-integration/drone Build is failing
2023-05-30 23:02:23 +00:00
master b762a59477 Update 'Dockerfile'
continuous-integration/drone Build was killed
2023-05-30 22:51:40 +00:00
master 1af13b49eb Update 'Dockerfile'
continuous-integration/drone Build was killed
2023-05-30 21:27:42 +00:00
master afc7252292 Update '.drone.yml'
continuous-integration/drone Build is failing
2023-02-10 05:12:53 +00:00
master 2f77ba4249 Update '.drone.yml'
continuous-integration/drone Build is failing
2023-02-10 05:07:44 +00:00
eric ebaf81efbc Update '.drone.yml' 2023-02-10 04:59:28 +00:00
eric 44f820ff24 Update 'Dockerfile'
continuous-integration/drone Build is passing
2023-02-10 04:53:03 +00:00
eric 3f1ad29bb7 Update 'Dockerfile'
continuous-integration/drone Build is failing
2023-02-10 04:49:59 +00:00
eric 6731d71795 Update '.drone.yml'
continuous-integration/drone Build is failing
2023-02-10 04:42:45 +00:00
eric e27e029921 Update '.drone.yml'
continuous-integration/drone Build is failing
2023-02-10 04:40:23 +00:00
eric 503ddfbcc4 Add '.drone.yml'
continuous-integration/drone Build is failing
2023-02-10 04:00:48 +00:00
Michael Irwin c7bbd0119f Merge pull request #341 from docker/speed-up-builds-with-platform-flags
Add platform flags to Dockerfile to speed up builds
2023-01-09 15:00:18 -05:00
Michael Irwin 1f24d456e0 Merge pull request #308 from umutesen/patch-1
Update index.md
2023-01-06 14:34:35 -05:00
Michael Irwin c4e9cd0f1d Add the setup-buildx-action and update build-push-action
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-12-22 15:57:09 -05:00
Michael Irwin 2981665f1f Add BUILDPLATFORM and TARGETPLATFORM flags to speed up builds
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-12-22 15:52:21 -05:00
Michael Irwin d9f0c9ac45 Merge pull request #338 from docker/clarify-compose-file-location 2022-12-21 07:59:03 -05:00
Michael Irwin eee88b403c Clarify where the compose file should be located
Signed-off-by: Michael Irwin <mikesir87@gmail.com>

Resolves #102
2022-12-19 17:25:01 -05:00
Michael Irwin 25f962b5e1 Merge pull request #335 from docker/clarify-removal-of-containers
Clarify removal of containers shouldn't remove tutorial
2022-12-14 11:07:03 -05:00
Michael Irwin 0d954877e5 Merge pull request #334 from docker/exit-netshoot-container
Add instruction to exit out of the netshoot container when done
2022-12-14 11:06:46 -05:00
Michael Irwin 3a9b88700e Merge pull request #333 from docker/repo-cleanup
Remove unused Jenkinsfile and yarn.lock files
2022-12-14 11:06:31 -05:00
Michael Irwin d7a15dd12a Clarify removal of containers shouldn't remove tutorial
Signed-off-by: Michael Irwin <mikesir87@gmail.com>

Resolves #28
2022-12-14 10:45:23 -05:00
Michael Irwin d3334672ce Add instruction to exit out of the netshoot container when done
Signed-off-by: Michael Irwin <mikesir87@gmail.com>

Resolves #254
2022-12-14 10:20:01 -05:00
Michael Irwin e5d371490c Remove unused Jenkinsfile and yarn.lock files
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-12-14 10:18:16 -05:00
Michael Irwin 9cdc998137 Merge pull request #331 from docker/add-timeout-to-db-connection 2022-12-14 07:55:30 -05:00
Michael Irwin 8dff10bcaa Update MySQL handler to add timeout for DNS query failures
Signed-off-by: Michael Irwin <mikesir87@gmail.com>

I was helping troubleshoot an issue with someone, who ended up
having a typo in their compose file where the MySQL service was
using the name "msyql", which obviously causes DNS to fail. But,
since the db init doesn't time out, it just looks hung. This fixes
that.
2022-12-13 16:53:36 -05:00
Michael Irwin b4d6426abc Merge pull request #107 from kieran6roberts/docs-wording-improvements
changed some of docs text/wording to improve readability
2022-11-28 17:55:13 -05:00
Michael Irwin 08ac9d963d Merge branch 'master' into docs-wording-improvements 2022-11-28 17:54:22 -05:00
Michael Irwin d7d4b09c4f Merge pull request #317 from docker/update-to-latest-versions-of-everything 2022-11-24 22:45:46 -05:00
Michael Irwin 3ad69345c3 Update two other instances of "docker-compose" to "docker compose"
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-23 11:42:16 -05:00
Michael Irwin 7e006777d7 Update copyright to current year
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 23:32:14 -05:00
Michael Irwin 2bca273ff4 Fix Dockerfile build to actually run tests and fix a unit test
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 23:27:02 -05:00
Michael Irwin b6ea4168d4 Update screenshots and docs to latest versions
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 23:13:08 -05:00
Michael Irwin 726bfd126b Upgrade mysql package to mysql2 to support new auth methods
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 23:12:30 -05:00
Michael Irwin 1d79efa7fa Update Dockerfile to no longer require python, make, etc.
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 22:13:47 -05:00
Michael Irwin 893c0c1bd5 Fix import path for uuid package changes
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 22:13:20 -05:00
Michael Irwin 615af9ff0d Add app/Dockerfile to both docker and gitignore files
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 22:10:33 -05:00
Michael Irwin fec54de67b Update sample app deps to latest versions and node to latest LTS
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2022-11-22 22:09:01 -05:00
Michael Irwin b4f92f7c6b Merge pull request #292 from muescha/patch-4
doc(using-docker-compose): update docker file reference
2022-11-18 17:13:09 -05:00
Michael Irwin 3a38099971 Merge pull request #311 from tatsuyafw/patch-1
Merge two spaces into one in README
2022-11-18 17:00:07 -05:00
Tatsuya Hoshino 6ccdca1634 Merge two spaces into one in README 2022-11-05 00:16:47 +09:00
Umut Esen 302bbda11a Update index.md
Fix index.js path to avoid error thrown at startup
2022-10-30 20:53:20 +00:00
Stefan Scherer 6f818a549f Merge pull request #295 from craig-osterhout/patch-1
Fix dead links
2022-08-30 14:55:19 +02:00