New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@toa.io/operations

Package Overview
Dependencies
Maintainers
1
Versions
311
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toa.io/operations

Toa Deployment

latest
Source
npmnpm
Version
0.24.0-alpha.0
Version published
Maintainers
1
Created
Source

Toa Operations

Context

Container Registry

Build Options

# context.toa.yaml

registry:
  build:
    arguments: [GITHUB_TOKEN]
    run: npm config set //npm.pkg.github.com/:_authToken ${GITHUB_TOKEN}

arguments is a list of environemt varialbes to be passed to docker build.

run is a command(s) to be executed during build. Multiline is supported.

# context.toa.yaml

registry:
  build:
    run: |
      echo test > .test
      rm .test

Registry Credentials

When using private container registry, a secret containing required credentials can be specified using registry.credentials option.

# context.toa.yaml

registry:
  credentials: docker-credentials-secret-name

FAQs

Package last updated on 16 Nov 2023

Related posts