container image for robot framework website testing https://hub.docker.com/r/immawanderer/alpine-rf
Go to file
surtur d2d9d029c7
All checks were successful
continuous-integration/drone/push Build is passing
feat: added .drone.yml + curl.it
2020-06-11 00:38:07 +02:00
hooks initial commit 2020-06-10 23:26:06 +02:00
.drone.yml feat: added .drone.yml + curl.it 2020-06-11 00:38:07 +02:00
Dockerfile initial commit 2020-06-10 23:26:06 +02:00
README.md initial commit 2020-06-10 23:26:06 +02:00
curl.it feat: added .drone.yml + curl.it 2020-06-11 00:38:07 +02:00

docker-alpine-rf

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 base is a python image)
  • rf user (uid==1000) that can be used to run tests (instead of root)