Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
7356e07410 | |||
795cf61a4f | |||
93b17faddd | |||
eef78b9a08 | |||
5854225108 | |||
a998dbca72 |
@ -74,7 +74,7 @@ jobs:
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
|
||||
image: code.foss.global/host.today/ht-docker-dbase:npmci
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
10
Dockerfile
10
Dockerfile
@ -1,7 +1,11 @@
|
||||
FROM yandex/clickhouse-server
|
||||
FROM clickhouse/clickhouse-server
|
||||
|
||||
# Install Node.js and ClickHouse
|
||||
RUN apt-get update \
|
||||
&& apt-get install curl -y \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
|
||||
&& apt-get install -y curl gnupg2 \
|
||||
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y nodejs
|
||||
|
||||
# Verify Node.js and npm installation
|
||||
RUN node -v && npm -v
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ht-docker-clickhouse",
|
||||
"private": true,
|
||||
"version": "1.0.14",
|
||||
"version": "1.0.17",
|
||||
"description": "chrome for docker",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user