Commit Graph

8 Commits

Author SHA1 Message Date
Cian Johnston 535a67a695
fix: update jupyter versions (#192) 2023-01-11 22:24:41 +00:00
Ben Potter a01aac3ff7
fix: 500 on JupyterLab image (#173)
* fix: 500 on JupyterLab image

* add centos

* remove version

* fix centos versions

* fix: checks

* fix: pip3 install

* fix: pip build

* fix: python3 command

Co-authored-by: Eric Paulsen <ericpaulsen@coder.com>
2022-07-17 18:46:03 -05: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
Dean Sheather ee9e600c5a
Revert "chore: switch from named to numeric uids (#133)" (#135)
This reverts commit e760ec7474.
2022-02-17 09:35:18 +10:00
Jonathan Yu e760ec7474
chore: switch from named to numeric uids (#133)
Clusters that have an admission controller that requires containers
to run as a non-root user need the default user of the image to be
declared as a numeric uid, so that the constraint can be applied
prior to starting the container.

Change "USER root" to "USER 0" and "USER coder" to "USER 1000"
2022-02-16 11:01:10 -08:00
Eric Paulsen 826230714f
update jupyter images w/ latest core version (#101)
* update jupyter images w/ latest core version

* fix install cmd

* fix install cmd part 2
2021-09-30 18:43:30 +00: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
Renamed from jupyter/Dockerfile.centos (Browse further)