dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

popular development environments as containers

Results 38 dockerfiles issues
Sort by recently updated
recently updated
newest added

https://github.com/mozilla/sccache has experimental rust support, and can significantly reduce Firefox build times. It may be helpful to other software projects as well.

good first issue
help wanted

It may be useful to allow Janitor developers to easily restart their Supervisor daemons (e.g. if they modified their `/etc/supervisord.conf` file). It could look like this: ```js "scripts": { "Restart...

Developer instances ought to handle email in a sensible way out of the box.

From an IRC discussion today on Mozilla's #ateam channel: > 19:49:54 ahal> janx: pushed a patch up to review in no time with the janitor! > 19:50:49 janx> Whoa thanks...

I heard that Mozilla's TaskCluster team uses the Chrome OS web terminal, which is apparently open. @nt1m Would you be interested in trying it out, to see if it works...

I experienced a popup in the IDE asking if I wanted to install and enable codeintel. This PR is based on https://github.com/c9/c9.ide.language.codeintel and on https://github.com/c9/c9.ide.language.codeintel/blob/435e0840663ee5e7fecaabfd3daa865eb2113e4c/codeintel.js#L149.

This is the preferred way of using Git for Firefox nowadays. However, it doesn't seem to work quite well with the https://github.com/mozilla/gecko-dev repository (incompatible SHAs?), so we need to make...

```bash cd git clone https://github.com/llvm-mirror/llvm.git cd llvm/tools git clone https://github.com/llvm-mirror/clang.git cd clang/tools git clone https://github.com/llvm-mirror/clang-tools-extra.git extra cd ~/llvm/projects git clone https://github.com/llvm-mirror/libcxx.git cd mkdir llvm-build cd llvm-build cmake -G "Unix Makefiles"...