From ab76d0f541db0fb0a2b1bff7839d00964e587611 Mon Sep 17 00:00:00 2001 From: Priya Wadhwa Date: Fri, 6 Apr 2018 12:10:10 -0700 Subject: [PATCH] changed kbuild to kaniko --- README.md | 3 ++- integration_tests/dockerfiles/config_test_volume.json | 4 ++-- integration_tests/integration_test_yaml.go | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8f9238dc..67c289453 100644 --- a/README.md +++ b/README.md @@ -136,4 +136,5 @@ orca-build depends on runC to build images from Dockerfiles; since kaniko doesn' buildah requires the same root privilges as a Docker daemon does to run, while kaniko runs without any special privileges or permissions. -FTL aims to achieve the fastest possible creation of Docker images for a subset of images. It can be thought of as a special-case "fast path" that can be used in conjunction with the support for general Dockerfiles kaniko provides. +FTL aims to achieve the fastest possible creation of Docker images for a subset of images. +It can be thought of as a special-case "fast path" that can be used in conjunction with the support for general Dockerfiles kaniko provides. diff --git a/integration_tests/dockerfiles/config_test_volume.json b/integration_tests/dockerfiles/config_test_volume.json index 72e958d85..c4ba05ffe 100644 --- a/integration_tests/dockerfiles/config_test_volume.json +++ b/integration_tests/dockerfiles/config_test_volume.json @@ -1,7 +1,7 @@ [ { - "Image1": "gcr.io/kbuild-test/docker-test-volume:latest", - "Image2": "gcr.io/kbuild-test/kbuild-test-volume:latest", + "Image1": "gcr.io/kaniko-test/docker-test-volume:latest", + "Image2": "gcr.io/kaniko-test/kaniko-test-volume:latest", "DiffType": "File", "Diff": { "Adds": null, diff --git a/integration_tests/integration_test_yaml.go b/integration_tests/integration_test_yaml.go index 49ed136c5..f08dab881 100644 --- a/integration_tests/integration_test_yaml.go +++ b/integration_tests/integration_test_yaml.go @@ -99,7 +99,7 @@ var fileTests = []struct { dockerfilePath: "/workspace/integration_tests/dockerfiles/Dockerfile_test_volume", configPath: "/workspace/integration_tests/dockerfiles/config_test_volume.json", dockerContext: buildcontextPath, - kbuildContext: buildcontextPath, + kanikoContext: buildcontextPath, repo: "test-volume", }, {