container image for robot framework website testing https://hub.docker.com/r/immawanderer/alpine-rf
Go to file
surtur 8dce9c6a07
readme: microbadger is no more [skip ci]
2021-07-16 13:22:44 +02:00
hooks build: enable BuildKit via build hook env var 2021-03-09 21:15:44 +01:00
.drone.yml feat: switch from hourly to nightly rebuilds 2020-11-03 22:05:41 +01:00
Dockerfile chore: bump python image to 3.10-rc-alpine3.13 2021-03-09 21:12:38 +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 readme: microbadger is no more [skip ci] 2021-07-16 13:22:44 +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.

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

What you get

  • updated python:3.10-rc-alpine3.13 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