5 Commits

Author SHA1 Message Date
Tin Lam
fc2a5cb320 fix(dockerfile): removes blank lines
This patch removes all the blank lines in the run-on \ command.
This also removes commented out block.

Signed-off-by: Tin Lam <t@lam.wtf>
Change-Id: I18d07e57adf05c4885eec02cb8aaf9e574ac5e1d
2021-06-23 16:41:49 +00:00
Andrii Ostapenko
f3cd97a7c4 Use appropriate version for selenium chromedriver
Pin Chrome to 88.

Since we're using the latest stable Chrome and pin chromedriver,
it was a matter of time for it to become not compatible.

This code first installs Chrome (now pinned), picks its version and,
with path convention in place, installs corresponding chromedriver.

Looks like latest available (89) Crome causes timeouts and using
corresponding chromedriver does not help. Thus pin Chrome for now
still using dynamic chromedriver version.

Also removes leftovers of horizon stein job.

Change-Id: Ibe8b326d90100a695edbf560f105e7bbe692c9db
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2021-04-12 15:18:06 -05:00
Pete Birley
dde30d005c Selenium: reduce image download size
This PS reduces the net size of the download for the selenium
images by reducing their builds to a smaller number of layers.

Change-Id: I830de4f4381ac91ff939da75bf01528c3844753b
Signed-off-by: Pete Birley <pete@port.direct>
2020-08-11 23:00:15 +00:00
Pete Birley
5046975869 Images: Update all images to allow base image over-rides
This PS updates all dockerfiles to allow base image over-rides as
required by many consumers of OSH.

Change-Id: I53daac9c1ec4707628565abc912116d8997eba16
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2020-08-11 04:50:26 +00:00
Steven Fitzpatrick
8c633a76c1 Update osh-selenium for python3
This change updates the osh-selenium image to be built
on ubuntu:bionic and to use python3 instead of python2

Change-Id: Id47448a55866dcf582b9e3801ea5f57f11068242
2019-10-16 13:35:53 -05:00