Commit Graph

147 Commits

Author SHA1 Message Date
Chad Metcalf
3d1fb4c9a4
First pass at a dockerized toolchain.
I've seen a lot more failures. Compose is not the latest. It seems to
sort of work. We should probably parameterize Docker and Compose
versions to ensure we're installing a consistent toolchain.

Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-11 09:32:33 -07:00
Chad Metcalf
199da87b3b
Fixing Linux vs Mac Makefile differences.
Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-09 21:07:31 -07:00
Chad Metcalf
e059c77a47
Allow testing for just examples with changed files.
The full test suite takes a long time to test. Generally changes in this
repo only will change one project. So lets find the directories with
changes and only test those. By default we will compare against
origin/master which should cover testing PRs. If you're doing
development and want to test your current changes you could do:

BASE_REF=HEAD make test-changed

Or if you're testing against your fork:

BASE_REF=myremote/branch make test-changed

Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-09 15:09:04 -07:00
Chad Metcalf
d8a95fadd8
Don't parse empty strings.
Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-09 15:09:03 -07:00
Chad Metcalf
c600fc36ca
Use assert_success from the bats-assert library.
[ "$status" -eq 0 ] just bails out and its up to you to figure out why.
$output has the stdout/stderr so we could just print that. I think its
worth vendoring the libraries and just using those functions.

Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-08 14:27:20 -07:00
Chad Metcalf
6565a1f745
Vendoring bats libraries.
Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-08 14:27:13 -07:00
Chad Metcalf
5185cedf4e
Fixing Mac vs Linux bash shell'ism.
Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-08 14:27:04 -07:00
Chad Metcalf
702ec96821
Adding a Makefile and basic tests.
This approach uses bats to create a generic docker-compose test. It
checks that images are pullable, projects are buildable, up works, and
if ports are exposed that something is listening.

The tests can be tailored for each example. As long as they are the same
though, you can edit lib/test.bats.example and then `make update-tests`
and all the tests will be synced.

