status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
timestamp[ns, tz=UTC]
language
stringclasses
5 values
commit_datetime
timestamp[us, tz=UTC]
closed
dagger/dagger
https://github.com/dagger/dagger
2,599
["docs/getting-started/1201-ci-environment.md"]
Use wget instead of curl in Gitlab CI example
### What is the issue? Hello, I looked at the Gitlab example [here](https://docs.dagger.io/1201/ci-environment) (which works btw) and wondered why curl is installed for fetching the dagger install.sh instead of just using wget, which is natively available in Linux systems. I am no expert in this matter, but this seem...
https://github.com/dagger/dagger/issues/2599
https://github.com/dagger/dagger/pull/2828
8f3ad98eed4efe47a765bb88a614bae2ae4f14f7
6f5c3351d017752a24327ad2f92e56b31f4afdfa
2022-06-09T07:39:12Z
go
2022-07-20T22:17:00Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,582
[".github/workflows/test-experimental-universe.yml", ".github/workflows/test-universe.yml", "ci/bats/bats.cue", "cmd/dagger/cmd/do.go", "pkg/universe.dagger.io/bats_helpers.bash", "tests/helpers.bash", "tests/package.json", "tests/plan.bats", "tests/yarn.lock"]
🐞 `dagger do` help should indicate where to insert action name
### What is the issue? & Log output Today if you run `dagger do` or `dagger do --help` you are returned something like <img width="400" alt="image" src="https://user-images.githubusercontent.com/3187222/172227384-3d9200c2-c2a8-4079-87d5-c1db9293c597.png"> It looks like the proper command syntax is `dagger do [...
https://github.com/dagger/dagger/issues/2582
https://github.com/dagger/dagger/pull/2941
8dfbd1956c211ea57d5341b0a12ffb2e8e067c41
aca2bf927d93ababb22385c1d594e5e204c9d751
2022-06-06T18:54:24Z
go
2022-08-15T20:47:27Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,580
["go.mod", "go.sum"]
show how to use `powershell` package on `arm` machines in test or docs
Today, the `universe.dagger.io/powershell` package's tests employ `mcr.microsoft.com/powershell` which is only for x86/amd The Microsoft team has released an image tag for arm32 that works on arm32 and arm64 linux including MacOS: `mcr.microsoft.com/powershell:arm32v7-ubuntu-bionic` https://github.com/PowerShell...
https://github.com/dagger/dagger/issues/2580
https://github.com/dagger/dagger/pull/1606
9641b4254c787b7a297d2e89819b50f4cc00267c
a0395b9340470f267929aba9aa6aab519dea29cc
2022-06-05T06:38:00Z
go
2022-02-14T22:38:59Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,554
["docs/core-concepts/1221-action.md"]
How to run single actions within a cue plan
### What is the issue? A user has a cue plan with multiple actions, but they want to understand how to run a single actions with the same cue plan. We should clarify how to do this today and provide a real-world example.
https://github.com/dagger/dagger/issues/2554
https://github.com/dagger/dagger/pull/2870
b504d40f162a51a7fea6c995a97fec108792e583
13e51b25521bc6fe3dfee2a1dad84b36f54fccad
2022-06-01T22:10:43Z
go
2022-08-01T20:47:59Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,512
["pkg/universe.dagger.io/docker/build.cue", "pkg/universe.dagger.io/docker/test/build.cue"]
🐞 workdir is ignored in docker.#Copy
### What is the issue? After setting a workdir on the image config the #Copy steps writes to '/'. My assumption is that the #Copy and other commands would follow Dockerfile type guidance and respect workdir automatically. ### Log output 4:17PM INF system | installing all packages... 4:17PM INF system | installed/up...
https://github.com/dagger/dagger/issues/2512
https://github.com/dagger/dagger/pull/2516
38ae483e7f855fcf3395360b0f3687d948656801
8df8c30931749b4e063e056e1c643c9346a73a21
2022-05-25T20:23:10Z
go
2022-06-01T19:14:36Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,493
["go.mod", "go.sum"]
Traces from logs
Hello, I have a couple of questions: 1. I have been checking a plan behavior using the tracing.compose.yaml but wanted to see if the span and trace id where logged, so far I can't see them even using the log-level trace, by design those values are not included there? Why I am trying to do that? I wanted to play a...
https://github.com/dagger/dagger/issues/2493
https://github.com/dagger/dagger/pull/1606
9641b4254c787b7a297d2e89819b50f4cc00267c
a0395b9340470f267929aba9aa6aab519dea29cc
2022-05-20T17:14:53Z
go
2022-02-14T22:38:59Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,489
["go.mod", "go.sum"]
core.#Start Feedback
Saving as a placeholder to collect all the core.#Start feedback in it's current state and future state. It will be tied into the core.#Start Epic #2398
https://github.com/dagger/dagger/issues/2489
https://github.com/dagger/dagger/pull/1606
9641b4254c787b7a297d2e89819b50f4cc00267c
a0395b9340470f267929aba9aa6aab519dea29cc
2022-05-19T20:27:09Z
go
2022-02-14T22:38:59Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,474
["cmd/dagger/cmd/do.go", "tests/plan.bats"]
Output format should be json when stdout is not tty
`dagger do` prints the actions' outputs on standard output. If I want to pipe the outputs to a tool, like `jq`, I need to explicitly set the output format to json with `--output-format json`. But that format should be the default when I am piping the output. This is already what we do for logging: log format default...
https://github.com/dagger/dagger/issues/2474
https://github.com/dagger/dagger/pull/2487
9e4b0551936d5c9689065ce5e22eb18cc7088f19
9ee0a85e6ed190a3868e0c3eba82a373ebb62823
2022-05-18T17:54:08Z
go
2022-05-20T01:23:40Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,469
["go.mod", "go.sum", "pkg/dagger.io/dagger/core/exec.cue", "pkg/dagger.io/dagger/core/start.cue", "plan/task/exec.go", "plan/task/startExec.go", "solver/container.go", "solver/solver.go", "tests/tasks.bats", "tests/tasks/exec/start_stop_exec.cue"]
Include #Start exec output in progress logs
Right now the stdout/stderr of an exec created with `core.#Start` is completely ignored. It needs to at minimum be included in the progress output by default, same as the output of normal `core.#Exec`s, to enable basic debuggability. Subtask of #2398
https://github.com/dagger/dagger/issues/2469
https://github.com/dagger/dagger/pull/2561
60813f516a3369d6790e837b209a6da9749853db
df189147a4395654e611d04c2ce47a9975b4b2c8
2022-05-17T23:37:30Z
go
2022-07-12T19:05:57Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,434
["docs/guides/1226-coding-style.md"]
`cue fmt -s` aka `--simplify` in CI linter is confusing for users making PRs
`cue fmt -s` aka `--simplify` in linter is confusing for users making PRs with valid CUE code that doesn't pass. https://github.com/dagger/dagger/pull/2433#issuecomment-1124550442 If this is important to us, it should be be documented somewhere like https://docs.dagger.io/1226/coding-style and users need better f...
https://github.com/dagger/dagger/issues/2434
https://github.com/dagger/dagger/pull/2475
304c9a3851bbe79960e32f9c831a1e2b8dcb0a9d
042a10d4b68f54bf7ca6a4f45193cb35c8c648cd
2022-05-12T05:54:29Z
go
2022-05-19T22:20:44Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,428
["pkg/universe.dagger.io/docker/run.cue", "pkg/universe.dagger.io/docker/test/run.cue"]
✨ Allow `docker.#Run` exporting `dagger.#Secret` from `export`
### What are you trying to do? Exporting `dagger.#Secret` directly from `export`. For instance ```cue cmd1: docker.#Run & { // Command stuff export: secrets: "/secrets.txt": dagger.#Secret } cm2: docker.#Run & { // Command Stuff env: SECRET: cm1.export.secrets."/secrets.txt } ``` ### Why is t...
https://github.com/dagger/dagger/issues/2428
https://github.com/dagger/dagger/pull/2430
ec824cb18746c4767cf7e9bb7e0f5b9626d2ca57
8d451e62e5dffa76b4b3b2941370420df7146b26
2022-05-10T23:38:39Z
go
2022-05-11T19:51:10Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,413
["cmd/dagger/cmd/project/update.go", "mod/file.go", "mod/mod.go", "mod/require.go"]
Make sure project update is handling built-ins and external dependencies
Looking at the code, it appears that `dagger project update` is only vendoring the built-in packages, not making sure the external packages are installed. As a first step on #2163, we should at least make sure that there's consistency in the `project update` command in regards to built-ins and external dependencies ...
https://github.com/dagger/dagger/issues/2413
https://github.com/dagger/dagger/pull/2423
2a679b59c878c5505132bb8f9243658e3303f95c
ed9255e51d3125e2675ffbd24b75b31aea3dc2dc
2022-05-06T22:50:51Z
go
2022-05-12T09:55:51Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,408
["pkg/dagger.io/dagger/core/fs.cue", "plan/task/rm.go", "tests/tasks.bats", "tests/tasks/rm/rm.cue"]
✨ Support for removing files (`core.#Rm`)
### What are you trying to do? Remove files, similar to how I can make files and dirs with `core` tasks. `Rm` is a supported FileOp type in Buildkit, so not much effort needed in Dagger. ### Why is this important to you? Users needed it here, had to resort to workaround (that turned out to have a buildkit bug anyway...
https://github.com/dagger/dagger/issues/2408
https://github.com/dagger/dagger/pull/2422
31d68a65821922e96ebe286ce0fb7412ff4962f5
a3f005c333da06380692def932b45645fb5636c6
2022-05-05T23:58:27Z
go
2022-05-16T22:45:55Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,351
["docs/core-concepts/1202-plan.md", "docs/getting-started/1200-local-dev.md", "docs/getting-started/1201-ci-environment.md", "docs/guides/buildkit/1237-persistent-cache.md", "website/docusaurus.config.js", "website/plugins/docusaurus-plugin-dagger-version/index.js", "website/src/components/DaggerVersionLatestReleased.j...
:sparkles: Automatically update dagger versions in docs after a new release
### What are you trying to do? We currently have a script that updates our `dagger version` in our docs instructions but it's not part of our release process. We should ideally try to make our docs depend on hardcoded versions as least as possible and, if not possible, make the release process update docs automatica...
https://github.com/dagger/dagger/issues/2351
https://github.com/dagger/dagger/pull/2369
be531ffaf911aa4462fa569b8dbac35eedb53aec
2b0de14e2f3cbf880fceb44ddd9df3cbe08005d4
2022-04-28T13:27:50Z
go
2022-07-25T14:58:58Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,347
[".github/workflows/test-gitpod.yml", ".gitpod.Dockerfile", ".gitpod.yml", ".vscode/settings.json", "ci.cue", "ci/gitpod/test.cue"]
✨ Add Gitpod configuration
### What are you trying to do? I'm testing out using Gitpod to write contributions for the Dagger repo, but the default Gitpod environment is general purpose and so isn't tailored for this specific repo. It would be useful to have a fixed Gitpod configuration for this repo for repeatable dev environments on any branch...
https://github.com/dagger/dagger/issues/2347
https://github.com/dagger/dagger/pull/2353
f45043af34c7bb97f12850f566f4744fc115cc6d
e51ef73a43362f2b63c1485ad890340c1d4e1fef
2022-04-28T09:52:18Z
go
2022-05-10T17:28:02Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,342
["docs/faq/1240-core-source.md", "website/sidebars.js"]
Better explain how to use `core.#Source`
### What is the issue? confusion today around `core.#Source` and `client: filesystem` for some users. Can augment existing content and perhaps create blog. https://docs.dagger.io/1222/core-actions-reference/#core-actions-related-to-filesystem-trees https://github.com/dagger/dagger/blob/main/pkg/dagger.io/da...
https://github.com/dagger/dagger/issues/2342
https://github.com/dagger/dagger/pull/2525
72636792f06c4c62ff306bef5362346910b90c57
5956b94229eadbbbcc454b10c63ab1950c5b104d
2022-04-27T22:12:20Z
go
2022-05-27T18:50:11Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,340
["docs/guides/1238-project-file-organization.md", "docs/guides/1239-making-reusable-package.md", "website/sidebars.js"]
Show package management hack
### What is the issue? ![Screen Shot 2022-04-27 at 2 07 54 PM](https://user-images.githubusercontent.com/3187222/165632278-4d8c0758-44b3-49ab-8839-946f2a84ee4c.png)
https://github.com/dagger/dagger/issues/2340
https://github.com/dagger/dagger/pull/2271
08a3c52ce7f4d00a5e626ba49e4ceae1b36a80ba
84f1c231a7fef9e67e125553e49c7bb77532427e
2022-04-27T21:14:52Z
go
2022-05-13T14:14:14Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,339
["sdk/python/poetry.lock"]
Make more clear that `universe.dagger.io/x` is experimental
### What is the issue? Not everyone will know that `universe.dagger.io/x` (in golang `x` way) means experimental pre-universe packages that are contributed by the community and not yet fully supported by Dagger as a universe package.
https://github.com/dagger/dagger/issues/2339
https://github.com/dagger/dagger/pull/3869
5619f43ffeefff9f406617ad89e77d0c943dd865
783f943793b69c19c67eb7ff88abebeb82d77ddc
2022-04-27T21:12:40Z
go
2022-11-16T14:55:16Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,316
["go.mod", "go.sum"]
Update settings in GitHub to make rebase default update
<img width="1055" alt="image" src="https://user-images.githubusercontent.com/3187222/165381815-3606e488-9df6-4117-a718-fbb7ef80d045.png"> seems aligned with https://docs.dagger.io/1227/contributing/#3-update-your-pull-request-with-latest-changes cc @aluzzardi @helderco @gerhard
https://github.com/dagger/dagger/issues/2316
https://github.com/dagger/dagger/pull/1084
ef9feb702aa7d2e375cbb9c4e70f571224759d82
c200055086139aafd2295babf421dfeb3d516e1c
2022-04-26T19:58:21Z
go
2021-11-09T04:14:16Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,299
["cmd/dagger/cmd/do.go", "cmd/dagger/logger/tty.go", "plan/plan.go", "plan/runner.go", "plan/task/task.go"]
`--help` suppressed plan loading errors
```console $ dagger do -p ./plan/do/do_flags.cue test --help Usage: dagger do [flags] ``` vs ```console $ dagger do -p ./plan/do/do_flags.cue test failed to load plan: "actions.test.message" is not set: ./plan/do/do_flags.cue:21:3 ./plan/do/do_flags.cue:25:4 Usage: dagger do [flags] `...
https://github.com/dagger/dagger/issues/2299
https://github.com/dagger/dagger/pull/2378
453102b5f261c6e9d4b5d5bceee89a2aef55134f
9fb0313ab2aeb82bcd4367d7c8e4103a386fb873
2022-04-25T17:32:14Z
go
2022-05-02T19:39:27Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,297
["cmd/dagger/cmd/do.go"]
🐞 Fix `dagger do` flag validation
### What is the issue? https://github.com/dagger/dagger/pull/2261 broke flag validation for `dagger do` (while fixing another issue created by changing cobra flag parsing). We should work to enforce flag validation again. ### Log output _No response_ ### Steps to reproduce _No response_ ### Dagger version dagge...
https://github.com/dagger/dagger/issues/2297
https://github.com/dagger/dagger/pull/2391
7039a1c985438a303e3f9696969d594d8f50188d
78da07d6cfccc7112b2b493c093ba047a1cd21af
2022-04-25T16:51:42Z
go
2022-05-03T18:41:55Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,285
["pkg/universe.dagger.io/bash/bash.cue"]
🐞 bash.#Run does not work with a container image with an `entrypoint`
### What is the issue? When there is an entrypoint set on a base image, `bash.#Run` ends up with invalid arguments (bash cmd and arguments are appended to the existing entrypoint). Instead it should always set an entrypoint to `/bin/bash` to work with all kind of base images. ### Log output _No response_ ### Ste...
https://github.com/dagger/dagger/issues/2285
https://github.com/dagger/dagger/pull/2289
e724ef6d9d1689a1b28621aaf8ce09441023abe3
1c36f8ea99d67bda479a312014eede676f11f49a
2022-04-22T23:52:20Z
go
2022-04-24T17:33:52Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,272
["website/package.json", "website/yarn.lock"]
Provide an example for "You can extend your script by wrapping it, as-is, into a DAG. This allows you to start using Dagger right away, and worry about rewrites later."
### What is the issue? The statement "[You can extend your script by wrapping it, as-is, into a DAG. This allows you to start using Dagger right away, and worry about rewrites later.](https://docs.dagger.io/1220/vs)" is interesting but there's nothing to back it up. I'm skeptical that wrapping a complex bash script ...
https://github.com/dagger/dagger/issues/2272
https://github.com/dagger/dagger/pull/5267
0a5177a8280d32a20a21cf036ae1b0837c8a964d
0da71ebf5cfe6a5f93fec7b667fc9507027fa571
2022-04-22T16:16:53Z
go
2023-06-14T15:04:54Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,248
["website/package.json", "website/yarn.lock"]
🐞 Error (`grpc: received message larger than max`) when exporting files larger than 16 MB
### What is the issue? When exporting a file using [the instructions in our docs](https://docs.dagger.io/1226/handling-outputs/#writing-outputs-to-the-filesystem), if the file is larger than 16 MB than you get an error. As pointed out by @marcosnils, this appears to be a limit hardcoded by [the Buildkit client here...
https://github.com/dagger/dagger/issues/2248
https://github.com/dagger/dagger/pull/5267
0a5177a8280d32a20a21cf036ae1b0837c8a964d
0da71ebf5cfe6a5f93fec7b667fc9507027fa571
2022-04-20T20:49:17Z
go
2023-06-14T15:04:54Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,231
["docs/guides/code/1241-field-shadowing.md"]
Guide explaining and showing how to avoid field "shadowing" in Dagger CUE
### What is the issue? Users often use field names like `source` and `config` that are the same as fields inside of definitions. Users aren't sure what's going on: > Whenever you're using the same name as key and value, there's a potential for some weird assignment error I don't quite understand. This can cre...
https://github.com/dagger/dagger/issues/2231
https://github.com/dagger/dagger/pull/2544
91216a0e1145c16a425d78b174b5984dab936e8d
eaff2c63d3fd41d85bb6fc6eed4cb515613b7a18
2022-04-19T18:06:35Z
go
2022-06-09T01:18:33Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,220
["docs/guides/1238-project-file-organization.md", "docs/guides/1239-making-reusable-package.md", "website/sidebars.js"]
Document using the package manager and creating your own packages
We need documentation on how to use `dagger project`, including with your own packages. I was going to do this but got re-prioritized before public launch. @grouville picked it up after. > What about [Manage packages using the package manager](https://docs.dagger.io/1011/package-manager/)? It's the next logical s...
https://github.com/dagger/dagger/issues/2220
https://github.com/dagger/dagger/pull/2271
08a3c52ce7f4d00a5e626ba49e4ceae1b36a80ba
84f1c231a7fef9e67e125553e49c7bb77532427e
2022-04-18T15:11:35Z
go
2022-05-13T14:14:14Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,216
[".devcontainer/Dockerfile", ".devcontainer/devcontainer.json", ".devcontainer/post-install.sh", "docs/guides/1227-contributing.md"]
✨ Add Github Codespaces configuration
### What are you trying to do? I'm using Github Codespaces to write contributions for the Dagger repo, but the default Codespaces environment is general purpose and so isn't tailored for this specific repo. It would be useful to have a fixed Codespaces configuration for this repo for repeatable dev environments on any...
https://github.com/dagger/dagger/issues/2216
https://github.com/dagger/dagger/pull/2217
aaceba273aa84287dcc21f2b5a3dde01d2abb9d1
8ea748fa12022233c51626ac62143a9d8cdb97e0
2022-04-16T16:08:28Z
go
2022-05-15T17:10:54Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,205
["docs/core-concepts/1202-plan.md", "docs/getting-started/1200-local-dev.md", "docs/getting-started/1201-ci-environment.md", "docs/guides/buildkit/1237-persistent-cache.md", "website/docusaurus.config.js", "website/plugins/docusaurus-plugin-dagger-version/index.js", "website/src/components/DaggerVersionLatestReleased.j...
Update examples to latest dagger version (automate this?)
### What is the issue? https://docs.dagger.io/1200/local-dev 0.2.4 listed in examples, would be ideal if this was latest release (0.2.6 when this was written). Could this be automated easily/reliably?
https://github.com/dagger/dagger/issues/2205
https://github.com/dagger/dagger/pull/2369
be531ffaf911aa4462fa569b8dbac35eedb53aec
2b0de14e2f3cbf880fceb44ddd9df3cbe08005d4
2022-04-15T07:04:19Z
go
2022-07-25T14:58:58Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,186
["docs/guides/1238-project-file-organization.md", "docs/guides/1239-making-reusable-package.md", "website/sidebars.js"]
Should document `cue.mod/module.cue` and module vs package
### What is the issue? After a `dagger project init` (without args), the created `cue.mod/module.cue` file contains: ``` module: "" ``` It's not clear to a new user what that means (if something is missing/wrong) and if it's related to the package name in their cue files. https://cuelang.org/docs/concepts...
https://github.com/dagger/dagger/issues/2186
https://github.com/dagger/dagger/pull/2271
08a3c52ce7f4d00a5e626ba49e4ceae1b36a80ba
84f1c231a7fef9e67e125553e49c7bb77532427e
2022-04-13T19:30:06Z
go
2022-05-13T14:14:14Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,175
["website/package.json", "website/yarn.lock"]
How can we use our own repo for packages?
### What is the issue? @vandlol is wondering how can he use his own repository to store & use dagger packages. This sounds like a great FAQ to me.
https://github.com/dagger/dagger/issues/2175
https://github.com/dagger/dagger/pull/4661
4caeaf16513e2b7de3145b85f23a62fe6b562738
c65789fe094b5e16bfc28ea10805ae4777b43189
2022-04-13T15:10:14Z
go
2023-03-27T08:04:42Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,170
["website/package.json", "website/yarn.lock"]
🐞 Dagger doenst run with the GitLab CI tempage
### What is the issue? When i started to use the Template for Gitlab (we are using GitLab SaaS) Everytime I get the Errors regarding in the Log output. other Pipelines works with dind but not with the dagger template. this is my cue file ``` package frontend import ( "dagger.io/dagger" "dagger.io/da...
https://github.com/dagger/dagger/issues/2170
https://github.com/dagger/dagger/pull/4661
4caeaf16513e2b7de3145b85f23a62fe6b562738
c65789fe094b5e16bfc28ea10805ae4777b43189
2022-04-13T09:29:24Z
go
2023-03-27T08:04:42Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,169
["pkg/universe.dagger.io/python/image.cue", "pkg/universe.dagger.io/python/python.cue", "pkg/universe.dagger.io/python/test/test.cue"]
✨ use official Python image in universe/python
### What are you trying to do? Rather than building our own Python image from Alpine, we should use the official Python image produced by Docker https://hub.docker.com/_/python After discussion on Discord, this seems to be preferred by a majority of responding maintainers. I will contribute a PR. ### Why is this i...
https://github.com/dagger/dagger/issues/2169
https://github.com/dagger/dagger/pull/2171
2bce8b0371de22ae2568114fdb3cfb8bcb10e57b
bbfddcbe82f8b19c76af7a3f413e613098ff6c68
2022-04-13T07:46:45Z
go
2022-05-06T23:13:08Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,168
["pkg/dagger.io/dagger/plan.cue", "pkg/dagger.io/dagger/types.cue", "plan/task/clientnetwork.go", "plan/task/exec.go", "plancontext/service.go", "solver/socketprovider.go", "solver/socketprovider_unix.go", "solver/socketprovider_windows.go", "tests/tasks.bats", "tests/tasks/exec/mount_socket.cue"]
cleanup: Finish renaming Service to Socket
`dagger.#Service` was renamed `dagger.#Socket` in #1889 (see #1870) While the CUE API was updated, there's still bits of Go code using `Service` (due to time constraints at the time). /cc @helderco
https://github.com/dagger/dagger/issues/2168
https://github.com/dagger/dagger/pull/2250
b6afe0106e498bde98c7a552965ee732218b07c8
fb7bcb48627c15adba8a735c6cfb9809fd601734
2022-04-13T01:28:53Z
go
2022-04-21T15:57:54Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,130
["website/package.json", "website/yarn.lock"]
Docs: improve broken links checking
### What is the issue? Dagger documentation is using Docusaurus. By default, it throws an error, to ensure you never ship any broken link, but current configuration has lower this security by displaying a warning message. The following parameter should be remove to let Docusaurus get back its default behavior. ...
https://github.com/dagger/dagger/issues/2130
https://github.com/dagger/dagger/pull/4345
1524d73e7431580a0ffb2601e6e33e8506cefd28
ee3ecda487ac7997ec05ccc9af9408e59aa6ab0f
2022-04-11T20:16:26Z
go
2023-01-24T09:10:20Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,129
["docs/getting-started/1200-local-dev.md", "docs/getting-started/1240-install.md", "website/sidebars.js"]
Docs: dedicated install / downloads page
Our docs don't have a dedicated page for download / install options. Currently they are hidden in the "getting started" tutorial.
https://github.com/dagger/dagger/issues/2129
https://github.com/dagger/dagger/pull/2522
998f5237a8a528db6a377b526e645c2f12d9d171
8d69cdf061a8e7a63189fdd46ed94ab620f2fd93
2022-04-11T19:56:32Z
go
2022-05-27T13:59:51Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,123
["docs/current/162770-faq.md", "docs/current/sdk/python/866944-install.md", "website/static/img/current/faq/release-notes.png"]
Uninstall Dagger
### What is the issue? I gave Dagger a whirl this weekend and want to uninstall it from my machine, how do I do that?
https://github.com/dagger/dagger/issues/2123
https://github.com/dagger/dagger/pull/5515
4a4ea2423baaaf3d1991b361305f219ccb44a0b4
d649f2d277ae3610da7c5c22929795694b3d1f19
2022-04-11T17:36:02Z
go
2023-08-03T13:24:58Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,114
["website/package.json", "website/yarn.lock"]
🐞 universe: python cannot support alternate paths to the python interpreter
### What is the issue? `docker.#Run` has a concrete definition that the command is always `python3` I will add a one-line PR to fix this. ### Log output After changing pkg/universe.dagger.io/python/test/test.cue to add `image: "python3.8": ``` 3:37PM FTL system | failed to load plan: 0: conflicting values "py...
https://github.com/dagger/dagger/issues/2114
https://github.com/dagger/dagger/pull/5898
268c1062a902c8bade88eedde8daee5ed90affdf
b6584895cd339b0ec3684b690dde092f7ba01b17
2022-04-10T22:50:17Z
go
2023-10-16T15:55:38Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,091
["cmd/dagger/cmd/project/init.go", "cmd/dagger/cmd/project/update.go"]
✨ Explicit `dagger project update` usage
### What are you trying to do? There is a lost of users who can't run `hello world` example or any other example in the docs because they forgot to tip `dagger project update`. It is not explicitly explained in the doc and there is no tip in the CLI. What would be awesome is that you have a small message after `...
https://github.com/dagger/dagger/issues/2091
https://github.com/dagger/dagger/pull/2119
15176acc9dfcd9294867d427193696bd5572303b
eeb2ef3eab77ef763d672eed0b5a4284fc69978e
2022-04-08T12:12:34Z
go
2022-04-14T08:42:46Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,079
["cmd/dagger/logger/plain.go"]
🐞 "FTL" is confusing in error messages
### What is the issue? Error messages start with the word "FTL", for example: ``` 5:15AM FTL failed to execute plan: task failed: actions.lint.markdown._exec: process "/home/nonroot/entrypoint.sh markdownlint ./docs README.md" did not complete successfully: exit code: 1 ``` Several people have asked me "what d...
https://github.com/dagger/dagger/issues/2079
https://github.com/dagger/dagger/pull/2595
19bfa7a0ad719934b46433358d3e5db68f8ca68d
725b5c2f38f123a10d00411c17e4f2ecd02610c6
2022-04-08T05:18:43Z
go
2022-06-10T00:01:11Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,059
[".github/workflows/dagger-ci.yml", ".github/workflows/test-integration.yml", ".github/workflows/test-universe.yml", "cmd/dagger/cmd/common/common.go", "pkg/universe.dagger.io/bats_helpers.bash", "tests/helpers.bash"]
Scope cache by PR
buildkit caching is not additive, e.g., it can only import/export cache off a single `dagger do`. In our own CI, it means that each PR is overwriting the cache with that PR's content. Which in turn means each PR is invaliding each other's cache. Example: - `PR 1` has some go changes. Cache is built using that sou...
https://github.com/dagger/dagger/issues/2059
https://github.com/dagger/dagger/pull/2120
58e03969aeac8dd88327ddf4ed9daf4410ff7c1a
c1bc12ae0593735003c9532a2883f657e2fffbc9
2022-04-06T18:57:36Z
go
2022-04-25T23:30:29Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,053
["plan/task/exec.go", "tests/tasks.bats", "tests/tasks/exec/http_proxy.cue"]
✨ Dagger: set buildkit network proxy
### What are you trying to do? I have problem with access github and some domain with my network, when I do some plans it required that resource, It got network error. ### Why is this important to you? _No response_ ### How are you currently working around this? set global proxy for my PC.
https://github.com/dagger/dagger/issues/2053
https://github.com/dagger/dagger/pull/2748
0fffdc223bb9d6c103538ef2fbbf5ed6fb5f3950
a12e9f2d5300c0dce379fc327a3e103cea6a01cf
2022-04-06T05:40:55Z
go
2022-07-07T01:40:57Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,044
["cmd/dagger/logger/plain.go", "cmd/dagger/logger/tty.go", "plan/runner.go", "plan/task/dockerfile.go", "plan/task/task.go", "plancontext/fs.go", "util/progressui/display.go", "util/progressui/printer.go"]
🐞 dagger do doesn't output stderr
### What is the issue? `dagger do <action>` doesn't return useful info from stderr. When I change the logging format to `--logformat plain` I get the info I need. ### Log output ``` ➜ service-foo git:(master) ✗ dagger do typescript [✔] client.env ...
https://github.com/dagger/dagger/issues/2044
https://github.com/dagger/dagger/pull/2188
437f4517b68347e16704df57c75bd8d418028c8e
27d878456f03fb92fd5c62221a279a7ca261926d
2022-04-05T04:29:38Z
go
2022-04-19T00:50:34Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,042
["docs/core-concepts/1215-what-is-cue.md"]
Docs: explain CUE embedding vs. CUE wrapping
### What is the issue? CUE has a powerful concept called "embedding", similar to Go embedding. This pattern is used extensively in Universe. It makes sense once you're familiar with CUE, but for absolute beginners it can be quite confusing. There should be a documentation section explaining this concept.
https://github.com/dagger/dagger/issues/2042
https://github.com/dagger/dagger/pull/2046
a3785b2b8092d37b1f8a72bd388dc6ae28e16d28
28b5d8e1793bb5110ea5b087e20c6cd99d9260ae
2022-04-05T01:25:36Z
go
2022-04-21T11:14:38Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,014
["go.mod", "go.sum", "pkg/buildkitd/buildkitd.go"]
🐞 website renders wrong on mac m1 safari
### What is the issue? https://twitter.com/alexellisuk/status/1510880710294396928 ### Log output _No response_ ### Steps to reproduce Visit https://dagger.io on safari on a mac m1. ### Dagger version should not be required ### OS version should not be required
https://github.com/dagger/dagger/issues/2014
https://github.com/dagger/dagger/pull/394
2804feb004399b7bd75f0a7e4fa6ddcc63e07837
9d421c6c4299f6ab6ea147322199e32e87b82a49
2022-04-04T07:41:39Z
go
2021-04-30T17:12:49Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,007
[".goreleaser.yml"]
Requesting a 32-bit ARM build for IoT and Raspberry Pi
### What are you trying to do? There's no binary that I could find on the latest release for 32-bit ARM or Raspberry Pi. ### Why is this important to you? I'm attempting to add dagger support to the arkade marketplace, many people use Raspberry Pis with the default 32-bit ARM OS provided. ### How are you currently ...
https://github.com/dagger/dagger/issues/2007
https://github.com/dagger/dagger/pull/2010
67bcb7ca20b9dccb85bfbb569554d450b6babb10
05e9943ff9fc9523c1c043766d94559776b51336
2022-04-03T09:55:30Z
go
2022-04-04T10:55:57Z
closed
dagger/dagger
https://github.com/dagger/dagger
2,003
["cmd/dagger/cmd/common/common.go"]
🐞 ~ is not expanded in --cache-to and --cache-from switches
### What is the issue? I run this: ```console dagger do build --cache-from type=local,src=~/cc --cache-to type=local,mode=max,dest=~/cc ``` and in current directory new folder was create that was named `~`. dagger should expand ~ to current user home folder path. ### Log output nothing in logs ### St...
https://github.com/dagger/dagger/issues/2003
https://github.com/dagger/dagger/pull/2006
d934522c385a41ed45efe657d4920daf2656aaa2
e00b3c20680a664bf83fdedb7f126abedc8f4e03
2022-04-03T05:35:59Z
go
2022-04-12T11:21:11Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,997
["docs/references/1222-core-actions-reference.md", "docs/references/1234-dagger-types-reference.md", "pkg/dagger.io/dagger/types.cue", "pkg/dagger.io/dagger/values.cue", "website/sidebars.js"]
Move a few definitions from `dagger` to `core`
The following definitions should be moved from `dagger.io/dagger` to `dagger.io/dagger/core`: - `#ImageConfig` (tightly coupled to our image-related core actions) - `#HealthCheck` (same) - `#Ref` (same) - `#Scratch` (tightly coupled to our fs-related core actions) I just hit the issue while developing a plan. ...
https://github.com/dagger/dagger/issues/1997
https://github.com/dagger/dagger/pull/2208
eea29d530a4eae0c6ccea8f475b680f6d0429e3f
23af3ab20b9702aef6fcd3ecb765cc47b9a5a3b1
2022-04-01T19:38:34Z
go
2022-04-15T23:34:41Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,981
["docs/getting-started/1220-vs.md", "website/sidebars.js"]
Docs: bring back comparison to other software
## Problem Dagger 0.1 had a [documentation page comparing Dagger to other software](https://docs.dagger.io/1002/vs/). This page was removed when the docs were rewritten from scratch from Dagger 0.2. This was not necessary as the page applies to Dagger 0.2 without modification. Several people have asked how Dagger...
https://github.com/dagger/dagger/issues/1981
https://github.com/dagger/dagger/pull/1986
5d4e6e5ddcbefc713446c9be396c8f70effd6ade
c2d9d74c1fc45147a30b26b8c0a15d3321c68a70
2022-03-31T23:39:16Z
go
2022-04-01T15:22:22Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,965
["pkg/universe.dagger.io/go/image.cue", "pkg/universe.dagger.io/go/test/image.cue"]
🐞 `go.#Build` is broken by default with go 1.18
### What is the issue? Doing a standard `go.#Build` fails with the following logs: This is because of `go` defaulting this flag to `true` and dagger not necessarily send the `.git` in the context (for relatively good reason). ### Log output 4:04PM INF actions.tknlocal.container._exec | #5 0.325 go: missing...
https://github.com/dagger/dagger/issues/1965
https://github.com/dagger/dagger/pull/1971
fa2ca105aa088164753d512214ee5b318177ee68
d79de11fa896e63907e294411e83ea10f07b5e1c
2022-03-31T14:11:07Z
go
2022-04-04T22:31:42Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,960
["docs/getting-started/1220-vs.md", "website/sidebars.js"]
docs:add comparison between dagger and other ci/cd tools
### What are you trying to do? _No response_ ### Why is this important to you? users want to know the difference between dagger and other ci/cd tools.The below are some tools that I care about: - tekton - jenkins - Drone - argocd if someone cares about other tools, please add it in this issue. ##...
https://github.com/dagger/dagger/issues/1960
https://github.com/dagger/dagger/pull/1986
5d4e6e5ddcbefc713446c9be396c8f70effd6ade
c2d9d74c1fc45147a30b26b8c0a15d3321c68a70
2022-03-31T11:44:09Z
go
2022-04-01T15:22:22Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,959
["docs/administrator/1013-operator-manual.md"]
🐞 Can't connect to docker daemon when using nerdctl
### What is the issue? I use nerdctl with buildkit and containerd (Rancher Desktop) to normally build, tag and push my "docker" images (OCI compatible). If I want to use the docker Dagger step as mentioned in the "quick start" [here](https://docs.dagger.io/), I get the error that it couldn't connect to the docker daem...
https://github.com/dagger/dagger/issues/1959
https://github.com/dagger/dagger/pull/2232
28b5d8e1793bb5110ea5b087e20c6cd99d9260ae
d4abb2916aa2d5eb3676fbeaa9851c3d935533cc
2022-03-31T09:53:42Z
go
2022-04-21T11:38:46Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,955
[".github/workflows/ci.yml", "go.mod", "go.sum"]
🐞 Dagger: runtime: out of memory
### What is the issue? I have written some of my own CUE Modules, which may go out of memory when run multiple times over a long period of time. ### Log output ![飞书20220331-151758](https://user-images.githubusercontent.com/8142348/161000449-503f4110-26b0-405a-99cd-c89a3b56535c.png) ### Steps to reproduce _No res...
https://github.com/dagger/dagger/issues/1955
https://github.com/dagger/dagger/pull/143
6eb3d5afbda9e1ee223069be8a32e750c779edd3
50e8b8c07dd39382281dbfb0f8878ebcad637220
2022-03-31T07:24:07Z
go
2021-03-01T22:03:23Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,946
["docs/getting-started/1200-local-dev.md"]
Improvements to Windows installation instructions
From [this comment on Hacker News](https://news.ycombinator.com/item?id=30858740): > [gregmac](https://news.ycombinator.com/user?id=gregmac) [4 minutes ago](https://news.ycombinator.com/item?id=30858740) | [next](https://news.ycombinator.com/item?id=30857012#30858085) [[–]]() > > Your Windows instructions/process...
https://github.com/dagger/dagger/issues/1946
https://github.com/dagger/dagger/pull/1982
acc593f3885462ba8f2404a0c931689af03d36b5
cc4cabb71395bea02e29ed19ff0d6e0f02699b3b
2022-03-30T18:17:20Z
go
2022-04-01T00:09:46Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,924
["pkg/universe.dagger.io/netlify/deploy.sh"]
Netlify: use CLI for more things
The `netlify` package uses the official netlify CLI for certain things, but not for others (it uses a curl-based wrapper for those). Since the package was written, the netlify CLI has expanded its features, and we can now remove the curl-based wrappers, simplifying the package in the process.
https://github.com/dagger/dagger/issues/1924
https://github.com/dagger/dagger/pull/2181
1598ed984133f9d8cca5274a113d971d3b8efcbe
eea29d530a4eae0c6ccea8f475b680f6d0429e3f
2022-03-29T18:31:53Z
go
2022-04-15T23:12:03Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,916
["website/package.json", "website/yarn.lock"]
improve todoapp documentation
For now, we just have the documentation giving us a github actions workflow to copy. The documentation should use as much of the already existing tooling in this repo for reproducing the todoapp in the users' own fork.
https://github.com/dagger/dagger/issues/1916
https://github.com/dagger/dagger/pull/4769
4e6f0804b392be60ac8fc44389570d20518221c3
d7c9ecf732bb003367440c2177de7f413df8df08
2022-03-29T14:25:49Z
go
2023-03-17T15:50:04Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,908
["docs/core-concepts/1202-plan.md", "docs/core-concepts/1213-dagger-cue.md", "docs/getting-started/1200-local-dev.md", "docs/update-version.sh"]
Install docs should point to the latest version
I noticed the install docs mentions `v0.2.0` on one side and `v0.2.3` right after. Ideally this should not be hardcoded or pointing to the latest one automatically. <img width="958" alt="Screen Shot 2022-03-28 at 4 46 10 PM" src="https://user-images.githubusercontent.com/216487/160505287-dc7a5eff-fbf1-471e-b5b6-3da6...
https://github.com/dagger/dagger/issues/1908
https://github.com/dagger/dagger/pull/1926
ece37623b2e4089090d22dcee6a3514e6f69493e
b32c8732bc7bd932dbdb5dc42fe2434c53cfeb38
2022-03-28T23:48:58Z
go
2022-03-29T18:48:38Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,906
["website/package.json", "website/yarn.lock"]
I can download just-in-time versions of dagger from get.dagger.io/binary/dagger-$GITREF.tgz
Longer term, we can (and IMO should) host a binary-on-demand service eg. `get.dagger.io/binary/dagger-$GITREF.tgz` that builds the requested version just-in-time for download. _Originally posted by @shykes in https://github.com/dagger/dagger-for-github/issues/35#issuecomment-1071971420_
https://github.com/dagger/dagger/issues/1906
https://github.com/dagger/dagger/pull/4769
4e6f0804b392be60ac8fc44389570d20518221c3
d7c9ecf732bb003367440c2177de7f413df8df08
2022-03-28T23:41:12Z
go
2023-03-17T15:50:04Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,890
["docs/core-concepts/1203-client.md", "docs/tests/core-concepts/client/plans/cmd.cue", "docs/tests/core-concepts/client/plans/cmd_secret.cue", "docs/tests/core-concepts/client/plans/cmd_stderr.cue", "docs/tests/core-concepts/client/plans/cmd_stdin.cue", "docs/tests/core-concepts/client/plans/platform.cue"]
client doc: reference on how to use stdin/stdout
in https://docs.dagger.io/1203/client/#running-commands, we talk about we can use stdin + stderr, but we don't link to any other docs. And it seems we have none.
https://github.com/dagger/dagger/issues/1890
https://github.com/dagger/dagger/pull/2668
4d0730b9cb85807281b5ef813dc9fe3c6f89eaf7
aa0c649c20d84461bc7449a06fadebcffbadfe39
2022-03-28T16:07:10Z
go
2022-06-21T03:42:34Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,886
["pkg/universe.dagger.io/docker/cli/client.cue"]
Referencing a `#DecodeSecret`'s output key in an action makes it disappear
# Issue When trying to store some secrets in an encrypted `sops` file, I realized that an action referencing the output of a `#DecodeSecret`becomes unusable # Repro **Working config** ``` package main import ( "dagger.io/dagger" "universe.dagger.io/docker/cli" ) dagger.#Plan & { client: { files...
https://github.com/dagger/dagger/issues/1886
https://github.com/dagger/dagger/pull/2025
a717ec0734fe2ebf52ff132d7e8452827f61e182
85072c500adb581b4a286535366f6cbc95144e51
2022-03-28T14:37:44Z
go
2022-04-05T09:58:03Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,872
["cmd/dagger/cmd/doc.go"]
Bring back `dagger doc`
## Problem Dagger 0.1 had a command called `dagger doc`, which was similar to `go doc`. Given the names of a CUE package and definition, it would print information about their API. Unfortunately, this feature was not compatible with Dagger 0.2, because it relied on concepts such as `@dagger(input)` and `@dagger(o...
https://github.com/dagger/dagger/issues/1872
https://github.com/dagger/dagger/pull/2693
a7d453ea93610431d42ff9c8735e4befbbfdaea2
7f87e7bb34547fe814f60cbc09440fef0b4ec103
2022-03-27T06:23:01Z
go
2022-07-05T17:17:40Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,870
["website/package.json", "website/yarn.lock"]
Rename dagger.#Service to dagger.#Socket
## Problem `dagger.#Service` is a core type referencing a network service. We chose an intentionnaly broad name to convey the support for multiple backends: unix socket, tcp, udp, websocket, http2, etc. With the benefit of insight, "service" is confusing because it is too broad. ## Solution Introduce a new cor...
https://github.com/dagger/dagger/issues/1870
https://github.com/dagger/dagger/pull/4510
db58d9968da6895ff74c772acd3d3a58b5ffefd5
20e0f9741eb66f1eabd00a2c18cc8a5e46f3949e
2022-03-27T05:26:13Z
go
2023-02-06T12:33:50Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,848
["pkg/pkg.go"]
`dagger do` on uninitialized plans hang on Windows
# Problem Uninitialized projects hang on Windows, not on Mac # Context While trying to export the improvement of the `todoapp` from @marcosnils', I copied the `todoapp` (and only this one) to another directory. Running `dagger do build` inside this directory made it hang indefinitely in Windows, and errors on Mac:...
https://github.com/dagger/dagger/issues/1848
https://github.com/dagger/dagger/pull/1910
f4c9cd663a503740ca1957b85b7ebac96d681c6a
ea59c932bb11da344f4ec0ef387e1d944bc77586
2022-03-24T15:31:27Z
go
2022-03-29T01:29:38Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,846
["docs/core-concepts/1202-plan.md", "docs/getting-started/1200-local-dev.md", "docs/tests/core-concepts/plan/structure.cue.fragment", "pkg/universe.dagger.io/examples/todoapp/.gitignore", "pkg/universe.dagger.io/examples/todoapp/todoapp.cue"]
It all starts with a plan: order of the syntax
in https://docs.dagger.io/1202/plan, we present the main content of the file, the dagger.Plan. Later, we discuss the `import`, but we didn't see that before, so we don't know what to do about it. I guess maybe after the first step in the getting started executing locally, we should explain that now we are gonna exp...
https://github.com/dagger/dagger/issues/1846
https://github.com/dagger/dagger/pull/1860
a01fd7297ff738e0bc009fa01480949cef119305
9f042800da215a5279dd59861d2a312a1157ac17
2022-03-24T14:52:08Z
go
2022-03-26T19:45:13Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,820
["docs/getting-started/1200-local-dev.md"]
On Windows, todoapp example requires dagger project update before dagger do
Part of https://github.com/dagger/dagger/issues/1796, we have learned with @nabsul that on Windows 11, following the Windows tutorial from https://docs.dagger.io/, `dagger do build` fails with: ![image](https://user-images.githubusercontent.com/3342/158554815-273d5965-328e-4594-b6d4-673b87149dd8.png) I tried to r...
https://github.com/dagger/dagger/issues/1820
https://github.com/dagger/dagger/pull/2036
715fd9225a7abeea4af8c4e94ba8e44e00504a5b
18f1eae6e83f2b3694a522a8e5408e5b85cd95b2
2022-03-18T19:12:01Z
go
2022-04-05T18:31:22Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,802
["plan/task/push.go"]
Platform unknown for images built with dagger
When building images with dagger, I get a warning when running them: ``` WARNING: The requested image's platform (unknown) does not match the detected host platform (linux/amd64) and no specific platform was requested ``` It still runs though. I'm using Docker Desktop on macOS. Example inspect from a Dockerf...
https://github.com/dagger/dagger/issues/1802
https://github.com/dagger/dagger/pull/1827
30cbc64d86e8245cdf9edb2079cb610e5a3d68b4
e484477bf9e640e528e980e47193e8d7908449f8
2022-03-14T19:52:06Z
go
2022-03-22T17:55:22Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,797
["website/package.json", "website/yarn.lock"]
A more sustainable strategy for cache storage
Perhaps a naive question. Given 1) the difficulties encountered with this cache export feature, 2) this is one of the easy ones (users will want to export cache to many various targets, most of which are not supported by buildkit at all)... Perhaps we should start discussing an alternative design that is more sustaina...
https://github.com/dagger/dagger/issues/1797
https://github.com/dagger/dagger/pull/3001
8e63dabb803bdaf41175f7bef1799b7c7ed02dae
c81c3dfdfebb3bce4de99b4a6fcc3ad55d81bbda
2022-03-14T17:09:26Z
go
2022-09-12T09:15:30Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,789
["pkg/dagger.io/dagger/nop.cue", "plan/task/nop.go"]
Actions with no core buildkit actions don't trigger filesystem write
## Problem Some actions don't need to call buildkit. For example a simple string transformation using only CUE builtins. These actions can be called with `dagger do`, but any client filesystem writes that depend on them will *not* be triggered. ## Example ``` import ( "strings" "dagger.io/dagger" ) ...
https://github.com/dagger/dagger/issues/1789
https://github.com/dagger/dagger/pull/1790
4b82a3fb4ab9073a8a7705c17b67725da1558b47
8b7e591851fd53e4f9252c8d84e67a99440107b6
2022-03-12T05:56:07Z
go
2022-03-16T20:40:26Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,777
["cmd/dagger/cmd/do.go", "compiler/value.go", "plan/action.go", "plan/plan.go"]
`dagger do --help`: cleaner formatting of available action list
## Problem When listing available actions with `dagger do --help`, the formatting is messy. * Multi-line comments are printed as is * No "Available Options" section header * Misaligned descriptions * Easy to miss actions at the end Example, running from the root of dagger repo: ``` $ dagger version dag...
https://github.com/dagger/dagger/issues/1777
https://github.com/dagger/dagger/pull/1782
35751bc2123174b73715c332c175e8bb63b1ff6f
21c6af067836ce33d9c1f5bcb06c68ab0448d403
2022-03-11T08:21:50Z
go
2022-03-14T19:56:43Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,776
["go.mod", "go.sum"]
gnu parallel is not always working
Different versions of parallel may not be working / compatible with bats (for example on `debian:bullseye`). Ideas to work-around it: * sanity test parallel version and fallback to `--jobs 1` if it does not fit the bill * make the number of parallelized jobs easy to control (environment) so that one can disable pa...
https://github.com/dagger/dagger/issues/1776
https://github.com/dagger/dagger/pull/3541
7b0c2f0f8d4a421bd3a06c5c8b31e6272708e902
42be78c8f860b9ed2b6803619c9d70353918a4a0
2022-03-11T04:10:40Z
go
2022-10-25T21:17:24Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,764
["go.mod", "go.sum"]
`dagger do --help`: "failed to load plan" with no detail
When calling `dagger do --help` against an invalid plan, the error "failed to load plan" is printed, without details. This makes it difficult to fix the issue with the plan.
https://github.com/dagger/dagger/issues/1764
https://github.com/dagger/dagger/pull/6569
e06291a14e7f694ea2b04c1e30c41ebe751f8f21
806d6580e5158cad92ea4dcf23c966b225402374
2022-03-10T22:19:53Z
go
2024-02-06T12:01:33Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,759
["docs/knowledge-base/1214-migrate-from-dagger-0.1.md", "website/sidebars.js"]
Docs: "Migrating from Dagger 0.1 to 0.2"
This is a high priority item. We want to help users migrating their plan from 0.1 to 0.2. The first step is to give them a clear entry point. This should be a page in our documentation. We can iterate on this page over time, to include more information, redirect them to the right discussion thread, issue or discord cha...
https://github.com/dagger/dagger/issues/1759
https://github.com/dagger/dagger/pull/1773
a7d5b366eacdb4753e1f0c9abf68362069959aa5
e499297e77a370a8e7d18fca923f294bf1722cd6
2022-03-10T20:02:57Z
go
2022-03-11T02:13:33Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,753
["website/package.json", "website/yarn.lock"]
Docs: include "What is CUE" page from 0.1 into 0.2 docs
null
https://github.com/dagger/dagger/issues/1753
https://github.com/dagger/dagger/pull/2854
94a4978910e6628608424088a4bb4d15e4d1b0ee
e1f0e870b80a0b434f9812eb87aee6f259da1546
2022-03-10T18:53:48Z
go
2022-07-28T08:49:46Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,719
["go.mod", "go.sum"]
`dagger do`: expose input fields as command-line flags
## Overview A nice improvement of `dagger do` would be to detect incomplete fields in the action, and expose them as part of the action interface, as magical command-line flags. For example: ``` // Say hello actions: hello: { // Specify a greeting greeting: string | *"hello" // Specify a name name: ...
https://github.com/dagger/dagger/issues/1719
https://github.com/dagger/dagger/pull/2699
3127b4aad6f80e7464fbf38d32b984f1d206215e
0312696a950a239889b27c19c2dc517086bf0f74
2022-03-09T00:30:38Z
go
2022-06-22T15:23:37Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,716
["sdk/nodejs/package.json", "sdk/nodejs/yarn.lock"]
Add template to dagger project init
### Context Currently, `dagger project init` only create an empty `cue.mod`. I think it would be great to also generate template file to facilitate initialisation. ### V1.0 - Simple initialisation To begin with, `dagger project init` could generate a simple `main.cue` file with a `Hello World` ```cue // m...
https://github.com/dagger/dagger/issues/1716
https://github.com/dagger/dagger/pull/4804
c56057ff30d9e906680f384c332e8e96ea0d4834
af8b047ea2407967ba7b18510be81cad8f73afd8
2022-03-08T23:23:51Z
go
2023-03-27T13:43:04Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,715
["go.mod", "go.sum"]
docs: snippets should be outside of markdown
Flagging this for post-europa. CUE snippets used to be external to markdown files, like so: ``` ```cue file=./tests/cloudformation/template.cue title="todoapp/cloudformation/template.cue" `` ``` This allows: 1. CUE linter cleaning up the files / validating them 2. Adding automated tests using the snippe...
https://github.com/dagger/dagger/issues/1715
https://github.com/dagger/dagger/pull/6569
e06291a14e7f694ea2b04c1e30c41ebe751f8f21
806d6580e5158cad92ea4dcf23c966b225402374
2022-03-08T23:03:28Z
go
2024-02-06T12:01:33Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,699
["website/package.json", "website/yarn.lock"]
`dagger do`: suggest `dagger update` on missing dependencies
When running `dagger do` fails because of missing dependencies, the user should be presented with a clear error message that suggests that perhaps there are missing dependencies, and perhaps running `dagger update` would solve the problem.
https://github.com/dagger/dagger/issues/1699
https://github.com/dagger/dagger/pull/2500
3950440ed87eee5ef42463d99078cd0f2be410fa
dafe1b8b4484789cf73e71fc59e6709c0b1c9e7c
2022-03-07T22:34:50Z
go
2022-05-30T13:02:11Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,698
["cmd/dagger/cmd/root.go", "go.mod", "go.sum"]
0.2: hide `dagger completion`
The `dagger completion` command is useful, especially for automated installers (homebrew etc). But it should not be visible to humans running `dagger help`. It should be hidden.
https://github.com/dagger/dagger/issues/1698
https://github.com/dagger/dagger/pull/1748
45f3121abeaafd1c56b69eb46608a519080a6a94
2b30bd027d52f0f633653d85efaa515fc08a1c1d
2022-03-07T22:33:11Z
go
2022-03-10T14:50:10Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,696
["sdk/nodejs/package.json", "sdk/nodejs/yarn.lock"]
0.2: Hide or remove `dagger up`
null
https://github.com/dagger/dagger/issues/1696
https://github.com/dagger/dagger/pull/4804
c56057ff30d9e906680f384c332e8e96ea0d4834
af8b047ea2407967ba7b18510be81cad8f73afd8
2022-03-07T22:32:32Z
go
2023-03-27T13:43:04Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,689
["cmd/dagger/cmd/root.go", "go.mod"]
Do not show commandconn WARN messages on the first dagger run
When `dagger` runs for the first time against a local Docker Engine, it shows the following `WARN` messages: ``` WARN[0002] commandConn.CloseWrite: commandconn: failed to wait: signal: terminated WARN[0002] commandConn.CloseRead: commandconn: failed to wait: signal: terminated WARN[0002] commandConn.CloseWrite: c...
https://github.com/dagger/dagger/issues/1689
https://github.com/dagger/dagger/pull/2161
464c7ad708ba93e15df08d71ab3f552539b243f6
991c8dc6ff4538b55fe82af42a2d5bd93d5bf256
2022-03-04T20:20:02Z
go
2022-04-13T01:11:05Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,684
["go.mod", "go.sum"]
dagger project init
Comments from discord #dev:dagger project thread: @shykes says: `dagger project init` is basically a wrapper for cue mod init. Perhaps it has options to add templates, scaffolding, whatever. All optional features we can add later. As a basic start, `dagger project init` will mimic behavior of `cue mod init` - cr...
https://github.com/dagger/dagger/issues/1684
https://github.com/dagger/dagger/pull/5460
ff60a9080d7d79cc5180926095b6eeb691215b13
a57fcd1431bf61911d7adce1ec9b045e8831b38d
2022-03-03T22:58:48Z
go
2023-07-14T18:56:47Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,670
["pkg/universe.dagger.io/yarn/test/test.cue", "pkg/universe.dagger.io/yarn/yarn.cue"]
[Bug] universe.dagger.io/yarn cache mount config results in yarn package corruption
## What is the problem? Running `yarn.#Build` & `yarn.#Run` in parallel always results in yarn package corruption: ```sh 5:13PM INF actions.test.container._exec | computing 5:13PM INF actions.build.container._exec | computing 5:13PM INF actions.build.container._exec | #9 1.958 yarn install v1.22.17 5:13PM INF...
https://github.com/dagger/dagger/issues/1670
https://github.com/dagger/dagger/pull/1673
d8af79166e06364f9217320b553f6f2bf963a60b
5267d72b1da65213120748a5ad50b5d808fb82d6
2022-03-01T17:26:51Z
go
2022-03-04T18:48:06Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,659
["pkg/dagger.io/dagger/core/exec.cue", "pkg/universe.dagger.io/docker/run.cue", "tests/tasks/exec/user.cue"]
Strange buildkit error on yarn test
## Problem When running the standard integration tests for `universe.dagger.io/yarn`, on `main`, the test fails with a cryptic buildkit/docker error. As far as I know, this test is not failing in CI. There is no recent change to this package that seems relevant. ## Steps to reproduce ### 1. Check current commi...
https://github.com/dagger/dagger/issues/1659
https://github.com/dagger/dagger/pull/2542
af955dccb3f4bac86a54893d784ca99d94127f30
9f79d63cf8a44557ce033a54584ca2a998b051aa
2022-02-24T07:29:33Z
go
2022-06-01T21:05:33Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,625
["go.mod", "go.sum"]
Better DX for healthcheck
I think the `test` field in `healthcheck` should be abstracted into a new `cmd` field and the time intervals could also be humanized. Currently the `test` field is a single list where the first element has special meaning: ```cue #HealthCheck: { test?: [...string] interval?: int timeout?: int star...
https://github.com/dagger/dagger/issues/1625
https://github.com/dagger/dagger/pull/2699
3127b4aad6f80e7464fbf38d32b984f1d206215e
0312696a950a239889b27c19c2dc517086bf0f74
2022-02-16T17:39:50Z
go
2022-06-22T15:23:37Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,624
["go.mod", "go.sum"]
Unset image metadata
Ever since I started working on #1535, I wanted to be able to also unset some things. I tried a first pass at the time that didn't work out, but decided to not delay because of it. I want to try again 🙂 For me this has come up for one reason. Sometimes I use a base image that's mostly fine, but I wish they hadn'...
https://github.com/dagger/dagger/issues/1624
https://github.com/dagger/dagger/pull/1756
c82bc00f879919a49a80772a6a3d2ab1de77f2c2
a698ef1c08159c13ba9fcceccacf0030a06bb0dc
2022-02-16T16:55:43Z
go
2022-03-10T19:17:17Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,623
["sdk/nodejs/package.json", "sdk/nodejs/yarn.lock"]
[Question] How to add user cue package?
After `dagger init`, it will generate a `cue.mod` with default dagger packages. How can I add a new dagger package of my own? I saw a `usr/` directory. Is it the right place? <img width="305" alt="image" src="https://user-images.githubusercontent.com/920884/154194009-e14c566e-a4c6-47cb-b6c0-8a4ab1499f33.png">
https://github.com/dagger/dagger/issues/1623
https://github.com/dagger/dagger/pull/3807
072a6c1b2e76724bcd1209c2a3db853acb43f314
19954e6202edd8f4fb0fb372dc3ea3e013e95c0d
2022-02-16T04:03:58Z
go
2022-11-16T16:26:31Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,598
["website/package.json", "website/yarn.lock"]
Action API
## Overview I propose formalizing the concept of an *action*, and exposing it to developers in a new *Action API*. Using the Action API, developers can: * Customize how the DAG is presented to the user at runtime (show actual actions instead of raw CUE tree or low-level tasks) * Synchronize actions: #940, #1249...
https://github.com/dagger/dagger/issues/1598
https://github.com/dagger/dagger/pull/1458
3dab09292468d95a83341a3dc0fd9d4a8d44d78a
abcd01ccfa5ffa88669b61af77b59258e5bd795c
2022-02-11T02:15:01Z
go
2022-01-19T23:56:56Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,560
["website/package.json", "website/src/theme/Navbar/index.js", "website/src/theme/Navbar/styles.module.css", "website/yarn.lock"]
docs.dagger.io fails to run locally
When I run `make web`, I get the following errors: ![image](https://user-images.githubusercontent.com/3342/152752105-96f8fbbd-9f29-423a-86b1-3c90a1b99d60.png) This is what I get in a browser: ![image](https://user-images.githubusercontent.com/3342/152752222-aa0622eb-28f6-45e5-80c5-d4ca348226e2.png) If I bum...
https://github.com/dagger/dagger/issues/1560
https://github.com/dagger/dagger/pull/1562
5dfdf5149f75e5db24a72a5a3244cfc479fb8b09
c04d0cdd0bced70363beaa4a1a4def2559d58d41
2022-02-07T08:41:55Z
go
2022-02-07T11:09:41Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,559
["pkg/universe.dagger.io/bash/test/test.cue", "pkg/universe.dagger.io/docker/run.cue", "pkg/universe.dagger.io/docker/test/run.cue", "pkg/universe.dagger.io/netlify/netlify.cue", "pkg/universe.dagger.io/yarn/yarn.cue"]
docker.#Run: export files and directories to a shorter path
Change the API for `docker.#Run.export.files` and `docker.#Run.export.directories`, so that the `contents` field is not needed. The API is not changed for *declaring* exports: ``` action: run: docker.#Run & { export: { files: "/foo.txt": _ directories: "/bar": _ } } ``` The API is changed fo...
https://github.com/dagger/dagger/issues/1559
https://github.com/dagger/dagger/pull/1603
a01ee5f8b0436584d32da9b0fb0f2151edb61982
51cc976242edf9673a39a4f6dd86dfa59a4840b9
2022-02-07T06:48:39Z
go
2022-02-18T21:55:31Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,556
["website/package.json", "website/yarn.lock"]
Port bats package to europa universe
cf. https://github.com/dagger/dagger/issues/1549
https://github.com/dagger/dagger/issues/1556
https://github.com/dagger/dagger/pull/1163
399a7aba30493315f11bcd4390c8a16e290ff6d6
51af80b5a87fe41793c0218594dfba272b71d1ba
2022-02-04T21:13:11Z
go
2021-11-29T21:48:22Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,555
["pkg/universe.dagger.io/docker/run.cue", "pkg/universe.dagger.io/docker/test/run.cue"]
Europa: docker.#Run entrypoint behavior does not seem to match docker run cli
The default behavior of `docker run` when no `--entrypoint` is provided, and `ENTRYPOINT[]` has not been overridden is to use `/bin/sh -c`. This allows `CMD` to be easily processed through the shell. Overridding entrypoint allows for bootstrapping scripts to do setup, perhaps `export` some necessary env vars, then `exe...
https://github.com/dagger/dagger/issues/1555
https://github.com/dagger/dagger/pull/1808
749278965c0b2cbc2c9936625d63da225c24a777
323f01278a686f034a0fb8aa59c5ef4ad6d6349c
2022-02-04T19:11:57Z
go
2022-03-21T17:18:18Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,532
["pkg/universe.dagger.io/alpine/alpine.cue"]
Alpine: ability to pin package version might be useless
(placeholder) as discussed with @aluzzardi, Alpine ties package versions to Alpine version, so there may never be a useful way to pin `packages.FOO.version`.
https://github.com/dagger/dagger/issues/1532
https://github.com/dagger/dagger/pull/1548
c1b1cdb062a715539032af855b6877e7ff2e3e2c
1d1b9083b338faec823c443d1726a589e3155ad0
2022-01-31T20:19:41Z
go
2022-02-04T00:06:06Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,492
["plan/task/source.go", "tests/tasks.bats", "tests/tasks/dockerfile/cue.mod/pkg/.gitignore", "tests/tasks/source/source.cue", "tests/tasks/source/source_invalid_path.cue", "tests/tasks/source/source_relative.cue", "tests/tasks/source/testdata/world.txt"]
engine.#Source.path is not properly supporting relative paths
In some cases setting `path: "./scripts"` results in 'invalid path' or `path does not exist` errors. It seems it looks for the path to be relative to `cwd` rather than `v.Filename`
https://github.com/dagger/dagger/issues/1492
https://github.com/dagger/dagger/pull/1527
a0c89a335fd02b7de600bc426f40c810df5f8110
a850f5453327382d44a315ebf365041434ffc39b
2022-01-24T19:49:01Z
go
2022-01-28T23:21:14Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,489
["pkg/alpha.dagger.io/universe.bats"]
TestCompose is failing consistently
We had 3 failures in a row: https://github.com/dagger/dagger/runs/4921785672?check_suite_focus=true#step:9:426 While https://github.com/dagger/dagger/pull/1476 doesn't change anything code-wise in Dagger, I cannot merge it when the **CI / Universe** check is failing. I am suspecting that it's the 100% CPU utilisa...
https://github.com/dagger/dagger/issues/1489
https://github.com/dagger/dagger/pull/1493
21f81bc8f6329188aae20064975ee5efe1d6e9e5
2715b7b6d0a435103fc93d1d58769a2f580a69f9
2022-01-24T16:06:15Z
go
2022-01-25T11:15:51Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,482
["website/package.json", "website/yarn.lock"]
[Bug] Failed to test input/output
Trying to run the following to test dagger input/output ``` package func import ( "alpha.dagger.io/dagger" ) metadata: { name: string & dagger.#Input } outputs: { metadata: { name: metadata.name & dagger.#Output } } ``` After running `dagger up`, the output value is always "_": `...
https://github.com/dagger/dagger/issues/1482
https://github.com/dagger/dagger/pull/982
1eec9ec8fe5bfac70339e5acb24dd2e59f18f9a6
6be4bbf49d209ad7d3ac95474216b98b53c3750e
2022-01-22T03:29:11Z
go
2021-09-15T21:54:27Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,445
["pkg/universe.dagger.io/docker/push.cue"]
Europa: `auth` in `docker.#Push` doesn't seem to be working
If auth is only in `docker.#Push`: ```cue dagger.#Plan & { inputs: { secrets: registry: envvar: "REGISTRY_PASSWORD" } actions: { base: docker.#Pull & { source: "alpine" } push: docker.#Push & { dest: "registry.example.net/test" ...
https://github.com/dagger/dagger/issues/1445
https://github.com/dagger/dagger/pull/1448
6aed3348a0bd53916ddf3bf5782a2448633787fc
ed8bb3f91ba45ebce012beaaec0f9a43787824d8
2022-01-18T16:31:59Z
go
2022-01-19T18:36:32Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,429
["website/package.json", "website/yarn.lock"]
PROPOSAL: Simplify #TransformSecret
`#TransformSecret` is currently used as such: ```cue repoPassword: engine.#TransformSecret & { input: inputs.secrets.sops.contents // output signature after tranformation // output: #Secret | {[string]: output} #function: { input: _ output: yaml.Unmarshal(input) } } ``` - I think it's pretty...
https://github.com/dagger/dagger/issues/1429
https://github.com/dagger/dagger/pull/893
283a5f76a81cce679470806a76b5689c4887f4d8
cfd5cfbfcbcbc556f4c1114614fc0ef1e6bbc18b
2022-01-14T08:33:44Z
go
2021-08-20T15:26:37Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,378
["mod/require.go", "mod/require_test.go"]
Inconsistencies in dagger mod get
Currently you are forced to use the .git suffix if the repository is not from github. The imported package keeps the suffix thus altering the import directive to be used, therefore the import will be different in the tests of the project containing the package compared to projects where dagger mod get is used. Moreo...
https://github.com/dagger/dagger/issues/1378
https://github.com/dagger/dagger/pull/1431
e60b9dc268e491623f1327c7652ccda0664ca25b
455beae7622e026e399b22ff02155e4b5b529b9a
2022-01-10T18:04:14Z
go
2022-01-18T09:11:21Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,369
["plan/task/exec.go", "tests/tasks.bats", "tests/tasks/exec/http_proxy.cue"]
Dagger doesn't work behind a corporate proxy
dagger up return error behind a http proxy Test with : * dagger 0.1.0-alpha.31 (374f1ba) linux/amd64 and dagger devel (7d965942) linux/amd64 * Ubuntu 20.04.3 LTS * Docker 20 All docker command work with my proxy (configure into ~/.docker/config.json and /etc/systemd/system/docker.service.d/http-proxy.conf) Bu...
https://github.com/dagger/dagger/issues/1369
https://github.com/dagger/dagger/pull/2748
0fffdc223bb9d6c103538ef2fbbf5ed6fb5f3950
a12e9f2d5300c0dce379fc327a3e103cea6a01cf
2022-01-07T19:59:45Z
go
2022-07-07T01:40:57Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,360
["docs/guides/1226-coding-style.md", "pkg/universe.dagger.io/README.md", "website/sidebars.js"]
Package Coding Style
We should have a README file somewhere encoding package coding style. Right now there's a few proposals around: - #1243 - #397 - #1322
https://github.com/dagger/dagger/issues/1360
https://github.com/dagger/dagger/pull/2096
03829e907f211627ba655e8431c5be2c865b6e02
732ef96a0695b36df66935704e51310f7b225765
2022-01-07T02:56:52Z
go
2022-04-11T17:48:09Z
closed
dagger/dagger
https://github.com/dagger/dagger
1,358
["website/package.json", "website/yarn.lock"]
Port Universe to 0.2/Europa
Universe packages must be ported to the Europa syntax. This is a tracking issue for the entire collection of Universe. For each, we should: - Determine whether it **should be ported** or not - If it requires further discussion, create a **dedicated issue** (**do not discuss individual packages here**) - Have an...
https://github.com/dagger/dagger/issues/1358
https://github.com/dagger/dagger/pull/640
06f04be21438daf02780389a2a2aa1aa871eb6b6
53fa2844c0fac588b5742bd66e8a115c50e3160b
2022-01-07T02:31:50Z
go
2021-06-15T12:27:23Z