changed kbuild to kaniko

This commit is contained in:
Priya Wadhwa 2018-04-06 12:10:10 -07:00
parent c10c293f6b
commit ab76d0f541
No known key found for this signature in database
GPG Key ID: 0D0DAFD8F7AA73AE
3 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -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,

View File

@ -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",
},
{