Compare commits

..

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

5 changed files with 20 additions and 21 deletions

View File

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

View File

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

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "ht-docker-clickhouse",
"version": "1.0.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ht-docker-clickhouse",
"version": "1.0.13",
"license": "MIT"
}
}
}

View File

@ -1,13 +1,12 @@
{
"name": "ht-docker-clickhouse",
"private": true,
"version": "1.0.17",
"version": "1.0.13",
"description": "chrome for docker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\"",
"testBuild": "docker build -t yandex . && docker rmi yandex",
"build": "echo 'not needed.'"
"testBuild": "docker build -t yandex . && docker rmi yandex"
},
"repository": {
"type": "git",

9
pnpm-lock.yaml generated
View File

@ -1,9 +0,0 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.: {}