aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-01focal: Add focal (20.04) to baseimagesHEADmasterKelley Spoon
Change-Id: I169ed6e2d163d69621f4fdb7ffcea90b455b62de
2018-07-30Docker: Build our docker base image with ssh-ldap roleBenjamin Copeland
This kinda replaces the useful setup-ssh.sh script. It deploys xenial and deploys ssh-ldap role allowing for a docker image to built and being able to ssh in with first.last@linaro.org Change-Id: I50d0d3012cec423ef9bc66a46514c1b7cd1dc34d
2018-06-26pubkeys: add RikuRiku Voipio
Change-Id: Id41a6ae2bf8f3bbcb5cfd7cd844ffcead6d24fb9
2018-05-23EventWatcher: upgrade to be version independent of docker python moduleKelley Spoon
This change also cleans up host entries for all docker containers upon exit until run in the "one shot" mode (-o) Change-Id: I5924512ab61c1f67e0d921c69e83f0708a34cf1e
2018-05-10Dockerfile: add in support for Ubuntu 18.04 Bionic BeaverKelley Spoon
Change-Id: I5f0e716cf1e985135387e7b0269fc33159c91185
2018-04-30Merge "This option seems to be causing errors."Benjamin Copeland
2018-04-30This option seems to be causing errors.Benjamin Copeland
Change-Id: I2da0ccf3a386feffd0a5774dd51e2c357535cd11
2018-04-05hostsdns: add support for command line argsKelley Spoon
Add ability for event-watcher.py to run in host-only mode and to run without continuous polling. Change-Id: Idd08a2bc1849af37c2c0e82ee1ef7b1e9c4c2e0c
2018-03-07Dockerfile: Add hostsdns to replace devdnsKelley Spoon
This change introduces a new image "hostsdns". By mounting the host's docker.sock and /etc/hosts file in the hostdns container, host entries for other containers are added and removed automatically. The "linarodev" compose file has been updated to use "hostsdns" and to remove all traces of custom networking, and the README has been updated with current instructions. Change-Id: I5d929bc5098187e621c3022f69ded6a6b2b75f98
2018-02-28Dockerfile: Add ldaps tunnel to login-proxy containerKelley Spoon
Add another tunnel for ldap to login-proxy. Change-Id: Idd08a37df0b065d69dc187f8507a0d758d660ca2
2018-02-27Dockerfile: Fix typo for xenial image.Kelley Spoon
Fix typo in CMD path for xenial image. Change-Id: I720d965d1494da237dfccc2c0b9640c3ef1c7078
2018-02-22Dockerfile: Add compose configuration for testing.Kelley Spoon
This change introduces a docker-compose config to use to use for testing and development work. Instructions for setup and usage are in the linarodev/README Version 1.19.0 of docker-compose is required to run this. Change-Id: I869e89a6ea33f7d9322bfd94a908496fcb60b4dc
2018-02-21Dockerfile: Add devdns container.Kelley Spoon
This adds a docker container that will automatically build and update local DNS information based on containers running in docker. As containers are brought online DNS entries are created to tie their IP address to "<container_name>.dev". If a container is launched with a -e ALIAS argument, that alias will be added to the DNS entry for the container. Change-Id: I443e5443cbb1dac540b8fa85fba5b9de7fae656d
2018-02-16Merge "Dockerfile: daemonize ssh"Benjamin Copeland
2018-02-16Merge "Dockerfile: Adds latest ansible back to baseimage"Benjamin Copeland
2018-02-15Dockerfile: adds Dockerfile for the login-proxy containerKelley Spoon
Add in the Dockerfile for setting up a ssh tunnel for authentication against crowd for test environments. Change-Id: I7a9d5c99663875a5d1eaa38fa1c7a7e76914cced
2018-02-15Dockerfile: Adds latest ansible back to baseimageKelley Spoon
This change re-enables the code to add in the latest ansible via ppa. Change-Id: I9a5808679fd7c33421eaac4421739cc4effb8a05
2018-02-15Dockerfile: daemonize sshKelley Spoon
This change sets sshd to run as the main process of the container to allow for using it in detached mode. It also changes the entrypoint to cmd in order to allow for command line override, and creates the sshd rundir since the init script is no longer being called. Change-Id: I76ce8f8cf545e50dcfe1cb3d5435718d3f647e89
2018-02-15Add .git-reviewBenjamin Copeland
2018-02-13Rename readme fileBenjamin Copeland
2018-02-13Initial commitBenjamin Copeland