Skip to content

otter13/dockers

Repository files navigation

Docker Warehouse

This is a collection of customised docker image Dockerfiles used in a developer's daily life.

Badges

MIT License

Table of contents

  1. Introduction

Run Locally

Clone the project

  git clone https://github.com/otter13/dockers.git

Go to the project directory

  cd dockers

Build image

npm run build

Build image to a specific os platform / cpu arch type

npm run buildx

Push to

npm run push

For building a vulnerability free image to build with npm

cd vulnerability_free_builder
docker build . -t limosmiley/vulfree-node-16.19-bulleye
docker scan limosmiley/vulfree-node-16.19-bulleye 
docker push limosmiley/vulfree-node-16.19-bulleye    

The repo can be found at Docker Hub https://hub.docker.com/r/limosmiley/vulfree-node-16.19-bulleye

Environment Variables

To run this project, you will need to add the following environment variables to your .env file
API_KEY

ANOTHER_API_KEY

Refs

Feedback

If you have any feedback, please reach out to us at [email protected]

License

MIT

About

This is the collection of cusomised docker images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published