Releases: bibendi/dip
Releases · bibendi/dip
0.11.1
0.11.0
Changelog:
- Run ssh agent with autoremove
- Add nginx proxy command
curl -L https://github.com/bibendi/dip/releases/download/0.11.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip
UBUNTU USERS NEED HELP
./script/build_linux
+ docker run --rm -v /Users/merkushin/code/dip:/app -w /app crystallang/crystal crystal build --release src/app.cr -o dip-Linux-x86_64
Unable to find image 'crystallang/crystal:latest' locally
latest: Pulling from crystallang/crystal
crystal: /var/cache/omnibus/src/llvm/llvm-3.8.1.src/lib/CodeGen/LexicalScopes.cpp:160: llvm::LexicalScope* llvm::LexicalScopes::getOrCreateRegularScope(const llvm::DILocalScope*): Assertion `cast<DISubprogram>(Scope)->describes(MF->getFunction())' failed.
/usr/bin/crystal: line 102: 28 Aborted "$INSTALL_DIR/embedded/bin/crystal" "$@"
0.10.0
0.9.0
0.8.1
0.8.0
0.7.0
Changelog:
- Add
environment
section for command and subcommands - Substitute env vars in all commands
- Remove ssh-agent after container stopped
curl -L https://github.com/bibendi/dip/releases/download/0.7.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip