#Hi there. Apologies for my [spamming of

1 messages · Page 1 of 1 (latest)

dusk spade
#

dagger/dagger@v0.18.12

Trace: https://dagger.cloud/nine/traces/59c4e0afbc3271db9f6eb3a5baf855cd

dagger -m github.com/dagger/dagger@v0.18.12 <<EOF
  dev |
  with-directory example \$(git https://github.com/chrisjpalmer/dagger-deps-example | head | tree) |
  with-workdir example |
  with-exec -- dagger -c 'workflow-pretend \$(secrets-manager) | doit'
EOF
#

However when switching to the main branch I get some issues...

dagger/dagger@main

Trace: https://dagger.cloud/nine/traces/35e514dd9cad792f2b3277754e86c908

dagger -m github.com/dagger/dagger@main <<EOF
  dev |
  with-directory example \$(git https://github.com/chrisjpalmer/dagger-deps-example | head | tree) |
  with-workdir example |
  with-exec -- dagger -c 'workflow-pretend \$(secrets-manager) | doit'
EOF

Error: instantiate: toSelectable: unknown type "SecretsManager"                                                                                                                                                   
! process "dagger -c workflow-pretend $(secrets-manager) | doit" did not complete successfully: exit code: 1
#

My understanding is that both should work as I feel what I am doing is supported by dagger. I am using dagger shell to inject a concrete type into another module constructor which accepts an interface parameter.

#

I wasn't originally concerned about testing the main branch.. I was actually testing out shykes blueprint modules branch when I discovered this issue. After some more testing, I don't think this is really linked to that branch since its reproducible from the main branch.

GitHub

A module may reference another as its blueprint.
Great for platform teams daggerizing many software components with identical stacks.
Fixes #10464
Updating the blueprint
To update the blueprint, ru...

foggy field
#

Thanks for reporting, looking into this!

tacit locust
tame rover
#

should we create a stand-in issue? just to put into the milestone?

foggy field
#

@paper obsidian are you planning to release blueprints in a "preview" in an upcoming release, or are you still looking to get more feedback and iterate on your branch?

paper obsidian
paper obsidian
tame rover
dusk spade
#

^ I will just add to this issue that already is here