{"id":15525567,"url":"https://github.com/jakzal/docker-symfony-intl","last_synced_at":"2025-04-23T10:26:41.813Z","repository":{"id":55596266,"uuid":"90862522","full_name":"jakzal/docker-symfony-intl","owner":"jakzal","description":"Docker images for testing the Symfony Intl Component","archived":false,"fork":false,"pushed_at":"2025-03-26T12:00:36.000Z","size":158,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T13:21:52.524Z","etag":null,"topics":["docker","docker-image","icu","intl","php","symfony"],"latest_commit_sha":null,"homepage":null,"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/jakzal.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":"2017-05-10T12:37:19.000Z","updated_at":"2025-03-26T12:00:41.000Z","dependencies_parsed_at":"2023-11-08T12:42:07.878Z","dependency_job_id":"61dd6ad1-61a9-4a29-949c-f951c432e75f","html_url":"https://github.com/jakzal/docker-symfony-intl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakzal%2Fdocker-symfony-intl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakzal%2Fdocker-symfony-intl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakzal%2Fdocker-symfony-intl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakzal%2Fdocker-symfony-intl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakzal","download_url":"https://codeload.github.com/jakzal/docker-symfony-intl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250414768,"owners_count":21426654,"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","docker-image","icu","intl","php","symfony"],"created_at":"2024-10-02T10:58:40.726Z","updated_at":"2025-04-23T10:26:41.804Z","avatar_url":"https://github.com/jakzal.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker images for testing the Symfony Intl Component\n\nDocker images for running tests of the Symfony Intl Component against various\nICU/Intl versions. These images are not meant to be used on production systems.\n\n## Supported versions\n\n* PHP 8.1 - 8.4\n* ICU 75.1 - 77.1\n\nFor older PHP or ICU versions check out older [Docker image tags](https://hub.docker.com/repository/docker/jakzal/php-intl/tags).\n\n## Usage\n\nImages are tagged with a PHP version and an ICU release separated with a dash.\nFor example, the tag for `PHP 8.4` and `ICU 77.1` is `8.4-77.1`.\n\n```bash\ndocker run -it --rm \\\n  -v `pwd`:/symfony -w /symfony \\\n  jakzal/php-intl:8.4-77.1 \\\n  ./phpunit /symfony/src/Symfony/Component/Intl/Tests/\n```\n\nTo list all available tags run the following command (requires [jq](https://stedolan.github.io/jq/) to be installed):\n\n```bash\ncurl -Ls 'https://registry.hub.docker.com/v2/repositories/jakzal/php-intl/tags?page_size=20' | jq '.results[].name' --raw-output | sort\n```\n\n## Image development\n\n### Building images\n\nBuild the latest PHP version with the latest ICU release:\n\n```bash\nmake build\n```\n\nBuild the latest PHP version with a chosen ICU release:\n\n```bash\nmake build ICU_VERSION=77.1\n```\n\nBuild a chosen PHP version with a chosen ICU release:\n\n```bash\nmake build ICU_VERSION=77.1 PHP_VERSION=8.4\n```\n\n## Running Symfony Intl tests\n\nIt's best to run these tests on a system that natively supports Docker.\nIf you're not a Linux desktop user, you can create a digitalocean droplet with little effort (or use other cloud provider):\n\n```bash\ndocker-machine create --driver digitalocean --digitalocean-access-token $DIGITAL_OCEAN_ACCESS_TOKEN \\\n                                            --digitalocean-image \"ubuntu-19-04-x64\" \\\n                                            --digitalocean-size \"4gb\" \\\n                                            --digitalocean-region \"lon1\" \\\n                                            symfony-intl\neval \"$(docker-machine env symfony-intl)\"\ndocker run --rm -it  jakzal/php-intl:8.4-77.1 bash\n```\n\nClone the Symfony repository and switch to the branch you want to test:\n\n```bash\ngit clone https://github.com/jakzal/symfony.git \\\n  \u0026\u0026 cd symfony \\\n  \u0026\u0026 git checkout icu-77.1 \\\n  \u0026\u0026 composer install\n```\n\nRun all `intl-data` tests:\n\n```bash\n./phpunit --group intl-data\n```\n\nDestroy the droplet when you're done:\n\n```bash\ndocker-machine rm symfony-intl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakzal%2Fdocker-symfony-intl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakzal%2Fdocker-symfony-intl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakzal%2Fdocker-symfony-intl/lists"}