Signed-off-by: Chad Metcalf <chad@docker.com>
2020-08-08 14:26:52 -07:00
Justin Cormack
c47ca78721
Merge pull request #85 from docker/dependabot/npm_and_yarn/vuejs/vuejs/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3 in /vuejs/vuejs
2020-08-06 14:56:25 +01:00
dependabot[bot]
94c483302a
Bump elliptic from 6.5.2 to 6.5.3 in /vuejs/vuejs
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 18:07:14 +00:00
Romain Bélorgey
72bc6b1a16
Merge pull request #71 from thyrlian/master
Add Elasticsearch-Logstash-Kibana (ELK) example
2020-07-24 11:34:58 +02:00
Jing Li
c02d92a01c Add Logstash config to filter example Nginx logs
Signed-off-by: Jing Li <thyrlian@gmail.com>
2020-07-24 02:32:09 +02:00
Guillaume Lours
3cf928bf9e
Merge pull request #78 from docker/dependabot/npm_and_yarn/react-express-mysql/backend/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /react-express-mysql/backend
2020-07-20 09:22:40 +02:00
Guillaume Lours
72ef2e9175
Merge pull request #79 from docker/dependabot/npm_and_yarn/vuejs/vuejs/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /vuejs/vuejs
2020-07-20 09:08:40 +02:00
dependabot[bot]
ffc0c52d13
Bump lodash from 4.17.15 to 4.17.19 in /vuejs/vuejs
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 00:13:54 +00:00
dependabot[bot]
89724644e6
Bump lodash from 4.17.15 to 4.17.19 in /react-express-mysql/backend
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 00:00:11 +00:00
Guillaume Lours
638c159abd
Merge pull request #73 from docker/dependabot/maven/sparkjava-mysql/backend/mysql-mysql-connector-java-8.0.16
Bump mysql-connector-java from 8.0.11 to 8.0.16 in /sparkjava-mysql/backend
2020-07-02 10:05:56 +02:00
dependabot[bot]
f9cee336fc
Bump mysql-connector-java in /sparkjava-mysql/backend
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.11 to 8.0.16.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.11...8.0.16)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-02 02:47:53 +00:00
Guillaume Lours
50e72759a7
Merge pull request #69 from rahilsh/master
Fixed typo in readme
2020-06-23 15:57:52 +02:00
Jing Li
20e68aa966 Add Elasticsearch-Logstash-Kibana (ELK) example
Signed-off-by: Jing Li <thyrlian@gmail.com>
2020-06-21 10:21:09 +02:00
Rahil
304292bd9b Fixed typos in readme
Signed-off-by: Rahil S <rahilrshk@gmail.com>
2020-06-13 02:00:03 +05:30
Guillaume Lours
aaa6a612e4
Merge pull request #68 from glours/update_vujs_dependencies
Update VueJs dependencies
2020-06-05 22:06:10 +02:00
Guillaume Lours
e3aac7b58f Update vuejs dependencies
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-06-05 22:04:41 +02:00
Guillaume Lours
8e968e881c
Merge pull request #67 from docker/dependabot/npm_and_yarn/vuejs/vuejs/websocket-extensions-0.1.4
Bump websocket-extensions from 0.1.3 to 0.1.4 in /vuejs/vuejs
2020-06-05 21:44:02 +02:00
dependabot[bot]
05b0f58a3b
Bump websocket-extensions from 0.1.3 to 0.1.4 in /vuejs/vuejs
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-05 19:37:46 +00:00
Guillaume Lours
ea069d488f
Merge pull request #66 from glours/fix_django_cve
Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
2020-06-05 21:36:32 +02:00
Guillaume Lours
d441df2921 Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-06-05 21:34:30 +02:00
Jérémie Drouet
e5828ad1bf react-express-mongodb: clean frontend code
- apply prettier style on every js file
- remove mutation on immutable variables
- remove wrapper on top of axios
- fix form handling
- remove useless port definition in dockerfile

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Jérémie Drouet
be7f09b6ba react-express-mongodb: lint sources
to fix some syntax issues in the existing code, the commit
put in place prettier and format the code

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Jérémie Drouet
be8875c9b6 react-express-mongodb: rename server to backend
The goal here is to keep the same structure than the other examples.
Also, considering that it has a "frontend" folder, the equivalent for
the server should be "backend".

Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-05-13 11:33:48 +02:00
Guillaume Lours
e29f0d1c54
[react-express-mongdb] use compose network to communicate between services (#62)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-05-12 11:18:38 +02:00
Syed Afzal
2f750eb4f7
Sample React-Express-MongoDB (#59)
Signed-off-by: Afzal <sah.afzal@gmail.com>
2020-05-11 21:40:39 +02:00
Benoît Stahl
3599a2e685
prometheus-grafana - switch restart to string (#56)
Signed-off-by: Benoît Stahl <from+github@b5.pm>
2020-04-14 12:21:52 +02:00
Charlie Arehart
bb1a5a1bfe
nginx-golang fix some minor typos (#49)
change mysql version in readme to match compose file

Signed-off-by: Charlie Arehart <charlie@carehart.org>
2020-04-12 21:42:42 +02:00
Amin Vakil
93ff67d258
Add restart policy (#53)
It's almost no possible monitoring solution which it's OK to stop monitoring server itself upon a problem.

Signed-off-by: Amin Vakil <info@aminvakil.com>
2020-04-10 09:30:54 +02:00
Hans(Akhil) Maulloo
d3c5f28243
fixed title in flask readme file (#51)
Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-08 16:39:04 +02:00
Alain Sellerin
9c21b1270f
Change port number in spring-postgresql sample (#41)
Signed-off-by: alain <alain@localhost.localdomain>
2020-04-08 09:28:28 +02:00
lfache
3a0f551e33
Adding simple Traefik example. (#44)
Adding simple Traefik example.

Signed-off-by: lfache <61111030+lfache@users.noreply.github.com>
2020-04-07 21:32:26 +02:00
FelipeVilella
8e678f132c
changing extension (#46)
Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
2020-04-07 15:56:32 +02:00
FelipeVilella
1e7d24da27
Django example (#43)
Add a Django example
2020-04-07 14:00:55 +02:00
Hans(Akhil) Maulloo
40c3caa1c8
Sample for apache-php7 (#42)
* add apache-php7.2 sample

Signed-off-by: kouul <maulloohans@gmail.com>
2020-04-06 18:31:23 +02:00
Guillaume LOURS
58589727ff
Merge pull request #39 from winter0mute/fix-gitea-typo
Fix typo in gitea-postgres README
2020-03-29 14:48:38 +02:00
winter0mute
ff5768a59a Fix typo in gitea-postgres README
In the gitea-postgres README.md a nextcloud container was referenced instead of gitea, most likely it was copied from the nextcloud description.

Signed-off-by: winter0mute <stratocraft@gmail.com>
2020-03-29 12:11:56 +02:00
Chris Crone
78d807cb84
Merge pull request #38 from glours/awesome_compliance
Compliance with awesome repository requirements
2020-03-27 11:41:01 +01:00
Guillaume Lours
7fcb573db6 Compliance to awesome repository requirements
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2020-03-27 11:38:54 +01:00
Guillaume LOURS
11c633bc7f
Merge pull request #35 from jdrouet/react-rust
create a react-rust-postgres example
2020-03-27 10:22:59 +01:00
Jérémie Drouet
7d518e11da react-rust-postgres: add readmes
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-27 10:14:29 +01:00
Guillaume LOURS
60d2d2a8da
Merge pull request #37 from fumblehool/flask-app-fix
Updated Dockerfile for flask app
2020-03-26 14:25:05 +01:00
Damanpreet Singh
b3db208944 Updated Dockerfile for flask app
Signed-off-by: Damanpreet Singh <daman.4880@gmail.com>
2020-03-26 18:51:43 +05:30
Guillaume LOURS
30038951cd
Merge pull request #34 from kouul/master
Add flask sample
2020-03-26 11:35:36 +01:00