{"id":13550399,"url":"https://github.com/instrumentisto/roundcube-docker-image","last_synced_at":"2026-01-25T14:16:42.093Z","repository":{"id":37561888,"uuid":"78521785","full_name":"instrumentisto/roundcube-docker-image","owner":"instrumentisto","description":"Roundcube Webmail Docker Image","archived":false,"fork":false,"pushed_at":"2026-01-13T11:57:39.000Z","size":385,"stargazers_count":22,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-13T14:41:25.804Z","etag":null,"topics":["roundcube","roundcube-docker","roundcube-webmail"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/instrumentisto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-01-10T10:13:21.000Z","updated_at":"2026-01-13T11:57:43.000Z","dependencies_parsed_at":"2025-12-16T04:03:39.543Z","dependency_job_id":null,"html_url":"https://github.com/instrumentisto/roundcube-docker-image","commit_stats":null,"previous_names":[],"tags_count":173,"template":false,"template_full_name":null,"purl":"pkg:github/instrumentisto/roundcube-docker-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Froundcube-docker-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Froundcube-docker-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Froundcube-docker-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Froundcube-docker-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/instrumentisto","download_url":"https://codeload.github.com/instrumentisto/roundcube-docker-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/instrumentisto%2Froundcube-docker-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28754159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"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":["roundcube","roundcube-docker","roundcube-webmail"],"created_at":"2024-08-01T12:01:32.590Z","updated_at":"2026-01-25T14:16:42.085Z","avatar_url":"https://github.com/instrumentisto.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile","others"],"sub_categories":[],"readme":"Roundcube Webmail Docker image\n==============================\n\n[![Release](https://img.shields.io/github/v/release/instrumentisto/roundcube-docker-image \"Release\")](https://github.com/instrumentisto/roundcube-docker-image/releases)\n[![CI](https://github.com/instrumentisto/roundcube-docker-image/actions/workflows/ci.yml/badge.svg?branch=main \"CI\")](https://github.com/instrumentisto/roundcube-docker-image/actions?query=workflow%3ACI+branch%3Amain)\n[![Docker Hub](https://img.shields.io/docker/pulls/instrumentisto/roundcube?label=Docker%20Hub%20pulls \"Docker Hub pulls\")](https://hub.docker.com/r/instrumentisto/roundcube)\n[![Uses](https://img.shields.io/badge/uses-s6--overlay-blue.svg \"Uses s6-overlay\")](https://github.com/just-containers/s6-overlay)\n\n[Docker Hub](https://hub.docker.com/r/instrumentisto/roundcube)\n| [GitHub Container Registry](https://github.com/orgs/instrumentisto/packages/container/package/roundcube)\n| [Quay.io](https://quay.io/repository/instrumentisto/roundcube)\n\n[Changelog](https://github.com/instrumentisto/roundcube-docker-image/blob/main/CHANGELOG.md)\n\n\n\n\n## Supported tags and respective `Dockerfile` links\n\n- [`1.6.12-r2-apache`, `1.6.12-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]\n- [`1.6.12-r2-fpm`, `1.6.12-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]\n- [`1.5.12-r2-apache`, `1.5.12-apache`, `1.5-apache`][103]\n- [`1.5.12-r2-fpm`, `1.5.12-fpm`, `1.5-fpm`][104]\n\n\n\n\n## What is Roundcube Webmail?\n\nRoundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an email client, including MIME support, address book, folder manipulation, message searching and spell checking.\n[More details...](https://roundcube.net/about)\n\n\u003e [roundcube.net](https://roundcube.net/)\n\n![Roundcube Logo](https://roundcube.net/images/logo.png)\n\n\n\n\n## How to use this image\n\nTo simply run Roundcube Webmail image mount your Roundcube configuration and use `apache` image version: \n```bash\ndocker run -d -p 80:80 -v /my/roundcube.config.php:/app/config/config.inc.php \\\n    instrumentisto/roundcube:apache\n```\n\nIt's better to do it with [Docker Compose][8]. See [Apache Docker Compose example][7] for details.\n\nIf you prefer [Nginx][10] and [PHP-FPM][9], you just require second sidecar [Nginx container][11]:\n```yaml\nversion: '3'\nservices:\n  roundcube:\n    image: instrumentisto/roundcube:fpm\n    expose:\n      - \"9000\"\n    volumes:\n      - app-volume:/app\n      - ./roundcube.config.php:/app/config/config.inc.php:ro\n  nginx:\n    image: nginx:stable-alpine\n    depends_on:\n      - roundcube\n    ports:\n      - \"80:80\"\n    volumes:\n      - app-volume:/var/www\n      - ./nginx.vh.conf:/etc/nginx/conf.d/default.conf:ro\nvolumes:\n  app-volume:\n```\n\nSee [Nginx and PHP-FPM Docker Compose example][6] for details.\n\nAlso, this image contains prepared directory for SQLite database (if you choose to use one) in `/var/db/` path. So your `db_dsnw` parameter is preferred to have following value:\n```php\n$config['db_dsnw'] = 'sqlite:////var/db/roundcube.db?mode=0640';\n```\n\nCheck out [examples][13] for more details.\n\n\n\n\n## Environment Variables\n\n\n### `PHP_OPCACHE_REVALIDATION`\n\nThe image contains [PHP OPcache][4] enabled. By default, cache revalidation is disabled for performance purposes, so once PHP script runs - it is cached forever and no changes to it have effect.\n\nTo disable this behavior, specify `PHP_OPCACHE_REVALIDATION=1` environment variable on container start. This will turn on OPcache revalidation, so any changes to PHP scripts will have desired effect. In this case it's also recommended disabling [PHP OPcache JIT][14], as described below.\n\n\n### `PHP_OPCACHE_JIT_BUFFER_SIZE` (\u003e= 1.5 only)\n\nBy default, the image contains `tracing` [PHP OPcache JIT][14] enabled of `100M` buffer size, for performance purposes.\n\nTo disable this behavior, specify `PHP_OPCACHE_JIT_BUFFER_SIZE=0` environment variable on container start. This will turn off [OPcache JIT][14] completely.\n\n\n### `SHARE_APP`\n\nThere are some container environments (like [Kubernetes](https://kubernetes.io)) where you can't share directory from one container to another directly. Instead, you should create a volume, place there desired files and mount this volume to both containers.\n\nWith providing `SHARE_APP=1` environment variable you have this behavior out-of-the-box. It will copy all the Roundcube Webmail sources from `/app/` directory to `/shared/` directory (just mount your volume to this directory) on container start and serve them from there. See [Kubernetes example][5] for details.\n\n\n\n\n## Image tags\n\n\n### `apache`, `latest`\n\nThe image with Roundcube Webmail served by [Apache HTTP server](http://httpd.apache.org). \n\n\n### `fpm`\n\nThe image with Roundcube Webmail served by [PHP-FPM][9].  \nIt cannot be used alone and is intended to be used in conjunction with some other web server image (like [Nginx][11], [Apache][12], etc).\n\nThis image is based on the popular [Alpine Linux project][1], available in [the alpine official image][2]. [Alpine Linux][1] is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.\n\n\n### `\u003cX\u003e`\n\nLatest tag of the latest major `X` Roundcube Webmail version.\n\n\n### `\u003cX.Y\u003e`\n\nLatest tag of the latest minor `X.Y` Roundcube Webmail version.\n\n\n### `\u003cX.Y.Z\u003e`\n\nLatest tag of the concrete `X.Y.Z` Roundcube Webmail version.\n\n\n### `\u003cX.Y.Z\u003e-r\u003cN\u003e`\n\nConcrete `N` image revision tag of the concrete `X.Y.Z` Roundcube Webmail version.\n\nOnce built, it's never updated.\n\n\n\n\n## License\n\nRoundcube Webmail is licensed under [GPL-3.0-or-later license][90].\n\nAs with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).\n\nAs for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.\n\nThe [sources][92] for producing `instrumentisto/roundcube` Docker images are licensed under [Blue Oak Model License 1.0.0][91].\n\n\n\n\n## Issues\n\nWe can't notice comments in the [DockerHub] (or other container registries) so don't use them for reporting issue or asking question.\n\nIf you have any problems with or questions about this image, please contact us through a [GitHub issue][3].\n\n\n\n\n[DockerHub]: https://hub.docker.com\n\n[1]: http://alpinelinux.org\n[2]: https://hub.docker.com/_/alpine\n[3]: https://github.com/instrumentisto/roundcube-docker-image/issues\n[4]: http://php.net/manual/en/book.opcache.php\n[5]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/examples/fpm-nginx.k8s.yml\n[6]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/examples/fpm-nginx.docker-compose.yml\n[7]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/examples/apache.docker-compose.yml\n[8]: https://docs.docker.com/compose\n[9]: https://php-fpm.org\n[10]: https://www.nginx.com\n[11]: https://hub.docker.com/_/nginx\n[12]: https://hub.docker.com/_/httpd\n[13]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/examples\n[14]: https://wiki.php.net/rfc/jit\n\n[90]: https://github.com/roundcube/roundcubemail/blob/main/LICENSE\n[91]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/LICENSE.md\n[92]: https://github.com/instrumentisto/roundcube-docker-image\n\n[101]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/1.6/apache/Dockerfile\n[102]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/1.6/fpm/Dockerfile\n[103]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/1.5/apache/Dockerfile\n[104]: https://github.com/instrumentisto/roundcube-docker-image/blob/main/1.5/fpm/Dockerfile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstrumentisto%2Froundcube-docker-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstrumentisto%2Froundcube-docker-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstrumentisto%2Froundcube-docker-image/lists"}