mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-28 15:11:24 +00:00
Because: - We want to clean up our docker build - We no longer used our service specific images This Commit: - Switches to multi stage docker build - Removes unused building of individual services - Removes used script that sets environment variables. - Removes `workspaces focus` call that resulted in redundant installs - Removes trap on build logs. - Uses circleci DLC to get cache hits for fxa-utils and fxa-build-utils - Removes scripts that build service specific images - Cleans up naming conventions to reflect that only one image is being built |
||
|---|---|---|
| .. | ||
| docker | ||
| firebase | ||
| goaws | ||
| pm2 | ||
| .prettierrc | ||
| .stylelintrc | ||
| README.md | ||
| tsconfig.base.json | ||
| tsconfig.browser.json | ||
| tsconfig.node.json | ||
_dev
This directory contains files to support local development that aren't needed in production, especially things that would otherwise clutter up the root directory.
docker
There are a couple different docker files for the mono repo:
- **docker/ci** - This controls the creation of a base image used for CI pipelines. The goal of this image is to offer quick install and start up times of the fxa project.
- **docker/ci-lockfile-generator** - This is a developer utility, and acts as mechanism / sanity check against yarn lock file mismatches. Prior to yarn 3.3.0 some systems would encounter bad hashes in yarn lock file. In case this ever resurfaces, we will leave this file here.
- **docker/ci/mono** - This file builds a deployable version of the mono repo. It houses all available services in one image. Services can be targeted as needed.