container image for robot framework website testing https://hub.docker.com/r/immawanderer/alpine-rf
Go to file
surtur 9884a96112
All checks were successful
continuous-integration/drone/push Build is passing
chore: point vcs-url to the primary source
* note that gh is only a read-only mirror
2020-11-26 14:40:51 +01:00
hooks initial commit 2020-06-10 23:26:06 +02:00
.drone.yml feat: switch from hourly to nightly rebuilds 2020-11-03 22:05:41 +01:00
curl.it feat: added .drone.yml + curl.it 2020-06-11 00:38:07 +02:00
Dockerfile chore: point vcs-url to the primary source 2020-11-26 14:40:51 +01:00
README.md chore: updated README.md (linked https://git.dotya.ml directly) 2020-07-26 21:03:46 +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.

push mirror lives in this GitHub repo
development happens on this Gitea instance

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)
  • b3sum and b2sum