Various docker images needed for CI/CD

@John Ryland John Ryland authored on 3 Jul 2023 1 success checks
Dockerfile.base make docker files consistent 2 years ago
Dockerfile.build make docker files consistent 2 years ago
Dockerfile.build.linux make docker files consistent 2 years ago
Dockerfile.build.macosx make docker files consistent 2 years ago
Dockerfile.build.windows make docker files consistent 2 years ago
Dockerfile.cockpit update and run dockers from jenkins 2 years ago
Dockerfile.documentation make docker files consistent 2 years ago
Dockerfile.lint make docker files consistent 2 years ago
Jenkinsfile update and run dockers from jenkins 2 years ago
README.md update and run dockers from jenkins 2 years ago
docker-compose.yml update and run dockers from jenkins 2 years ago
osxcross.tar.bz2 compress more 6 years ago
README.md

This is a set of Dockerfiles for use as agent in jenkins

They help to perform the various build steps and stages

The jenkins job builds the docker images

We can also start the images on the server

  • using docker-compose, we can start a set of services

  • currently this is cockpit-ws

Requirements:

sudo mkdir -p /var/run/cockpit-ws/home/jryland/.ssh sudo chown -R jryland:jryland /var/run/cockpit-ws/home/jryland