container image for robot framework website testing https://hub.docker.com/r/immawanderer/alpine-rf
Go to file
surtur 0e7a9f9cb3
All checks were successful
continuous-integration/drone/push Build is passing
add LICENSE file
2021-03-09 21:04:15 +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: bump python version to 3.10-rc 2021-01-20 09:57:31 +01:00
LICENSE add LICENSE file 2021-03-09 21:04:15 +01:00
Makefile feat: add Makefile 2021-01-20 09:57:18 +01:00
README.md chore: updated README as per 6e27026 2021-01-20 10:26:06 +01: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.10-rc-alpine3.12 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