13 Commits (fa1788d822147c17c5ce1f1c53e3230653cba1fe)

Author SHA1 Message Date
Nick Sieger c2f8036fd3
Add "Open in Docker Dev Environments" links (#280)
* readme: add devenvs links in READMEs

Signed-off-by: Nick Sieger <nick@nicksieger.com>
2 years ago
Guillaume Lours f716bfb382
add configuration to use django sample with Docker Dev Environments feature (#252)
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2 years ago
Guillaume Lours 298ebd2b45
Fix security issues (#244)
* fix security issues in react-rust-postgres sample
* fix security issues in react-java-mysql sample
* fix security issues in react-express-mysql sample
* fix security issues in react-express-mongodb sample
* fix security issues in react-nginx sample
* fix security issues in angular sample
* fix security issues in django sample
* fix security issues in vuejs sample

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Nicolas De loof 667bd9facb
Adopt Compose v2 (#240)
* Adopt Compose v2

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
3 years ago
Guillaume Lours eaa9360152
fix security issues on django sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Guillaume Lours 2056ab2f01
Remove version from compose files to conform to the specification (#167)
https://github.com/compose-spec/compose-spec/blob/master/spec.md#version-top-level-element

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Guillaume Lours 7ec903b5d2 upgrade django version to fix security issue in the Django sample
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
3 years ago
Anca Iordache 99e20f4867
Update dependencies for django and express samples (#128)
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
4 years ago
Andy Madge a42a8531ab
Added `--no-cache-dir` option to all Python pip commands in Dockerfiles (#113)
The cache gives no benefit to a Docker image but it does add size, hence it's best left out.

Signed-off-by: Andy Madge <andymadge@gmail.com>
4 years ago
carehart 77f04a4539 correct reference to number of containers
Signed-off-by: carehart <charlie@carehart.org>
4 years ago
Guillaume Lours d441df2921 Upgrade Django version to fix CVE-2020-13596 & CVE-2020-13254
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
5 years ago
FelipeVilella 8e678f132c
changing extension (#46)
Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
5 years ago
FelipeVilella 1e7d24da27
Django example (#43)
Add a Django example
5 years ago