{"id":21001492,"url":"https://github.com/divio/ac-base","last_synced_at":"2026-03-07T11:31:50.289Z","repository":{"id":41158211,"uuid":"96348550","full_name":"divio/ac-base","owner":"divio","description":"Base images for Python projects deployed on Divio Cloud.","archived":false,"fork":false,"pushed_at":"2025-08-19T09:51:42.000Z","size":273,"stargazers_count":5,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-19T11:40:43.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":null,"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":"2017-07-05T18:18:18.000Z","updated_at":"2025-06-03T12:51:09.000Z","dependencies_parsed_at":"2024-02-29T13:14:39.452Z","dependency_job_id":"0a205893-0bb5-4615-97d2-300687b2b9c2","html_url":"https://github.com/divio/ac-base","commit_stats":null,"previous_names":[],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/divio/ac-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fac-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fac-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fac-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fac-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divio","download_url":"https://codeload.github.com/divio/ac-base/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fac-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: 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-11-19T08:15:32.136Z","updated_at":"2026-03-07T11:31:50.256Z","avatar_url":"https://github.com/divio.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# divio/base\n\nBase images for Python projects deployed on Divio Cloud.\n\n## Locally build an image\n\nTo locally build an image, run the following command:\n\n```bash\n./build.py --repo divio/base --tag 0.00-py3.6-alpine3.7 build\n```\n\nTo build for a different architecture than your machine\\'s one, set the\n[DOCKER_DEFAULT_PLATFORM]{.title-ref} environment variable:\n\n```bash\nDOCKER_DEFAULT_PLATFORM=linux/arm64 ./build.py --repo divio/base --tag 1.1-py3.11-slim-bullseye build\n```\n\nCheck `./build.py --help` for additional information.\n\n## Test images\n\nYou can build and test all, or specified, images locally by running:\n\n```bash\n# test all images\nmake test\n\n# only test specific images\nmake test IMAGES=\"py3.12-alpine3.19 py3.11-slim-bookworm\"\n```\n\n## Release process\n\nTag commits with the desired Docker image tag, in the form:\n\n```bash\ngit tag \u003cversion\u003e-\u003cflavour\u003e\n```\n\nFor your convenience, the `release.py` script can be used to streamline the tagging\noperations:\n\n```bash\n./release.py versions --next=minor py*\n```\n\nThe command outputs the new tags which would be applied to the repository. Once asserted the result\nis correct, re-run the command with the `--tag` flag:\n\n```bash\n./release.py versions --next=minor --tag py*\n```\n\nThen push the tags to Gitlab to trigger an automatic build:\n\n```bash\ngit push --tags origin\n```\n\nYou can also selectively push only the last tags created for given flavors via the `release.py`\nscript:\n\n```bash\n./release.py versions --last --push=origin py*\n```\n\n## Adding a new base image\n\nAdd a directory at the root containing an appropriate `Dockerfile`. The image will be\ntagged as `divio/base:\u003cversion\u003e-\u003cdirectory-name\u003e`.\n\n## Marking an image as EOL\n\nTo mark an image as EOL, just rename its folder by adding the `EOL-` prefix.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Fac-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivio%2Fac-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Fac-base/lists"}