cue files: #compute -> #up
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
committed by
Solomon Hykes
parent
8a4aa4d42b
commit
c16455249e
4
tests/llb/copy/invalid/cache/main.cue
vendored
4
tests/llb/copy/invalid/cache/main.cue
vendored
@@ -3,7 +3,7 @@ package testing
|
||||
test1: {
|
||||
string
|
||||
|
||||
#compute: [
|
||||
#up: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
@@ -25,7 +25,7 @@ test1: {
|
||||
test2: {
|
||||
string
|
||||
|
||||
#compute: [
|
||||
#up: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package testing
|
||||
|
||||
component: #compute: [{
|
||||
component: #up: [{
|
||||
do: "fetch-container"
|
||||
ref: "alpine"
|
||||
}, {
|
||||
@@ -14,7 +14,7 @@ component: #compute: [{
|
||||
test1: {
|
||||
string
|
||||
|
||||
#compute: [
|
||||
#up: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
@@ -36,14 +36,14 @@ test1: {
|
||||
test2: {
|
||||
string
|
||||
|
||||
#compute: [
|
||||
#up: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
},
|
||||
{
|
||||
do: "copy"
|
||||
from: #compute: [{
|
||||
from: #up: [{
|
||||
do: "fetch-container"
|
||||
ref: "alpine"
|
||||
}, {
|
||||
|
@@ -3,7 +3,7 @@ package testing
|
||||
test: {
|
||||
string
|
||||
|
||||
#compute: [
|
||||
#up: [
|
||||
{
|
||||
do: "fetch-container"
|
||||
ref: "busybox"
|
||||
|
Reference in New Issue
Block a user