{"id":16519848,"url":"https://github.com/zonca/docker-jupyter-cdms-light","last_synced_at":"2026-03-18T20:11:56.436Z","repository":{"id":38212145,"uuid":"245472320","full_name":"zonca/docker-jupyter-cdms-light","owner":"zonca","description":"Docker CDMS image for JupyterHub to be used together with the CDMS software stack on CVMFS","archived":false,"fork":false,"pushed_at":"2022-10-13T03:12:06.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T23:41:29.270Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zonca.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-06T16:51:04.000Z","updated_at":"2022-06-06T20:42:18.000Z","dependencies_parsed_at":"2023-01-19T15:16:36.949Z","dependency_job_id":null,"html_url":"https://github.com/zonca/docker-jupyter-cdms-light","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/zonca/docker-jupyter-cdms-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Fdocker-jupyter-cdms-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Fdocker-jupyter-cdms-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Fdocker-jupyter-cdms-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Fdocker-jupyter-cdms-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zonca","download_url":"https://codeload.github.com/zonca/docker-jupyter-cdms-light/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zonca%2Fdocker-jupyter-cdms-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30114309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T16:48:42.541Z","updated_at":"2026-03-05T07:33:11.324Z","avatar_url":"https://github.com/zonca.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-jupyter-cdms-light\nDocker CDMS image for JupyterHub to be used together with the CDMS software stack on CVMFS\n\nFirst rebuilt the Jupyter Docker stacks out of Centos 7 instead of Ubuntu,\nsee:\n\n\u003chttps://github.com/zonca/jupyter-docker-stacks-centos7\u003e\n\nI build this manually (later will possibly setup autobuild) and push to Docker Hub:\n\n\u003chttps://hub.docker.com/repository/docker/zonca/jupyter-docker-stacks-centos7\u003e\n\nWe are interested in the image tagged `tensorflow`.\n\nFinally we inherit from that image to create `docker-jupyter-cdms-light`:\n\n\u003chttps://github.com/zonca/docker-jupyter-cdms-light\u003e\n\nAs examples, checkout the `Dockerfile` files in \u003chttps://github.com/zonca/jupyter-docker-stacks-centos7\u003e\n\n## Versioning\n\n![Calver badge](https://img.shields.io/badge/calver-YY.0M.MICRO-22bfda.svg)\n\nGenerally we update a few times a year and we do 3/4 releases the same day, so let's use same versioning system used by Ubuntu:\n\n`YY.0M.MICRO`\n\nSee \u003chttps://calver.org/\u003e\n\nBetter to not use `latest` in production, always make a tag and use that.  See [the Image build section](#image-build) for instructions on how to do this.\n\n## Image build\n\nThe container is hosted [on DockerHub](https://hub.docker.com/r/zonca/docker-jupyter-cdms-light)\n\nUnfortunately [Docker stopped providing free autobuilds](https://www.docker.com/blog/changes-to-docker-hub-autobuilds),\nso now we need to build a new image on a machine with Docker and then push to Dockerhub.\n\nThe `Makefile` in this directory provides useful docker commands.  All commands assume (1) that you set a `VERSION` environment variable for the tag (see [the versioning section](#Versioning)) and (2) that you can run `docker` without `sudo`.  See [the Docker documentation](https://docs.docker.com/engine/install/linux-postinstall/) if you need to set this up.\n\n* `make build` builds a container from the Dockerfile\n* `make shell` will drop you into an image shell; useful if you want to check anything before pushing\n* `make push` uploads the container to [dockerhub](https://hub.docker.com/r/zonca/docker-jupyter-cdms-light).  For this command to work you will need access to this dockerhub project - get a dockerhub account if you don't already have one and request access from the maintainer of this repository.  You can `make login` if you are not already authenticated to dockerhub. \n\nIf your shell supports tab completion, `make` \u003ckbd\u003espace\u003c/kbd\u003e\u003ckbd\u003etab\u003c/kbd\u003e\u003ckbd\u003etab\u003c/kbd\u003e will show all available commands (or \"targets\" in make-language).  You can also open `Makefile` in a text editor to see available targets.\n\n## Deploy in production\n\nThe version of the image used in production is defined in `config_standard_storage.yaml`:\n\n```yaml\n  image:\n    name: \"zonca/docker-jupyter-cdms-light\"\n    tag: \"2020.11.25\"\n```\n\nneed to update that and then run `install_jhub.sh`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonca%2Fdocker-jupyter-cdms-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzonca%2Fdocker-jupyter-cdms-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzonca%2Fdocker-jupyter-cdms-light/lists"}