stdlib: move all imports to alpha.dagger.io

Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
Solomon Hykes
2021-06-23 14:31:42 +00:00
parent aa6335246b
commit d7a805f42b
168 changed files with 412 additions and 312 deletions

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestCacheCopyLoadAlpine: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestComponent: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestScriptCopy: {
string

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/dagger"
"dagger.io/dagger/op"
"alpha.dagger.io/dagger"
"alpha.dagger.io/dagger/op"
)
// Set to `--input-dir=./tests/dockerbuild/testdata`

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
bar: string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
hello: "world"
bar: string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
hello: "world"
bar: string

View File

@@ -1 +1 @@
module: "dagger.io/testing"
module: "alpha.dagger.io/testing"

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/dagger/op"
"dagger.io/def"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/def"
)
#up: [

View File

@@ -1 +1 @@
module: "dagger.io/testing"
module: "alpha.dagger.io/testing"

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/nonoptional"
"dagger.io/dagger/op"
"alpha.dagger.io/nonoptional"
"alpha.dagger.io/dagger/op"
)
#up: [

View File

@@ -1 +1 @@
module: "dagger.io/testing"
module: "alpha.dagger.io/testing"

View File

@@ -1,8 +1,8 @@
package testing
import (
"dagger.io/optional"
"dagger.io/dagger/op"
"alpha.dagger.io/optional"
"alpha.dagger.io/dagger/op"
)
#up: [

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportBool: {
bool

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportConcurrency1: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportFloat: {
float

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportInvalidFormat: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportInvalidValidation: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportScalar: {
bool

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportNumber: {
number

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportString: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportStringValidation: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestExportScalar: {
bool

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestBusybox1: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
// XXX WATCHOUT
// Once buildkit has pulled that digest, it will stay cached and happily succeed WHATEVER the image name then is

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
repo1: #up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#up: [
op.#FetchGit & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
test1: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestComponent: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
test: {
string

View File

@@ -1,7 +1,7 @@
package testing
import (
"dagger.io/dagger/op"
"alpha.dagger.io/dagger/op"
)
TestMountCache: {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
test: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestInvalidMountPath: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestMountTmpfs: {
string

View File

@@ -1,9 +1,9 @@
package main
import (
"dagger.io/dagger/op"
"dagger.io/alpine"
"dagger.io/random"
"alpha.dagger.io/dagger/op"
"alpha.dagger.io/alpine"
"alpha.dagger.io/random"
)
registry: {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestInvalidExecSubdir: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestInvalidPathSubdir: {
string

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
#TestContainer: #up: [
op.#FetchContainer & {

View File

@@ -1,6 +1,6 @@
package testing
import "dagger.io/dagger/op"
import "alpha.dagger.io/dagger/op"
TestSimpleSubdir: {
string