Skip to content

Commit

Permalink
update to latest container optimised images
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Feb 17, 2017
1 parent ef10488 commit b428db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/container.R
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ get_dockerfolder <- function(dockerfile_folder){
#' @export
gce_vm_container <- function(file = NULL,
cloud_init = NULL,
image_family = "gci-stable",
image_family = "cos-stable",
...){

if(is.null(file)){
Expand Down Expand Up @@ -255,7 +255,7 @@ gce_vm_container <- function(file = NULL,
dots$metadata <- NULL

do.call(gce_vm_create, c(list(image_family = image_family,
image_project = "google-containers",
image_project = "cos-cloud",
metadata = metadata_new), dots)
)

Expand Down

0 comments on commit b428db2

Please sign in to comment.