Manuel Schmid
4a116add3a
fix: update outdated links in README.md ( #1140 )
2024-08-15 09:53:21 +02:00
dependabot[bot]
e407103e9c
Bump cheerio from 1.0.0-rc.12 to 1.0.0 ( #1139 )
...
Bumps [cheerio](https://github.com/cheeriojs/cheerio ) from 1.0.0-rc.12 to 1.0.0.
- [Release notes](https://github.com/cheeriojs/cheerio/releases )
- [Commits](https://github.com/cheeriojs/cheerio/compare/v1.0.0-rc.12...v1.0.0 )
---
updated-dependencies:
- dependency-name: cheerio
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>
2024-08-12 19:52:56 +02:00
Julien Bisconti
5d67b52ef8
[maintainer] Remove mention of twitter bot ( #1138 )
...
* Remove mention of twitter bot
It seems broken since the twitter/x API changes. @vegasbrianc was the one to set it up back then. This has been mentioned in #1137
* Update config.yml
first PR merged comment fixed
2024-07-13 22:10:49 +02:00
Julien Bisconti
000d2ad22c
bump node to LTS permanently ( #1136 )
...
* Bump node to LTS permanently
* chore: also bump version of node in pull request workflow
---------
Co-authored-by: Julien Bisconti <julienb@spotify.com>
Co-authored-by: Manuel Schmid <dev@mash1t.de>
2024-07-13 16:34:42 +02:00
Alan Pope
cf36e94b71
Add Syft SBOM tool to the Awesome Docker Security section 🎉 ( #1134 )
...
* Add Syft to the security section
The world's favorite SBOM tool :D
* Fix my markdown blunder
Ahem.
* ABCDEFGHIJKLMNOPQR S TUVWXYZ
You'd have thought I'd have learned the alphabet by now.
I don't know *what* I was thinking, putting it waaaay up there.
Sorry about that.
* Update Syft & Anchore
Ok, I didn't realise the Anchore link at the top is actually to a product which is no longer available. So, I did the following to reduce mess:
1) Fixed the Anchore Enterprise product name, and added the 💲 because it's a paid product.
2) Removed reference to Anchore from Syft, as it's an open source project with multiple contributors outside Anchore.
I hope that's okay :D
2024-07-13 00:10:49 +02:00
dependabot[bot]
a64c12fd11
Bump rimraf from 5.0.8 to 6.0.1 ( #1135 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.8 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.8...v6.0.1 )
---
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>
2024-07-11 17:06:36 +02:00
dependabot[bot]
bfd12e2000
Bump rimraf from 5.0.7 to 5.0.8 ( #1132 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.7 to 5.0.8.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8 )
---
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>
2024-07-08 17:25:52 +02:00
Ajay D
7663c4e0f5
Add goManageDocker ( #1131 )
...
* Add goManageDocker
* added gomanagedocker in correct position
2024-06-24 12:22:58 +02:00
Manuel Schmid
c322627dce
fix slideshare link in readme ( #1130 )
...
fixes https://github.com/veggiemonk/awesome-docker/actions/runs/9621141019/job/26540539035
2024-06-24 07:54:31 +02:00
invzhi
e9f12cc305
caddy-docker-upstreams ( #1127 )
2024-06-13 07:25:07 +02:00
Denis Khoshaba
f5d48da87a
Add anchor ( #1125 )
...
* Add anchor
2024-05-26 17:38:53 +02:00
Julien Bisconti
5dfc524e74
docker-controller-bot ( #1124 )
...
Telegram bot to control docker containers
2024-05-15 06:47:50 +02:00
dependabot[bot]
2b38b62730
Bump rimraf from 5.0.5 to 5.0.7 ( #1122 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.5 to 5.0.7.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.5...v5.0.7 )
---
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>
2024-05-13 19:33:48 +02:00
hpsaturn
b27a13f2a2
development environment entry: ESP32 Linux Docker Builder ( #1121 )
...
* new development environment entry to compile Linux for ESP32 micros
* fixed markdown issue
2024-04-08 10:24:04 +02:00
Manuel Schmid
4107e446d6
Fix URL linux-audit.com ( #1120 )
...
replace /tag/ with /tags/
https://linux-audit.com/tag/docker/ => 410
https://linux-audit.com/tags/docker/ => 200
2024-04-06 10:32:06 +02:00
Austin Miller
393566d1f5
Learn Docker Visually - Beginner focused high-level overview of all major components of Docker. ( #1119 )
2024-03-20 00:49:22 +01:00
Sofus Albertsen
cde4b9ac7d
add Docker katas ( #1118 )
...
* Update README.md
This series of labs will take you from "Hello Docker" to deploying a containerized web application to a server.
* fix: remove links with failing checks
see https://github.com/veggiemonk/awesome-docker/actions/runs/8097381193/job/22129036106?pr=1118
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-02-29 15:34:58 +01:00
Julian Hochgesang
8fcd838f10
Add SparkView ( #1117 )
2024-02-08 18:42:30 +01:00
Shizun Ge
0925bbcd38
Add gantry for automatically updating Docker services ( #1115 )
2024-02-03 19:59:15 +01:00
Eligio Mariño
5be0d6fa27
doc: add Docuum ( #1114 )
2024-02-03 13:51:31 +01:00
Julien Bisconti
fdf7b63047
add dockemon ( #1113 )
2024-02-02 15:11:19 +01:00
Julien Bisconti
6a81e9f0e5
add dockge ( #1112 )
2024-02-02 15:08:37 +01:00
Alexander
ced0aa5569
Add Mafl ( #1109 )
...
* Add Mafl
* Reorder Mafl
2024-01-21 22:26:28 +01:00
Maximilian Muecke
e0c9da7d18
feat: denops-docker.vim entry and set docker.vim to abandoned
2024-01-21 18:58:31 +01:00
Maximilian Muecke
e6c0a3d57a
feat: gitea and github container registry entries ( #1110 )
...
* feat: gitea and github container registry entries
* fix: adjust gitea ordering
2024-01-21 12:07:03 +01:00
Rami Krispin
4275b45175
Update README.md
...
Add the VScode tutorial
2024-01-20 17:34:26 +01:00
mag37
9ee5ea343f
Added dockcheck under CI/CD section. ( #1107 )
...
dockcheck - A script checking updates for docker images without pulling - then selectively auto-update some/all containers (with extras like notifications, pruning and more).
2024-01-14 21:35:40 +01:00
pmeyer34
dd95f4e357
Add Tekton ( #1105 )
...
* Add Tekton
Signed-off-by: Patrice MEYER <patrice.meyer@groupama.com>
* adjust Tekton description
---------
Signed-off-by: Patrice MEYER <patrice.meyer@groupama.com>
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2024-01-04 12:10:34 +01:00
Damian Szczepanik
8c65e6563b
ctop project is not maintained and is based on the image with 100+ vulnerabilities ( #1104 )
2023-12-14 00:27:21 +01:00
dependabot[bot]
0064ad6e1b
Bump fs-extra from 11.1.1 to 11.2.0 ( #1103 )
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 11.1.1 to 11.2.0.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0 )
---
updated-dependencies:
- dependency-name: fs-extra
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-11-29 08:27:43 +01:00
Jack Wills
30d788bf46
Add oxker under Terminal UI section ( #1102 )
2023-11-28 12:49:59 +01:00
Nicholas Dille
3c2eb24aeb
docker-setup is now uniget ( #1096 )
2023-10-20 10:17:01 +02:00
Stephen Corya
4eca08d9b3
Add caddy-docker-proxy under Reverse Proxies section ( #1095 )
...
* Add caddy-docker-proxy under Reverse Proxies section
* remove skillcombo.com link with error
---------
Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com>
2023-10-20 09:26:34 +02:00
Andreas Dieckmann
8dc090b56f
remove dockupdater (does not exist anymore) ( #1092 )
...
the project does not exist anymore
2023-10-06 23:08:58 +02:00
dependabot[bot]
ee24bc2f43
Bump rimraf from 5.0.4 to 5.0.5 ( #1091 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.4 to 5.0.5.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.4...v5.0.5 )
---
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-09-27 17:16:53 +02:00
Manuel Schmid
a34807e72c
fix packer link ( #1090 )
2023-09-27 09:33:39 +02:00
Pascal Hofmann
29cdd539a9
Remove portus (abandoned) ( #1089 )
2023-09-27 09:07:43 +02:00
dependabot[bot]
66c8646599
Bump rimraf from 5.0.1 to 5.0.4 ( #1088 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.1 to 5.0.4.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.1...v5.0.4 )
---
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-09-27 07:50:21 +02:00
Alexei Shevchenko
5896748e40
Add decompose ( #1085 )
2023-09-01 16:38:35 +02:00
Roy Razon
2680f16568
Add Preevy to Wrappers ( #1082 )
2023-08-05 15:59:22 +02:00
Tigran Bayburtsyan
708d277a06
updating treescale.com to alin.io service name change ( #1084 )
...
* updating treescale.com to alin.io service name change
* sorting alphabetically alin.io
2023-08-05 15:46:13 +02:00
dependabot[bot]
2e0beda62d
Bump node-fetch from 3.3.1 to 3.3.2 ( #1083 )
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.3.1...v3.3.2 )
---
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-07-26 08:43:37 +02:00
Manuel Schmid
38f196c508
Fix sysdig.com redirect in README.md ( #1081 )
...
fixes https://github.com/veggiemonk/awesome-docker/actions/runs/5427953198/jobs/9871679106
2023-07-01 23:52:28 +02:00
Manuel Schmid
ba3464bb86
replace docker newsletter with docker blog ( #1080 )
...
the docker newsletter page was taken down and redirected to /
fixes https://github.com/veggiemonk/awesome-docker/actions/runs/5226989566
2023-06-10 23:20:44 +02:00
Leonardo Amaral
77a9c67a9a
Add Ofelia job scheduler for containers. ( #1079 )
2023-05-30 23:57:09 +02:00
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