Skip to content

embetrix/robotframework-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Docker Image for Robot-Framework

Docker Image with Ubuntu 20.04 Bionic and all dependencies to work with robotframework

Generate Docker Image

Enable docker multiarch support:

docker buildx create --name multiarch --use

Install Cross-platform emulator collection:

docker run -it --rm --privileged tonistiigi/binfmt --install all

Build multiarch image and push it to registry:

docker buildx build --push --platform linux/arm64,linux/amd64 --rm=true --tag embetrix/robotframework:latest .

Run Docker Image

docker run --rm -ti -h robotframework  embetrix/robotframework:latest

About

docker container to use robotframework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published