Skip to content

Commit

Permalink
Bump node and yarn versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zherman0 committed Mar 8, 2021
1 parent f76f7d1 commit f46145e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM quay.io/coreos/tectonic-console-builder:v21 AS build
FROM quay.io/coreos/tectonic-console-builder:v22 AS build

RUN mkdir -p /go/src/github.com/openshift/console/
ADD . /go/src/github.com/openshift/console/
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile.builder
Expand Up @@ -17,8 +17,8 @@ RUN go get -u golang.org/x/lint/golint
RUN go get github.com/jstemmer/go-junit-report

### Install NodeJS and yarn
ENV NODE_VERSION="v10.17.0"
ENV YARN_VERSION="v1.7.0"
ENV NODE_VERSION="v14.15.0"
ENV YARN_VERSION="v1.22.10"

# yarn needs a home writable by any user running the container
ENV HOME /opt/home
Expand All @@ -27,7 +27,7 @@ RUN chmod 777 -R ${HOME}

RUN apt-get update \
&& apt-get install --no-install-recommends -y -q \
curl wget git unzip bzip2 jq \
curl wget git unzip bzip2 jq expect \
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
# ^^ additional Cypress dependencies: https://docs.cypress.io/guides/guides/continuous-integration.html#Dependencies

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.plugins.demo
Expand Up @@ -3,7 +3,7 @@
# See frontend/dynamic-demo-plugin/README.md for details.

# Stage 0: build the demo plugin
FROM quay.io/coreos/tectonic-console-builder:v21 AS build
FROM quay.io/coreos/tectonic-console-builder:v22 AS build

RUN mkdir -p /src/console
COPY . /src/console
Expand Down
2 changes: 1 addition & 1 deletion builder-run.sh
Expand Up @@ -11,7 +11,7 @@ set -e
# Without env vars:
# ./builder-run.sh ./my-script --my-script-arg1 --my-script-arg2

BUILDER_IMAGE="quay.io/coreos/tectonic-console-builder:v21"
BUILDER_IMAGE="quay.io/coreos/tectonic-console-builder:v22"

# forward whitelisted env variables to docker
ENV_STR=()
Expand Down

0 comments on commit f46145e

Please sign in to comment.