Repository: ignite Updated Branches: refs/heads/master d7fd859ca -> e8d0831ff
IGNITE-10661 Fixed Docker image for E2E tests. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e8d0831f Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e8d0831f Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e8d0831f Branch: refs/heads/master Commit: e8d0831ffbcb80ae2dda9b5c1e187938c7668717 Parents: d7fd859 Author: Alexander Kalinin <[email protected]> Authored: Wed Dec 12 22:26:09 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Wed Dec 12 22:26:09 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/test/ci/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e8d0831f/modules/web-console/frontend/test/ci/Dockerfile ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/test/ci/Dockerfile b/modules/web-console/frontend/test/ci/Dockerfile index 2573534..7b1d602 100644 --- a/modules/web-console/frontend/test/ci/Dockerfile +++ b/modules/web-console/frontend/test/ci/Dockerfile @@ -15,10 +15,12 @@ # limitations under the License. # -FROM alpine:edge +FROM node:8-alpine + +ENV NPM_CONFIG_LOGLEVEL error RUN apk --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ add \ - nodejs nodejs-npm chromium xwininfo xvfb dbus eudev ttf-freefont fluxbox + chromium xwininfo xvfb dbus eudev ttf-freefont fluxbox ENV CHROME_BIN /usr/bin/chromium-browser
