Socket
Book a DemoInstallSign in
Socket

@cisco/releases

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cisco/releases

Build Docker images and deploy containers to Google Cloud or OpenShift

0.11.0
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Releases

Build Docker images and deploy containers to Google Cloud or OpenShift.

Installation

Install with npm.

npm i @gve/releases

Usage

const { OpenShiftRelease } = require("@gve/releases");

// Create the release.
const projectName = "OpenShift project name or Google Cloud project ID";
const release = new OpenShiftRelease(projectName);

// Build its Docker image.
release.build();

// Intermediate step: Use the Docker CLI to upload the image to its image repository.

// Build a deployment and release it to OpenShift.
release.buildDeployment();
release.release();
  • Creates a scoped, named, and tagged Docker image
  • Creates its deployment files for release
  • Pushes the deployment files to the run platform, e.g, OpenShift

License

Apache 2.0

FAQs

Package last updated on 09 Jun 2022

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.