dockerfiles
dockerfiles copied to clipboard
popular development environments as containers
We currently set up Bash and pre-configure a `~/.bashrc` file with many useful features. It would be nice to do the same for Zsh, and maybe Fish too.
It features container support and thus the Java projects should perform better in the environment. Potentially solved by: #193
In #162, @ishitatsuyuki removed many "unused" packages to make our Docker images lighter and more efficient. However, some packages identified as "unused" might actually still be necessary. Let's install them...
https://github.com/pnpm/pnpm is a fast JavaScript package manager, which uses link based installation to save space and time. Pros: - CoW friendly - Fast Cons: - Not widely used (no lockfile...
Installing Linux's `perf` tool could be useful to benchmark various software. I was able to install it in a container by doing this: sudo apt-get update -q sudo apt-get install...
From the [#janitor](https://kiwiirc.com/client/irc.freenode.net/?#janitor) IRC channel: > 11:19:51 fbeaufort> Nit: Can we have a custom wallpaper in novnc for each container? > 11:20:11 fbeaufort> If I build chromium, I'll have the...
`rr`: > [FATAL /home/roc/rr/rr/src/RecordSession.cc:1693:create() errno: SUCCESS] rr needs /proc/sys/kernel/perf_event_paranoid ~~warning: Error disabling address space randomization: Operation not permitted~~ (just a warning, gdb will still work)
Because otherwise `hg diff` is very slow.
> I see that [Chromium] is built, but content_shell is not built and the layout tests were not run. > Could those be factored into the resulting container as well?...