Compare commits
8 Commits
Author | SHA1 | Date | |
---|---|---|---|
7356e07410 | |||
795cf61a4f | |||
93b17faddd | |||
eef78b9a08 | |||
5854225108 | |||
a998dbca72 | |||
058c0aa148 | |||
1990cae45c |
@ -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: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
|
image: code.foss.global/host.today/ht-docker-dbase:npmci
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
12
Dockerfile
12
Dockerfile
@ -1,7 +1,11 @@
|
|||||||
FROM yandex/clickhouse-server
|
FROM clickhouse/clickhouse-server
|
||||||
|
|
||||||
|
# Install Node.js and ClickHouse
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install curl -y \
|
&& apt-get install -y curl gnupg2 \
|
||||||
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
&& curl -fsSL https://deb.nodesource.com/setup_20.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
|
||||||
|
13
package-lock.json
generated
13
package-lock.json
generated
@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ht-docker-clickhouse",
|
|
||||||
"version": "1.0.13",
|
|
||||||
"lockfileVersion": 2,
|
|
||||||
"requires": true,
|
|
||||||
"packages": {
|
|
||||||
"": {
|
|
||||||
"name": "ht-docker-clickhouse",
|
|
||||||
"version": "1.0.13",
|
|
||||||
"license": "MIT"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-clickhouse",
|
"name": "ht-docker-clickhouse",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.13",
|
"version": "1.0.17",
|
||||||
"description": "chrome for docker",
|
"description": "chrome for docker",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\"",
|
"test": "echo \"Error: no test specified\"",
|
||||||
"testBuild": "docker build -t yandex . && docker rmi yandex"
|
"testBuild": "docker build -t yandex . && docker rmi yandex",
|
||||||
|
"build": "echo 'not needed.'"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
9
pnpm-lock.yaml
generated
Normal file
9
pnpm-lock.yaml
generated
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
lockfileVersion: '9.0'
|
||||||
|
|
||||||
|
settings:
|
||||||
|
autoInstallPeers: true
|
||||||
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
|
importers:
|
||||||
|
|
||||||
|
.: {}
|
Loading…
x
Reference in New Issue
Block a user