Commit Graph

18 Commits

Author SHA1 Message Date
Cian Johnston 839ec0eb05
fix(scripts/push_images.sh): break into separate depot push invocations (#252) 2024-01-16 14:28:37 +00:00
Muhammad Atif Ali 67df50c8ff
fix: fix a typo in `depot build` (#250) 2024-01-16 17:16:51 +03:00
Cian Johnston 207b1bd108
fix multiline check_dependencies invocation (#251)
* fix multiline check_dependencies invocation

* Update push_images.sh
2024-01-16 14:16:11 +00:00
Muhammad Atif Ali 5192a7706d
fix: fix pushing to correct repo (#249) 2024-01-16 16:53:43 +03:00
Muhammad Atif Ali 34db29e665
feat: add `latest` tag (#247)
Co-authored-by: Cian Johnston <cian@coder.com>
2024-01-16 16:21:24 +03:00
Muhammad Atif Ali a379b9075c
fix: explicitly use a tag (#245) 2024-01-16 15:55:05 +03:00
Muhammad Atif Ali 5fb04fd943
feat: build multiarch images (#244) 2024-01-16 15:39:23 +03:00
Muhammad Atif Ali c3abd2898d
ci: use depot.dev to build images (#243) 2024-01-16 12:02:06 +03:00
Cian Johnston 3bc4b6da9a
chore: update README, stop building deprecated images (#240) 2023-12-19 15:51:28 +00:00
Cian Johnston 33f1f9abd2
feat(images): add minimal image (#216)
Adds a minimal image based on ubuntu 22.04 with bash, git, curl, and sudo.
2023-05-11 10:46:48 +01:00
Jon Ayers b7d2fa64af
breaking: removed support for CentOS (#207)
- Due to excessive vulnerabilities removed `brew` from Ubuntu images.
2023-02-16 11:43:56 -06:00
Dean Sheather b505256cae
security: add trivy scanning workflow (#195) 2023-02-08 20:27:17 +11:00
Cian Johnston a17e3b6696
feat: add Rust image (#190)
* feat: add Rust image

* Apply suggestions from code review
2023-01-04 21:13:42 +00:00
Cian Johnston 8f937ea980
chore: remove support for arch images (#161) 2022-05-18 09:09:38 +01:00
Cian Johnston b197270c7a
chore: fix centOS images (#160)
* fix: base-centos: move to centos stream 8 as centos 8 is EOL

* fix: jupyter-centos: install required deps

* fix: scripts/images.sh: fix dependency order

* fix: base-centos: downgrade containerd version to work with sysbox
2022-05-16 15:08:48 +01:00
Timo c00d794540
Added CLion image (#81) 2021-06-23 13:38:48 -07: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
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