{"id":13424552,"url":"https://github.com/axiom-data-science/docker-luigi","last_synced_at":"2025-12-30T01:19:32.991Z","repository":{"id":142145129,"uuid":"46737910","full_name":"axiom-data-science/docker-luigi","owner":"axiom-data-science","description":"🐍 🐳 Luigi in Docker - alpine and ubuntu images available","archived":false,"fork":false,"pushed_at":"2021-05-07T03:47:52.000Z","size":81,"stargazers_count":50,"open_issues_count":1,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-10-26T23:55:25.527Z","etag":null,"topics":["docker","luigi","python","scheduling"],"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/axiom-data-science.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-11-23T17:51:44.000Z","updated_at":"2022-02-28T02:19:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"f70356bb-41e6-40f6-a626-dc83787b48ab","html_url":"https://github.com/axiom-data-science/docker-luigi","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiom-data-science%2Fdocker-luigi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiom-data-science%2Fdocker-luigi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiom-data-science%2Fdocker-luigi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axiom-data-science%2Fdocker-luigi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axiom-data-science","download_url":"https://codeload.github.com/axiom-data-science/docker-luigi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243775875,"owners_count":20346281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","luigi","python","scheduling"],"created_at":"2024-07-31T00:00:56.127Z","updated_at":"2025-12-30T01:19:32.955Z","avatar_url":"https://github.com/axiom-data-science.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# Luigi on Docker\n\nIn addition to supporting the `sqlite` task history backend, this container includes all of the dependencies to use the `mysql` and `postgresql` backends.\n\n![Luigi death stare](luigi.jpg)\n\n## Versions\n\n[All available images](https://hub.docker.com/r/axiom/docker-luigi/tags)\n\n### alpine\n\nUses `pip` to install `luigi` and dependencies\n\n* `axiom/docker-luigi:latest-alpine` (2.8.13)\n* `axiom/docker-luigi:{version}-alpine`\n\n### baseimage (ubuntu xenial)\n\nUses `conda` to install `luigi` and dependencies\n\n* `axiom/docker-luigi:latest` (2.8.13)\n* `axiom/docker-luigi:{version}`\n\n## Exposed Volumes\n\n#### `/etc/luigi/`\n\nBoth `luigi` and `luigid` load their configuration from `/etc/luigi/`.\n\n* Configuration: `/etc/luigi/luigi.conf`\n* Logging: `/etc/luigi/logging.conf`\n\nMount a directory containing a `luigi.conf` and `logging.conf` file(s) to\n`/etc/luigi` to provide your own configuration(s).\n\n```\ndocker run \\\n    -v /your/directory:/etc/luigi \\\n   axiom/docker-luigi\n```\n\nOr mount a single configuration file:\n\n```\ndocker run \\\n    -v /your/directory/logging.conf:/etc/luigi/logging.conf \\\n   axiom/docker-luigi\n```\n\nThe default can be found in the `luigi.conf` and `logging.conf` files in this\nrepository. Be aware that these specify the paths to the logging configration\nand the state persistence database. If you change these values in `luigi.conf`\nthe examples in this document will not work!\n\n\n#### `/luigi/state`\n\nMount a volume at `/luigi/state` for the `luigid` **state to be persisted**\nbetween restarts. Example below uses a named docker volume to persist the state:\n\n```\ndocker run \\\n    -v luigistate:/luigi/state \\\n    axiom/docker-luigi\n```\n\n\n### Testing\n\n```bash\ndocker-compose -f tests/docker-compose.yml up -d maria pgsql\n# Wait ~10s for databases to start\ndocker-compose -f tests/docker-compose.yml build\ndocker-compose -f tests/docker-compose.yml up\ndocker-compose down\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiom-data-science%2Fdocker-luigi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxiom-data-science%2Fdocker-luigi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxiom-data-science%2Fdocker-luigi/lists"}