Compare commits

..

8 Commits

Author SHA1 Message Date
7356e07410 1.0.17
All checks were successful
Docker (tags) / security (push) Successful in 42s
Docker (tags) / test (push) Successful in 1m0s
Docker (tags) / metadata (push) Successful in 7s
Docker (tags) / release (push) Successful in 2m51s
2024-06-15 01:30:00 +02:00
795cf61a4f fix(core): update 2024-06-15 01:30:00 +02:00
93b17faddd 1.0.16
All checks were successful
Docker (tags) / security (push) Successful in 33s
Docker (tags) / test (push) Successful in 44s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Successful in 22s
2024-05-26 20:09:21 +02:00
eef78b9a08 fix(core): update 2024-05-26 20:09:21 +02:00
5854225108 1.0.15
All checks were successful
Docker (tags) / security (push) Successful in 34s
Docker (tags) / test (push) Successful in 45s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Successful in 2m12s
2024-05-26 19:34:01 +02:00
a998dbca72 fix(core): update 2024-05-26 19:34:00 +02:00
058c0aa148 1.0.14
Some checks failed
Docker (tags) / security (push) Successful in 32s
Docker (tags) / test (push) Successful in 44s
Docker (tags) / metadata (push) Successful in 5s
Docker (tags) / release (push) Failing after 1m3s
2024-05-26 16:16:13 +02:00
1990cae45c fix(core): update 2024-05-26 16:16:12 +02:00
5 changed files with 21 additions and 20 deletions

View File

@ -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

View File

@ -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
&& apt-get install -y nodejs
# Verify Node.js and npm installation
RUN node -v && npm -v

13
package-lock.json generated
View File

@ -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"
}
}
}

View File

@ -1,12 +1,13 @@
{
"name": "ht-docker-clickhouse",
"private": true,
"version": "1.0.13",
"version": "1.0.17",
"description": "chrome for docker",
"main": "index.js",
"scripts": {
"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": {
"type": "git",

9
pnpm-lock.yaml generated Normal file
View File

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