Commit Graph

2910 Commits

Author SHA1 Message Date
Andreas Gebhardt
9ce3045159
exlude docker reddit on test (#1078)
```
{ TEST_PASSED: false, EXTERNAL_LINKS: 152 }
 ERROR {
  "0": {
    "show": true,
    "duplicates": "",
    "other_links_error": [
      [
        "https://www.reddit.com/r/docker/",
        {
          "ok": false,
          "status": "Found",
          "redirect": {
            "src": "https://www.reddit.com/r/docker/",
            "dst": "/r/docker/?rdt=51685"
          }
        }
      ]
    ]
  }
}
```
2023-05-29 17:40:14 +02:00
Andreas Gebhardt
8b85c0500a
Broken hyperlinks (#1077)
Fix mentions which results in broken links in rendered HTML.

Fixes #1072.
2023-05-20 17:11:34 +02:00
Andreas Gebhardt
c215e66d07
fix weekly QA findings (#1076)
https://github.com/veggiemonk/awesome-docker/actions/runs/5029238388/jobs/9020684632
2023-05-20 11:44:35 +02:00
Andreas Gebhardt
f0aa81dd7d
Broken hyperlinks (#1075)
* remove extinguished projects
* fix/update broken mentions

See #1072.
2023-05-19 11:19:51 +02:00
dependabot[bot]
4db75c5f8b
Bump rimraf from 5.0.0 to 5.0.1 (#1074)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.0 to 5.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-19 09:09:01 +02:00
Andreas Gebhardt
ffc7afae4c
run link check weekly at saturday midnight (#1073) 2023-05-18 17:54:45 +02:00
Giovanni Pecoraro
9ad38c8129
Update README.md (#1071)
* Update README.md

Added Ansible Linux Docker, dvwassl and Rust Universal Compiler.

* Update README.md
2023-04-30 18:52:07 +02:00
Julien B
3c0c5f4380
fix url monitoring stack (#1070) 2023-04-17 12:39:28 +02:00
Ayooluwa
b9e648b72e
Add Better Stack to monitoring services (#1069) 2023-04-15 15:42:24 +02:00
dependabot[bot]
ce4efb4013
Bump rimraf from 4.4.1 to 5.0.0 (#1068)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.4.1...v5.0.0)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 19:56:04 +02:00
Donal Byrne
a61b4fea10
Add EZDC, docker compose test harness, to testing section (#1067) 2023-04-09 20:37:17 +02:00
Fabien D
28ff6c5718
Add dctl as cli tools (#1066) 2023-04-03 09:24:56 +02:00
Tobias Holst
cca015b2c2
Sloppy.io is shutting down on the 15th of April 2023 (#1064) 2023-03-24 23:42:31 +01:00
Derek Lee
3164d6df94
Add Kurtosis to list of testing tools (#1063)
* Add Kurtosis to list of testing tools

Hey team! We'd like to add Kurtosis to the list of testing tools. 

*What is Kurtosis?* Kurtosis is a built system for multi-(docker)container test environments. 
*What is Kurtosis for?* Kurtosis is for engineers who dev against large distributed systems/applications and who experience pain when trying to configure multi (Docker) container environments for their testing workflows. 

Kurtosis can be used locally without the need to sign up and is free-forever under a source-available license (BSL). 

We have:
- Linked out to our Github: https://github.com/kurtosis-tech/kurtosis
- [A README on our GIthub](https://github.com/kurtosis-tech/kurtosis#readme)
- Content about how to setup/install the project (in our [Github README](https://github.com/kurtosis-tech/kurtosis#to-start-using-kurtosis) and on our [docs](https://docs.kurtosis.com/install)),
- Lots of great examples on: [Github](https://github.com/kurtosis-tech/awesome-kurtosis#awesome-kurtosis-) and in our [docs](https://docs.kurtosis.com/). 

I followed the [Quality Standards](https://github.com/veggiemonk/awesome-docker/blob/master/.github/CONTRIBUTING.md#quality-standards) you guys wrote, but please let me know if you've got any questions about Kurtosis or if we missed something!

Thanks

* add "composable" to description
2023-03-23 22:07:35 +01:00
dependabot[bot]
8dc117763f
Bump rimraf from 4.4.0 to 4.4.1 (#1062)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.4.0...v4.4.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 21:22:52 +01:00
Arjoonn
906c3cb2c5
Add Jaypore CI to list of CICD tools (#1061)
* Update README.md

* Update README.md

Changed the link to github link since PR template mentioned that.
2023-03-22 18:31:58 +01:00
dependabot[bot]
f8b8a9a168
Bump fs-extra from 11.1.0 to 11.1.1 (#1060)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 07:19:21 +01:00
dependabot[bot]
2c806373fc
Bump node-fetch from 3.3.0 to 3.3.1 (#1059)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 07:27:57 +01:00
dependabot[bot]
2155d40a76
Bump rimraf from 4.3.1 to 4.4.0 (#1058)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.3.1...v4.4.0)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-10 12:37:11 +01:00
dependabot[bot]
fa1ee13c42
Bump rimraf from 4.1.3 to 4.3.1 (#1057)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.3 to 4.3.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.1.3...v4.3.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 15:02:15 +01:00
Julien B
c77b8ac8be
remove broken links for courses 2023-03-08 15:00:21 +01:00
Héctor Molinero Fernández
2cd5fceeab
Add CetusGuard to Security (#1055) 2023-03-07 14:56:14 +01:00
dependabot[bot]
44ad9a7503
Bump rimraf from 4.1.2 to 4.1.3 (#1053)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03 10:07:13 +01:00
Alexey Shokov
82ae387a52
dockerize: supported version (#1052)
* dockerize: supported version

* chore: contributors list
2023-02-18 23:10:02 +01:00
Karol Musur
e4a0aed4c0
docker rollout - Zero Downtime Deployment for Docker Compose (#1051)
* Add docker-rollout

* fix: author link

* Update README.md

* Move docker rollout to Orchestration
2023-02-12 18:10:42 +01:00
dependabot[bot]
2ede779b7f
Bump rimraf from 4.1.1 to 4.1.2 (#1050)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-24 16:12:35 +01:00
Andreas Gebhardt
81844695a8
update redirected URLs (#1049) 2023-01-23 05:37:25 +01:00
Gaius
df01d9350a
feat: add dragonfly to registry (#1048)
Signed-off-by: Gaius <gaius.qi@gmail.com>

Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-01-20 08:10:59 +01:00
dependabot[bot]
fbd63ea02d
Bump rimraf from 4.1.0 to 4.1.1 (#1047)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 16:09:22 +01:00
dependabot[bot]
4adaa32634
Bump rimraf from 4.0.4 to 4.1.0 (#1046)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v4.0.4...v4.1.0)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-18 08:11:59 +01:00
dependabot[bot]
57c1fdff5e
Bump rimraf from 3.0.2 to 4.0.4 (#1044)
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 4.0.4.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v3.0.2...v4.0.4)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 14:40:02 +01:00
Liran Tal
7224c0be6d
docs: fixing broken and permanent redirect links (#1043) 2023-01-04 16:06:57 +01:00
Liran Tal
4bba32b069
docs: update resources with docker security guidelines for building Node.js images (#1042)
* docs: update resources with docker security guidelines for building Node.js images

Adding a new resource to the security learning section: `10 best practices to containerize Node.js web applications with Docker` which has been acknowledged by OWASP and other Docker community champions

* docs: link to snyk.io's blog on containerizing Node.js docker images best practices
2023-01-04 10:58:52 +01:00
dependabot[bot]
97a926586a
Bump fs-extra from 10.1.0 to 11.1.0 (#1041)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.1.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/10.1.0...11.1.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 23:00:38 +01:00
Charles SENGES
a7dd4ead8f
chore: add kitt as Development Environment tool (#1036)
Co-authored-by: csenges <csenges@scaleway.com>
2022-11-26 00:17:55 +01:00
Vinay Khatri
de5899b9c8
Add a new Docker tutorial (#1033)
* Add a new Docker tutorial

* Latest Docker tutorial (Sorted in alphabetical order)

* Deleted the repeated entry
2022-11-26 00:10:17 +01:00
Aaron Batilo
de706c67f3
Include Depot.dev under CI/CD section (#1039)
* Include Depot.dev under CI/CD section

I recently came across https://depot.dev and my builds went from being a few minutes to running in under 30 seconds. It feels like magic and I think should definitely be on a list of awesome Docker related projects.
2022-11-17 19:28:50 +01:00
dependabot[bot]
b41c57072c
Bump minimatch from 3.0.4 to 3.1.2 (#1038)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 18:48:56 +01:00
dependabot[bot]
325f715595
Bump node-fetch from 3.2.10 to 3.3.0 (#1035)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.10 to 3.3.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.10...v3.3.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-16 18:41:37 +01:00
Matti Paksula
0614608f54
flynn dead (#1037) 2022-11-16 18:40:08 +01:00
István Földházi
53af03f35f
Mark some cli tools dead (#1034) 2022-11-05 00:44:58 +01:00
Andreas Gebhardt
dff8914e17
update redirected URLs (#1032) 2022-11-05 00:44:07 +01:00
Andreas Gebhardt
a9ecee41fb
run pull request check(s) on Node.js v18 (#1031)
lgtm 👍
2022-11-03 20:39:18 +01:00
Andreas Gebhardt
2193ea5da1
some improvements (#1030)
* update GitHub Actions

> Node.js 12 actions are deprecated. For more information see:
> https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
> Please update the following actions to use Node.js 16: actions/checkout,
> actions/setup-node, actions/cache, actions/checkout

* show location in output if URL is redirected
2022-11-02 20:37:11 +01:00
Muhammad Atif Ali
ea0cc3c85c
added dockerdl (#1029)
* added dockerdl

Deep Learning Docker Image
Don't waste time setting up a deep learning env when you can get a deep learning environment with everything pre-installed.
2022-11-02 18:10:58 +01:00
tomsun28
c272ff3500
Add HertzBeat to Monitoring (#1028) 2022-10-30 19:50:20 +01:00
Kyle Balston
8986673fb6
Mark box project as abandoned (#1027)
The last commit for `box` was 2017-11-02 and the project has been archived
2022-10-19 12:03:29 +02:00
Julien Bisconti
0a419f2d90
Add docker-volume-backup (#1025)
Backup Docker volumes locally or to any S3 compatible storage.
2022-10-10 11:55:35 +02:00
Ismail Egilmez
f0200320c3
Added Sidekick (paying monitoring service)
* Update README.md

* Update README.md

* Update README.md

* add sidekick (paying service)

Co-authored-by: Julien Bisconti <veggiemonk@users.noreply.github.com>
2022-10-10 11:55:17 +02:00
Louis_45
9b9edb8911
Source code of Calico moved (#1024) 2022-09-28 08:48:30 +02:00