New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-docker-release

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-docker-release

Create a docker release and push it to a registry

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Create Docker Registry Release

A simple utility to tag and push a docker image to a private registry.

To install the npm run

npm install -g create-docker-release

Then to setup the registry

create-docker-release setup --registry <REGISTRY URL>

then to create a latest release run

create-docker-release release --image <IMAGE NAME>

[!IMPORTANT] The first time this is run a version.json file will be created in the current directory, and maintained for each subsequent release

[!IMPORTANT] when running release withough any --version or --type specified the version will be tagged as latest and will increment the version file with +0.001

To release a specific version (and update the version file to that version)

create-docker-release releare --image <IMAGE NAME> --version <VERSION NUMBER AS FLOAT>

To release a minor or major version

create-docker-release releare --image <IMAGE NAME> --type <minor, major or latest>

[!IMPORTANT] when releasing a minor version it is incremented by +0.01 and a major version increments with +1.0

Keywords

docker

FAQs

Package last updated on 05 Dec 2018

Did you know?

Socket

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.

Install

Related posts