container image for robot framework website testing https://hub.docker.com/r/immawanderer/alpine-rf
Go to file
surtur b5aaf023ce
All checks were successful
continuous-integration/drone/push Build is passing
feat: add b2 - Backblaze B2 cli interfacing tool
2020-06-12 23:41:52 +02:00
hooks initial commit 2020-06-10 23:26:06 +02:00
.drone.yml fix: correct path to curl.it, so that POSTs get sent 2020-06-11 09:41:47 +02:00
Dockerfile feat: add b2 - Backblaze B2 cli interfacing tool 2020-06-12 23:41:52 +02:00
README.md feat: updated wording 2020-06-11 10:06:02 +02:00
curl.it feat: added .drone.yml + curl.it 2020-06-11 00:38:07 +02:00

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)