Andreas Mosti
Andreas Mosti
Should be possible to do - the CI process can generate JSON files as artifacts to be consumed by third party apps.
Haha going to work on that!
Yeah after some thinking I figured that out myself. As long as ansible-vault has to be run in a *NIX shell we have to be creative. How about running it...
Brilliant! Nice work! I will give it a try on monday!
I'm so sorry I didn't catch this, since I started the whole thing... But great if you guys got it working, I'll have a look myself!
@bizz84 not the kind of article you want in the repo, or something else wrong? Would like to contribute, but on your terms 😃
Seems like the error was misleading. I was missing ``` "datastore": "{{ user `storage` }}", ``` From my file.
Good idea, that should work! Update: @seesharper workaround: ``` FROM andmos/dotnet-script COPY main.csx /scripts/main.csx RUN ["dotnet", "/dotnet-script/dotnet-script.dll", "main.csx" , "dryrun"] ENTRYPOINT ["dotnet", "/dotnet-script/dotnet-script.dll", "main.csx"] ``` Notice the `dryrun` argument there,...
Any release or something we are waiting for to get this one out? Would be nice to squash some warnings `brew` gives.
The version info from the workflow: ``` /usr/bin/docker info Client: Docker Engine - Community Version: 24.0.7 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.12.1 Path:...