container image for robot framework website testing https://hub.docker.com/r/immawanderer/alpine-rf
Go to file
surtur 08066b573c
All checks were successful
continuous-integration/drone/push Build is passing
build: enable BuildKit via build hook env var
* hopefully this also makes DockerHub builds faster
2021-03-09 21:15:44 +01: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
curl.it
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 chore: bump python image to 3.10-rc-alpine3.13 2021-03-09 21:12:38 +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.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