Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
fwsp-docker-scripts
Advanced tools
Package for managing the lifecycle of docker service images
In package.json, add script:
"scripts": {
"docker": "fwsp-docker-scripts"
},
and dev dependency (make sure to run npm install after):
"devDependencies": {
"fwsp-docker-scripts": "0.0.2"
}
In config.json:
"docker": {
"organization": "flywheelsports",
"baseImage": "flywheelsports/servicebase:0.0.3-alpine",
"author": "Eric Adum",
"email": "eric@flywheelsports.com"
},
The image flywheelsports/servicebase:0.0.3-alpine
contains a few nice upgrades on top of node 8 alpine, such as: curl
which is used for docker healthchecks and linux performance tuning settings.
npm run docker build
- builds and tags the image
npm run docker push
- pushes the image to docker hub
npm run docker run
- start container in interactive mode
npm run docker up
- start container in daemon mode
FAQs
Docker scripts for Hydra microservices
We found that fwsp-docker-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.