Compare commits

..

No commits in common. "master" and "v1.0.14" have entirely different histories.

3 changed files with 6 additions and 10 deletions

View File

@ -74,7 +74,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: code.foss.global/host.today/ht-docker-dbase:npmci image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View File

@ -1,11 +1,7 @@
FROM clickhouse/clickhouse-server FROM yandex/clickhouse-server
# Install Node.js and ClickHouse
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y curl gnupg2 \ && apt-get install curl -y \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get update \ && apt-get update \
&& apt-get install -y nodejs && apt-get install -y nodejs
# Verify Node.js and npm installation
RUN node -v && npm -v RUN node -v && npm -v

View File

@ -1,7 +1,7 @@
{ {
"name": "ht-docker-clickhouse", "name": "ht-docker-clickhouse",
"private": true, "private": true,
"version": "1.0.17", "version": "1.0.14",
"description": "chrome for docker", "description": "chrome for docker",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {