docker-alpine-rf/README.md
surtur d336905503
All checks were successful
continuous-integration/drone/push Build is passing
feat: updated wording
2020-06-11 10:06:02 +02:00

1.0 KiB

docker-alpine-rf

Build Status Docker Cloud Build Status

This repository provides the Dockerfile to create a container image for robotframework website testing.

What you get

  • updated python:3.9-rc-alpine image
  • robot framework
  • selenium library
  • chromium
  • chrome driver
  • bash as kind of a convenience (the alpine-based python image has busybox as a default shell)
  • rf user (uid==1000) that can be used to run tests (instead of root)