31 Commits

Author SHA1 Message Date
Unbound Release 2d7406d122 chore(release): prepare for v0.0.17 2025-05-15 20:30:38 +02:00
Renovate 9353c85cfa chore(deps): update node.js to v22.15.1 2025-05-15 15:53:13 +00:00
Renovate 3471a62e9e chore(deps): update node.js to ab3dc40 2025-04-29 01:52:56 +00:00
Unbound Release 1342deafce chore(release): prepare for v0.0.16 2025-04-23 18:55:59 +02:00
Renovate c891cfca5c chore(deps): update node.js to v22.15.0 2025-04-23 14:52:58 +00:00
Renovate ddbeecbe5e chore(deps): update node.js to 4c7ba01 2025-04-08 05:52:55 +00:00
Unbound Release bd82148795 chore(release): prepare for v0.0.15 2025-04-04 09:41:32 +02:00
Renovate 2ad1d1921c chore(deps): update node.js to fab5fee 2025-03-18 05:52:33 +00:00
argoyle 0236562cab fix(docker): update base image to amd64 version
Updates the Dockerfile to use the amd64 variant of the Node.js 
base image. This change ensures compatibility with the target 
architecture for improved performance and stability.
2025-02-26 18:34:04 +01:00
Renovate 892aff02b1 chore(deps): update node.js to 2094ac6 2025-02-25 19:52:26 +00:00
Renovate 1726082fef chore(deps): update node.js to a279671 2025-02-25 07:52:27 +00:00
Renovate a1c6c930ae chore(deps): update node.js to cfef443 2025-02-13 19:53:23 +00:00
Renovate 497e895ef6 chore(deps): update node.js to v22.14.0 2025-02-13 16:53:42 +00:00
Renovate 5d4670cdc7 chore(deps): update node.js to 5145c88 2025-02-05 10:52:56 +00:00
Renovate 2dcf29b955 chore(deps): update node.js to 3962f5a 2025-02-05 07:52:40 +00:00
Renovate 14d8f744ac chore(deps): update node.js to 469d57f 2025-02-05 04:53:29 +00:00
Renovate f57c696627 chore(deps): update node.js to debe7ff 2025-02-04 10:52:44 +00:00
Unbound Release 4841e29680 chore(release): prepare for v0.0.14 2025-01-23 06:44:43 +00:00
Renovate eb1ed8b5f4 chore(deps): update node.js to v22.13.1 2025-01-23 01:54:40 +00:00
Renovate fd2b426e6a chore(deps): update node.js to fa54405 2025-01-15 20:37:41 +00:00
Renovate 8724d9ebdd chore(deps): update node.js to d77c645 2025-01-15 02:25:26 +00:00
Renovate 1bc8c99013 chore(deps): update node.js to 4f7fb7f 2025-01-14 08:34:15 +00:00
Unbound Release 1a3a0ca7cf chore(release): prepare for v0.0.13 2025-01-10 10:16:41 +00:00
Renovate e1426020e0 chore(deps): update node.js to v22.13.0 2025-01-08 19:54:16 +00:00
Unbound Release 9afb2ddb63 chore(release): prepare for v0.0.12 2024-12-28 17:52:10 +00:00
Renovate 67a0ec7508 chore(deps): update node.js to 0e910f4 2024-12-25 22:53:48 +00:00
argoyle 128a6f2a6c ci: remove unnecessary docker services and variables
Eliminate unused Docker host variables and services from the CI 
configuration. This simplifies the build process and reduces 
potential complexities in the CI pipeline.
2024-12-05 10:55:26 +01:00
Renovate 6fc12fac2f chore(deps): update node.js to 35a5dd7 2024-12-04 11:55:13 +00:00
Renovate 98e917a2fa chore(deps): update node.js to v22.12.0 2024-12-04 05:53:59 +00:00
Renovate ce49c475dd chore(deps): update node.js to fd453a2 2024-12-03 20:55:29 +00:00
Renovate e20e89e0b2 chore(deps): update node.js to cb24453 2024-12-03 08:53:45 +00:00
3 changed files with 59 additions and 6 deletions
-5
View File
@@ -6,15 +6,10 @@ include:
stages: stages:
- build - build
variables:
DOCKER_HOST: tcp://docker:2375/
image: buildtool/build-tools:${BUILDTOOLS_VERSION} image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build: build:
stage: build stage: build
services:
- docker:${DOCKER_DIND_VERSION}
script: script:
- unset BUILDTOOLS_CONTENT - unset BUILDTOOLS_CONTENT
- build - build
+58
View File
@@ -2,6 +2,64 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.0.17] - 2025-05-15
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to ab3dc40
- *(deps)* Update node.js to v22.15.1
## [0.0.16] - 2025-04-23
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 4c7ba01
- *(deps)* Update node.js to v22.15.0
## [0.0.15] - 2025-04-04
### 🐛 Bug Fixes
- *(docker)* Update base image to amd64 version
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to debe7ff
- *(deps)* Update node.js to 469d57f
- *(deps)* Update node.js to 3962f5a
- *(deps)* Update node.js to 5145c88
- *(deps)* Update node.js to v22.14.0
- *(deps)* Update node.js to cfef443
- *(deps)* Update node.js to a279671
- *(deps)* Update node.js to 2094ac6
- *(deps)* Update node.js to fab5fee
## [0.0.14] - 2025-01-23
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to 4f7fb7f
- *(deps)* Update node.js to d77c645
- *(deps)* Update node.js to fa54405
- *(deps)* Update node.js to v22.13.1
## [0.0.13] - 2025-01-10
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to v22.13.0
## [0.0.12] - 2024-12-28
### ⚙️ Miscellaneous Tasks
- *(deps)* Update node.js to cb24453
- *(deps)* Update node.js to fd453a2
- *(deps)* Update node.js to v22.12.0
- *(deps)* Update node.js to 35a5dd7
- Remove unnecessary docker services and variables
- *(deps)* Update node.js to 0e910f4
## [0.0.11] - 2024-11-14 ## [0.0.11] - 2024-11-14
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:22.11.0@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561 FROM amd64/node:22.15.1@sha256:c5bd0df283131e32fe6dba31db59dd82d779819a18a361c92990ec26cb8f229f
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin