Gerhard Lazu
ffcc21a298
Merge pull request #1410 from helderco/port-copy
...
Port docker.#Copy to hidden fields
2022-01-13 08:43:55 +00:00
Helder Correia
a3f586c6ab
Port docker.#Copy to hidden fields
...
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
2022-01-13 01:19:23 -01:00
Helder Correia
7592850c43
Fix issue with field in docker.#Push
...
Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
2022-01-13 01:16:55 -01:00
guillaume
db54a43a91
Port #Subdir to hidden fields
...
@jlongtine just implemented the possibility to use hidden fields.
This PR uses this new implementation
Pair: @jlongtine
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-13 00:42:22 +01:00
Andrea Luzzardi
f3dee47353
europa: vendor universe.dagger.io
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-11 18:09:09 -08:00
Andrea Luzzardi
fb16ac8b29
vendoring: support multiple modules
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-11 16:51:54 -08:00
Andrea Luzzardi
4e04bf9d22
update europa dagger import path to dagger.io/dagger
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-11 16:40:26 -08:00
Andrea Luzzardi
f1e0487df4
move alpha.dagger.io/europa to dagger.io
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-11 16:34:35 -08:00
Guillaume de Rouville
1160362711
Fix netlify test ( #1398 )
...
Netlify test was breaking due to a regression in prettyjson library.
The Netlify team fixed the cli, upgrading it to version 8.6.21 solves the issue
@pairs: @jlongtine
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
2022-01-11 16:01:33 -08:00
Andrea Luzzardi
282759c0e5
cue modules: move stdlib to pkg/alpha.dagger.io
...
In preparation for Europa, we will vendor multiple CUE modules:
- `pkg/alpha.dagger.io`: legacy non-europa packages
- `pkg/dagger.io`: core Europa packages
- `pkg/universe.dagger.io`: Europa universe
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2022-01-11 13:16:37 -08:00
Andrea Luzzardi
af776b8abe
cleanup: move packages to top level, change vanity URL
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-25 16:54:00 -07:00
Sam Alba
57a168e6b5
pkg: removed unused code
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:10:07 -07:00
Sam Alba
54e8a6262d
implemented @dagger(input) attributes to detect inputs
...
Signed-off-by: Sam Alba <sam.alba@gmail.com>
2021-05-21 16:04:02 -07:00
dependabot[bot]
e43532b6fc
build(deps): bump github.com/moby/buildkit from 0.8.2 to 0.8.3
...
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit ) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/moby/buildkit/releases )
- [Commits](https://github.com/moby/buildkit/compare/v0.8.2...v0.8.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-05-04 12:46:29 -07:00
Andrea Luzzardi
1abae70ff6
Revert "build(deps): bump github.com/moby/buildkit from 0.8.2 to 0.8.3"
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-30 16:09:18 -07:00
dependabot[bot]
f8aee1f0cc
build(deps): bump github.com/moby/buildkit from 0.8.2 to 0.8.3
...
Bumps [github.com/moby/buildkit](https://github.com/moby/buildkit ) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/moby/buildkit/releases )
- [Commits](https://github.com/moby/buildkit/compare/v0.8.2...v0.8.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-30 10:08:52 -07:00
Tony Worm
6488d41603
add cmd/input/list to scan a plan for inputs
...
Signed-off-by: Tony Worm <tony@hofstadter.io>
2021-04-22 17:39:36 -04:00
Tom Chauveau
32d523aa71
tests(stdlib/k8s/helm): test basic helm chart
...
tests(stdlib/k8s/helm): add verification
style(tests/): rename helper into verify to confirm that deployments works
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-04-15 14:24:42 +02:00
Tom Chauveau
592cc040ca
feat(buildkit): run buildkit container in net host to reach local kubernetes cluster
...
Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-04-15 12:37:32 +02:00
Andrea Luzzardi
3f9103c8aa
buildkit: support concurrent starts
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-04-15 01:20:25 -07:00
Andrea Luzzardi
d7e9c91b01
buildkit: wait for buildkitd to be ready before connecting
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-17 14:54:51 -07:00
Andrea Luzzardi
8e9a432caf
buildkitd: store state persistently in a volume
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-02 18:53:15 -08:00
Andrea Luzzardi
14ff14ea4f
automatically start/upgrade buildkitd
...
- Automatically start a buildkit daemon if no BUILDKIT_HOST is
provided (and if not already started)
- Customization of BUILDKIT_HOST is still possible, just like before
- Automatically upgrade the managed daemon to the version used by dagger
if necessary
- Add CI test to make sure the managed buildkit and the vendored
buildkit versions match
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-03-02 18:37:30 -08:00
Andrea Luzzardi
a9443bc0d2
pkg/progressui: customization callbacks
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-02-23 15:34:41 -08:00
Andrea Luzzardi
e40983b7b7
import a copy of buildkit progressui
...
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-02-23 15:33:13 -08:00