{"id":17788759,"url":"https://github.com/devel0/docker-ubuntu","last_synced_at":"2026-05-15T01:34:20.258Z","repository":{"id":122982920,"uuid":"118344059","full_name":"devel0/docker-ubuntu","owner":"devel0","description":"base ubuntu with some basic utilities and settings","archived":false,"fork":false,"pushed_at":"2023-05-31T14:46:28.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"focal","last_synced_at":"2025-10-11T06:10:01.625Z","etag":null,"topics":["docker","linux","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devel0.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-21T14:53:02.000Z","updated_at":"2023-05-31T14:46:32.000Z","dependencies_parsed_at":"2025-04-02T00:36:32.642Z","dependency_job_id":"2592c889-d9fd-4a02-929b-873b02822aca","html_url":"https://github.com/devel0/docker-ubuntu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devel0/docker-ubuntu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fdocker-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fdocker-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fdocker-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fdocker-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devel0","download_url":"https://codeload.github.com/devel0/docker-ubuntu/tar.gz/refs/heads/focal","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devel0%2Fdocker-ubuntu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33050289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","linux","ubuntu"],"created_at":"2024-10-27T10:21:06.068Z","updated_at":"2026-05-15T01:34:20.233Z","avatar_url":"https://github.com/devel0.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-ubuntu\n\nbase ubuntu with some basic utilities and settings\n\n## build image\n\n```sh\ngit clone https://github.com/devel0/docker-ubuntu.git\ncd docker-ubuntu\ngit checkout server-mgr\n./build.sh\n```\n\nyou can specify addictional docker build arguments, example:\n\n```sh\n./build.sh --network=dkbuild\n```\n\n## run image\n\nfollow create a test named container running an interactive bash terminal\n\n```sh\ndocker run --name=test -ti searchathing/ubuntu:server-mgr\n```\n\n## override default command\n\ndefault cmd is to execute a /bin/bash.\nfollow create, execute and remove a container executing a command\n\n```sh\ndocker run --rm=true searchathing/ubuntu:server-mgr ls\n```\n\n## container timezone\n\ncan be set through TZ environment variable as shown follow examples\n\n```sh\n# docker run --rm=true searchathing/ubuntu:server-mgr date\nTue Feb 27 18:00:38 UTC 2018\n\n# docker run -e TZ=\"Europe/Rome\" --rm=true searchathing/ubuntu:server-mgr date\nTue Feb 27 19:00:41 CET 2018\n```\n\n## dynamic entrypoints\n\non [derived images](https://github.com/devel0/docker-rdp/blob/75b0fd9a84cdef4a7c4e51dda318fc31de959ac5/Dockerfile#L5) you can set addictional entrypoints by placing an executable script in /entrypoint.d directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevel0%2Fdocker-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevel0%2Fdocker-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevel0%2Fdocker-ubuntu/lists"}