cr_buildstep_docker_auth: Authorize Docker using 'gcloud auth configure-docker'

View source: R/docker.R

cr_buildstep_docker_authR Documentation

Authorize Docker using gcloud auth configure-docker

Description

Authorize Docker using gcloud auth configure-docker

Usage

cr_buildstep_docker_auth(image, ...)

Arguments

image

name of the Docker image to push or pull from that needs authorization, or simply the registry.

...

Other arguments passed to cr_buildstep_gcloud

Value

A buildstep

Examples

cr_buildstep_docker_auth("us.gcr.io")
cr_buildstep_docker_auth(c("us.gcr.io", "asia.gcr.io"))
cr_buildstep_docker_auth("https://asia.gcr.io/myrepo/image")

MarkEdmondson1234/googleCloudRunner documentation built on Feb. 5, 2023, 5:45 p.m.