Commit Graph

178 Commits

Author SHA1 Message Date
dependabot[bot] 1952891559
chore: bump prettier from 2.3.0 to 2.3.1 (#77)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 09:15:53 -07:00
Jonathan Yu da1e6d4c84
chore: ensure Husky script runs under bash (#71) 2021-05-24 13:21:28 -07:00
Jonathan Yu 60abdec164
chore: ignore minor/patch versions of official actions (#73) 2021-05-22 11:20:38 -07:00
Jonathan Yu 1af4050abd
chore: add minimal workflow permissions (#70) 2021-05-22 10:41:21 -07:00
dependabot[bot] 4a7045f1b4
chore: bump lint-staged from 10.5.4 to 11.0.0 (#67)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.4 to 11.0.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.5.4...v11.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-22 08:49:54 -07:00
dependabot[bot] c7ba0300f2
chore: bump prettier from 2.2.1 to 2.3.0 (#68)
Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-22 08:08:09 -07:00
Ben Potter 69b581c2c7
fixes to VNC image (#65)
* fix typo in readme

* improve default desktop and window scaling

* switch to firefox as default browser

something about our network or install method in Google chrome leads to errors when browsing
2021-04-21 11:47:13 -04:00
Ben Potter abf3ddbd2f
add readme for vnc image (#63)
* add readme for vnc image

* add -N flag

* Update README.md

Co-authored-by: Katie Horne <katie@coder.com>
2021-04-20 19:29:06 -04:00
Ben Potter 1c1025eeee
add CI for VNC image (#62)
* add CI for VNC image

* use different mirror
2021-04-14 16:17:55 -04:00
Ben Potter f34a072874
Revert "Remove VNC images (#38)" (#61)
This reverts commit 25eaa0bfd1.
2021-04-14 18:30:02 +00:00
dependabot[bot] 2c4757ecef
chore: bump styfle/cancel-workflow-action from 0.8.0 to 0.9.0 (#60)
Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.8.0...89f242ee29e10c53a841bfe71cc0ce7b2f065abc)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-12 07:15:57 -07:00
Jonathan Yu 1638e83ffb
chore: optimize layers in base images (#57)
* Reduce the number of layers in base images by consolidating
  related build steps
* Switch from yum to its successor, dnf, in the centos base image
* Delete package cache after installation to reduce image size
* Use bash to run Dockerfile build commands in centos and ubuntu
* Sort package dependencies alphabetically
2021-04-06 13:15:00 -07:00
Jonathan Yu eb897f6eb2
chore: upgrade husky to version 6 (#53) 2021-04-06 13:12:24 -07:00
Jonathan Yu a1002e87f1
chore: publish nightly image builds (#52)
* Build and publish images on a nightly schedule
* Enable manual triggering of build workflow
2021-04-02 21:13:47 -07:00
Jonathan Yu 3e4835aeeb
chore: use dependabot for GitHub Actions and npm (#54) 2021-04-02 17:45:47 -07:00
Jonathan Yu 6fa1567c96
chore: parallelize image build (#55)
* Add flag for image build scripts to filter by distribution
  (currently: arch, centos, ubuntu)
* Build images sequentially in separate jobs that run in
  parallel according to base distribution
* Cancel in-flight pull request builds
2021-04-02 12:46:01 -07:00
G r e y a370353a28
chore: Add fmt check to CI (#50) 2021-02-19 09:30:56 -06:00
G r e y 4bec2c8cd7
feat(base): Ubuntu git-core ppa (#49)
Co-authored-by: Jonathan Yu <jonathan.i.yu@gmail.com>
2021-02-18 13:46:22 -06:00
Jonathan Yu ea099c33b8
chore: pin archlinux package versions (#48)
* Switch from deprecated archlinux/base to archlinux/archlinux
* Pin a specific base image and repository snapshot, as recent
  versions are inoperable under Coder due to a glibc upgrade
  (https://bugs.archlinux.org/task/69563)
2021-02-17 15:07:30 -08:00
G r e y 98995de6c8
chore: Format (#47) 2021-02-17 13:08:48 -06:00
G r e y b971e8078e
fix(pycharm): Symlink pycharm -> pycharm-community (#45) 2021-02-05 14:46:41 -06:00
Charles Moog 98c24a3f55
feat: add homebrew to base images (#43) 2021-02-02 12:46:14 -06:00
Kyle Carberry e60d17d4a4
fix: Add ANDROID_HOME to SDK image (#42) 2021-01-28 21:53:39 -06:00
Kyle Carberry 8853783dc3
feat: Add Android image (#41)
* feat: Add Android image

* Fix title
2021-01-28 21:25:21 -06:00
Charles Moog ce6258c83e
fix: add coder user to docker group (#40) 2020-12-16 17:00:01 -06:00
G r e y 99c358179d
Refactor push-images (#39) 2020-12-16 15:28:05 -06:00
Charles Moog ed0a191a8b
feat: add docker and dockerd systemd service to base images (#37) 2020-12-16 12:20:27 -06:00
G r e y 25eaa0bfd1
Remove VNC images (#38) 2020-12-16 11:44:43 -06:00
G r e y 99aba5c640
docs: Add image READMEs (#28) 2020-12-01 20:00:48 -06:00
G r e y 749f3e6886
docs: Create code of conduct (#35) 2020-11-14 21:52:53 -06:00
G r e y d5acf1b285
docs: Create contributing (#30) 2020-11-14 13:38:51 -06:00
G r e y 17d44ef4aa
node-ubuntu: Update after adding yarn (#34) 2020-11-14 13:34:03 -06:00
Will O'Beirne 7a0b689530
Add default ruby images (#19) 2020-10-26 16:17:14 -05:00
Will O'Beirne 0008d972eb
Add golang default images (#21) 2020-10-26 13:52:51 -05:00
Teffen Ellis c7e224ee08
Merge pull request #24 from cdr/license
Add license.
2020-10-26 13:06:50 -04:00
Teffen Ellis 0229b318c6 Add license. 2020-10-26 11:26:58 -04:00
Teffen Ellis f8bd8ada5e Swap tigervnc server for turbovnc server.
- This appears to fix several render issues in Firefox and bumps performance quite a bit.
2020-10-24 01:35:13 +00:00
Will O'Beirne b8ad3bcb41
Add default java images (#20) 2020-10-26 00:27:49 -05:00
Teffen Ellis 0a85c61828
Merge pull request #14 from cdr/tigervnc
Tiger VNC Image
2020-10-23 16:36:51 -04:00
Teffen Ellis ed66817dfa Flesh out Tiger VNC, noVNC, and XFCE 2020-10-23 20:35:12 +00:00
Will O'Beirne 1cf52c97fd
Add node default images (#17) 2020-10-23 09:57:53 -05:00
Will O'Beirne 29266595cd
Remove lsb-release, we use /etc/os-release for os info (#16) 2020-10-22 17:35:57 -05:00
G r e y e4a2e1dbb6
Merge pull request #18 from cdr/vapurrmaid/configure
Use enterprise-base in configure example
2020-10-22 12:39:44 -04:00
G r e y 91577424e4
Use enterprise-base in configure example 2020-10-22 11:27:40 -05:00
Will O'Beirne 431bcc6a7c
Replace docker build-and-push actions with custom shell scripts (#15) 2020-10-21 10:19:33 -05:00
Will O'Beirne a42533e308
Remove explicit load: true 2020-10-20 16:37:17 -05:00
Will O'Beirne 85fc274873
Create a set of base images for all other images to use (#13)
* Create a set of base images that other images use to reduce duplication
* Use docker driver to allow using locally built and cached images
* Add lsb-release, ca-certificates, and locales (or equivalent packages) to base images
* Add pip3 to ubuntu
2020-10-19 18:10:23 -05:00
Will O'Beirne 2b0636d439
GitHub Actions for Building and Pushing Images (#12) 2020-10-14 22:26:26 -05:00
Chris Decelles 73b47c7dc0
Merge pull request #9 from cdr/update-images
Update images
2020-08-04 11:42:36 -04:00
Chris Decelles 22cbfc40f9 Add additional utilities 2020-08-04 10:24:49 -04:00