Dockerflow
Dockerflow copied to clipboard
Cloud Services Dockerflow specification
For services that are not webapps, what does Dockerflow recommend we do for healthcheck endpoints? For example, the Socorro processor is not a webapp and doesn't have anything to respond...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Adding a crashing endpoint to our services could help us make that the service monitoring (logging and graph of 5XX responses) and error reporting (Sentry, slack notifs) is configured correctly....
As more of our services have been migrated to GCP, MozLog's severity levels are causing issues as they're different from [those](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#LogSeverity) of GCP Cloud Logging. Dockerflow-compliant services need to remap...
While running the `Deploy to Dockerhub` job, I get an unencrypted password warning: > WARNING! Your password will be stored unencrypted in /root/.docker/config.json Wondering if it's a credible vulnerability? Is...
I'm trying to understand the need for `Login to Dockerhub` in the build job. It doesn't appear that anything is posted to Dockerhub until the deploy job, where a second...
In a few cases, we have implemented endpoints that expose the configuration of a running app. I think it would be useful to standardize how to do that, and document...
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. Release notes Sourced from express's releases. 4.20.0 What's Changed Important IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was...