ci: update cli and console builder images

Co-authored-by: Rishichandra Wawhal <27274869+wawhal@users.noreply.github.com>
GitOrigin-RevId: 1c14fc13a8ce9569a721dba1d9bd67c45292ce06
This commit is contained in:
Aravind K P 2021-02-24 13:11:45 +05:30 committed by hasura-bot
parent 08da0c63b6
commit 65ea2f4c1b
3 changed files with 8 additions and 3 deletions

View File

@ -484,7 +484,7 @@ jobs:
# build console assets
build_console:
docker:
- image: hasura/graphql-engine-console-builder:20190515
- image: hasura/graphql-engine-console-builder:20210224
working_directory: ~/graphql-engine
steps:
- attach_workspace:
@ -536,7 +536,7 @@ jobs:
# test console
test_console:
docker:
- image: hasura/graphql-engine-console-builder:v0.3
- image: hasura/graphql-engine-console-builder:20210224
environment:
CYPRESS_KEY: 983be0db-0f19-40cc-bfc4-194fcacd85e1
GHCRTS: -N1

View File

@ -19,6 +19,10 @@ RUN apt-get update && apt-get install -y \
&& curl -Lo /tmp/gcloud-${gcloud_version}.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${gcloud_version}-linux-x86_64.tar.gz \
&& tar -xzf /tmp/gcloud-${gcloud_version}.tar.gz -C /usr/local \
&& /usr/local/google-cloud-sdk/install.sh \
&& curl -s https://packages.microsoft.com/config/debian/9/prod.list > /etc/apt/sources.list.d/mssql-release.list \
&& curl -s https://packages.microsoft.com/keys/microsoft.asc | apt-key add - \
&& apt-get update \
&& ACCEPT_EULA=Y apt-get install -y ca-certificates libkrb5-3 libnuma1 unixodbc-dev msodbcsql17 \
&& apt-get -y auto-remove \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists/* \
@ -26,4 +30,4 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /usr/share/man/ \
&& rm -rf /usr/share/locale/
ENV PATH "/usr/local/google-cloud-sdk/bin:$PATH"
ENV PATH "/usr/local/google-cloud-sdk/bin:$PATH"

View File

@ -3280,6 +3280,7 @@
"version": "4.6.6",
"resolved": "https://registry.npmjs.org/@types/lodash.merge/-/lodash.merge-4.6.6.tgz",
"integrity": "sha512-IB90krzMf7YpfgP3u/EvZEdXVvm4e3gJbUvh5ieuI+o+XqiNEt6fCzqNRaiLlPVScLI59RxIGZMQ3+Ko/DJ8vQ==",
"dev": true,
"requires": {
"@types/lodash": "*"
}