-
## Description
To make sure `Dockerfiles` follow the best practices and are free of security vulnerability use [hadolint](https://github.com/hadolint/hadolint) as a measure of precaution.
-
See: [example dockerfiles](https://github.com/nginx/unit-docs/tree/main/source/downloads)
See: [related issue in unit-docs](https://github.com/nginx/unit-docs/issues/177)
We can automate opening a PR…
-
# Summary
The example images are quite large in size, and take a while to build. We should optimize this to reduce both size and build time. Considered solution: Build dependencies in a `virtualenv` …
-
Split into performant build stages
What to do with workspace deps
Resources:
https://github.com/pnpm/pnpm/issues/3114
https://github.com/pnpm/pnpm/issues/3114#issuecomment-903643570
https://m…
-
There are two supposedly obsolete Dockerfiles in ot-ui-apps:
thehyve/ot-ui-apps:apps/genetics/Dockerfile
thehyve/ot-ui-apps:apps/platform/Dockerfile
We should remove them (open PR to EBI repo) and, i…
-
## Description
- Issue created under the implementation of https://github.com/edx/edx-arch-experiments/issues/587
```[tasklist]
### Tasks
- [x] Move the `Dockerfile` and `push-docker-image.yml` …
-
### Is this a docs issue?
- [x] My issue is about the documentation content or website
### Type of issue
I can't find what I'm looking for
### Description
https://www.docker.com/blog/dockerfiles-…
-
I wonder if you could achieve any efficiency gains by applying some of the tips mentioned [here](https://container.training/intro-selfpaced.yml.html#274) :thinking:
For example, in this [Dockerfil…
-
* Dockerfiles
* package.json
Anything else?
-
Fill out dockerfiles and docker-compose correctly to create frontend backend database environment.
Ports handled correctly. Hope no hardcoded ports in backend/database.
Important database related:…