{"id":15144468,"url":"https://github.com/asyrjasalo/rfdocker","last_synced_at":"2025-10-13T05:04:59.387Z","repository":{"id":108179086,"uuid":"105074870","full_name":"asyrjasalo/rfdocker","owner":"asyrjasalo","description":"Official Robot Framework Docker image","archived":false,"fork":false,"pushed_at":"2023-03-01T09:02:01.000Z","size":98,"stargazers_count":49,"open_issues_count":0,"forks_count":24,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-06T20:04:52.543Z","etag":null,"topics":["buster","debian","docker","rfdocker","robotframework"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/robotframework/rfdocker","language":"Shell","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/asyrjasalo.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":"2017-09-27T22:14:29.000Z","updated_at":"2024-01-23T03:28:29.000Z","dependencies_parsed_at":"2023-07-22T22:30:39.581Z","dependency_job_id":null,"html_url":"https://github.com/asyrjasalo/rfdocker","commit_stats":{"total_commits":73,"total_committers":1,"mean_commits":73.0,"dds":0.0,"last_synced_commit":"31bca0895923bdac973f30ffab17944d2286cde9"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/asyrjasalo/rfdocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyrjasalo%2Frfdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyrjasalo%2Frfdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyrjasalo%2Frfdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyrjasalo%2Frfdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asyrjasalo","download_url":"https://codeload.github.com/asyrjasalo/rfdocker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asyrjasalo%2Frfdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013694,"owners_count":26085390,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"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":["buster","debian","docker","rfdocker","robotframework"],"created_at":"2024-09-26T10:41:29.701Z","updated_at":"2025-10-13T05:04:59.382Z","avatar_url":"https://github.com/asyrjasalo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rfdocker\n\n[Robot Framework](http://robotframework.org/) in a [Official Python 3](https://hub.docker.com/_/python?tab=description) and Debian Buster based (slim)\nDocker container.\n\n### Why?\n\n1. To run tests in an environment that is well isolated from the host\n2. To get started fast when prototyping/developing own Robot Framework libraries\n3. To be able to take Robot Framework into use where `sudo` is not available\n\n## Usage\n\nDownload `rfdocker` and `Dockerfile` to where your `atest/` are:\n\n    curl https://raw.githubusercontent.com/asyrjasalo/rfdocker/master/rfdocker -o rfdocker || \\\n    wget https://raw.githubusercontent.com/asyrjasalo/rfdocker/master/rfdocker -O rfdocker \u0026\u0026 \\\n    chmod +x rfdocker \u0026\u0026 \\\n    curl https://raw.githubusercontent.com/asyrjasalo/rfdocker/master/Dockerfile -o Dockerfile || \\\n    wget https://raw.githubusercontent.com/asyrjasalo/rfdocker/master/Dockerfile -O Dockerfile \u0026\u0026 \\\n    echo \"Done.\"\n\n Then:\n\n    ./rfdocker\n\nThe Robot Framework output files are put in the same directory under `results/`.\n\n### Robot Framework arguments\n\nAny arguments are forwarded to `robot` inside the container, e.g. the output directory can be renamed with:\n\n    ./rfdocker --outputdir results/$(date +%Y-%m-%dT%H:%M:%S) atest/\n\n### External Robot Framework libraries\n\nPut the external libraries to `requirements.txt` and uncomment the lines in `Dockerfile`. The packages are automatically installed inside the container whenever `rfdocker` is ran.\n\n### Customizing `docker` arguments\n\nYou can pass variable `BUILD_ARGS` to `rfdocker` to customize `docker build` arguments, and variable `BUILD_DIR` to override the path of the directory where `Dockerfile` and `requirements.txt` are.\n\nSimilarly, you can pass variable `RUN_ARGS` to `rfdocker` to e.g. define additional `docker run` arguments, e.g. to change the default volume mappings\nor networking.\n\n## Building and hosting your own images\n\nThe rfdocker images are hosted in [Docker Hub, robotframework/rfdocker](https://hub.docker.com/r/robotframework/rfdocker). The version numbers correspond to the Robot Framework releases.\n\n**Since Robot Framework version 3.0.4, [Python 2 image is unmaintained](https://pythonclock.org).**\n\nThe images are built with `docker/Dockerfile.slimbuster`. The image is smoke tested using `rfdocker` in the repo itself.\n\nRobot Framework version is read from file `docker/rf_version`, and Python version from file `docker/python_version`.\n\nTo build a new base image:\n\n    docker/build_and_test_image\n\nTo push the image to your private Docker registry (which you should always do):\n\n    REGISTRY_URL=https://your.private.registry/username \\\n      docker/tag_and_push_image\n\nFor pushing to public [Docker Hub](https://hub.docker.com), you may want to use:\n\n    REGISTRY_URL=username \\\n      docker/tag_and_push_image\n\nRemember to `docker login` for the script to push to a Docker registry.\n\n## Contributing to this repo\n\nRun [shellcheck](https://github.com/koalaman/shellcheck) for changes in scripts:\n\n    shellcheck rfdocker docker/build_and_test_image docker/tag_and_push_image\n\nI could appreciate some help to have something similar working on Windows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasyrjasalo%2Frfdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasyrjasalo%2Frfdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasyrjasalo%2Frfdocker/lists"}