Compare commits
14 Commits
Author | SHA1 | Date | |
---|---|---|---|
ab4275c430 | |||
76c86e09c1 | |||
f2ab850e19 | |||
29c707d79f | |||
5789c4eea6 | |||
52369e55db | |||
13aadf4730 | |||
41cf74c307 | |||
8e48786393 | |||
a00d36cf95 | |||
69ee21ed1b | |||
39bd0ea990 | |||
cfc7ef07cf | |||
356dda054f |
@ -6,7 +6,7 @@ on:
|
|||||||
- '*'
|
- '*'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
IMAGE: code.foss.global/host.today/ht-docker-node:npmci
|
||||||
NPMCI_COMPUTED_REPOURL: https://${{gitea.repository_owner}}:${{secrets.GITEA_TOKEN}}@gitea.lossless.digital/${{gitea.repository}}.git
|
NPMCI_COMPUTED_REPOURL: https://${{gitea.repository_owner}}:${{secrets.GITEA_TOKEN}}@gitea.lossless.digital/${{gitea.repository}}.git
|
||||||
# NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}}
|
# NPMCI_TOKEN_NPM: ${{secrets.NPMCI_TOKEN_NPM}}
|
||||||
# NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}}
|
# NPMCI_TOKEN_NPM2: ${{secrets.NPMCI_TOKEN_NPM2}}
|
||||||
@ -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
|
||||||
|
@ -1,55 +0,0 @@
|
|||||||
# gitzone ci_docker
|
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-node:npmci
|
|
||||||
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- .npmci-cache/
|
|
||||||
key: "$CI_BUILD_STAGE"
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- pnpm uninstall -g @ship.zone/npmci
|
|
||||||
- pnpm install -g @ship.zone/npmci
|
|
||||||
- npmci npm prepare
|
|
||||||
|
|
||||||
stages:
|
|
||||||
- test
|
|
||||||
- release
|
|
||||||
- trigger
|
|
||||||
- pages
|
|
||||||
|
|
||||||
testStable:
|
|
||||||
stage: test
|
|
||||||
script:
|
|
||||||
- npmci node install stable
|
|
||||||
- npmci npm install
|
|
||||||
- npmci npm test
|
|
||||||
coverage: /\d+.?\d+?\%\s*coverage/
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
|
|
||||||
release:
|
|
||||||
image: registry.gitlab.com/hosttoday/ht-docker-dbase:npmci
|
|
||||||
services:
|
|
||||||
- docker:stable-dind
|
|
||||||
stage: release
|
|
||||||
script:
|
|
||||||
- npmci node install lts
|
|
||||||
- npmci docker login
|
|
||||||
- npmci docker build
|
|
||||||
- npmci docker test
|
|
||||||
- npmci docker push registry.gitlab.com
|
|
||||||
- npmci docker push docker.io
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- docker
|
|
||||||
- priv
|
|
||||||
|
|
||||||
trigger:
|
|
||||||
stage: trigger
|
|
||||||
script:
|
|
||||||
- npmci trigger
|
|
||||||
only:
|
|
||||||
- tags
|
|
||||||
tags:
|
|
||||||
- docker
|
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:alpine
|
FROM host.today/ht-docker-node:alpine
|
||||||
RUN apk update && apk add bash libc6-compat alpine-sdk
|
RUN apk update && apk add bash libc6-compat alpine-sdk
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:npmci
|
FROM host.today/ht-docker-node:npmci
|
||||||
RUN npm install -g \
|
RUN npm install -g \
|
||||||
@git.zone/tsrun \
|
@git.zone/tsrun \
|
||||||
@git.zone/tstest \
|
@git.zone/tstest \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:latest as stage1
|
FROM host.today/ht-docker-node:latest as stage1
|
||||||
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends qemu-user-static binfmt-support
|
RUN apt-get update && apt-get install -y --no-install-recommends qemu-user-static binfmt-support
|
||||||
# the following lines need to be run on a system that supports both architectures
|
# the following lines need to be run on a system that supports both architectures
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:latest
|
FROM host.today/ht-docker-node:latest
|
||||||
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
||||||
|
|
||||||
RUN bash -c "source $NVM_DIR/nvm.sh \
|
RUN bash -c "source $NVM_DIR/nvm.sh \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:latest
|
FROM host.today/ht-docker-node:latest
|
||||||
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
||||||
|
|
||||||
RUN pnpm install -g @ship.zone/npmci
|
RUN pnpm install -g @ship.zone/npmci
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:latest
|
FROM host.today/ht-docker-node:latest
|
||||||
# Add Tini
|
# Add Tini
|
||||||
ENV TINI_VERSION v0.19.0
|
ENV TINI_VERSION v0.19.0
|
||||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
|
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /tini
|
||||||
|
73
changelog.md
Normal file
73
changelog.md
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-11-17 - 5.0.146 - fix(Dockerfiles)
|
||||||
|
Correct Docker image source host in various Dockerfiles
|
||||||
|
|
||||||
|
- Updated the source host from 'hosttoday/ht-docker-node' to 'host.today/ht-docker-node' in several Dockerfiles
|
||||||
|
|
||||||
|
## 2024-11-17 - 5.0.145 - fix(docs)
|
||||||
|
Minor documentation updates without code changes.
|
||||||
|
|
||||||
|
|
||||||
|
## 2024-11-17 - 5.0.144 - fix(ci)
|
||||||
|
Update Docker container source for workflow to new registry
|
||||||
|
|
||||||
|
- Changed Docker container image source in .gitea/workflows/docker_tags.yaml to code.foss.global.
|
||||||
|
|
||||||
|
## 2024-11-17 - 5.0.143 - fix(core)
|
||||||
|
No uncommitted changes
|
||||||
|
|
||||||
|
- No changes detected. All files are up-to-date.
|
||||||
|
|
||||||
|
## 2024-05-26 - 5.0.139 to 5.0.142 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2024-05-23 - 5.0.124 to 5.0.138 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2024-04-23 - 5.0.114 to 5.0.123 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2024-04-14 - 5.0.113 to 5.0.113 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2023-04-02 - 5.0.105 to 5.0.112 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2022-12-17 - 5.0.101 to 5.0.104 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2022-10-17 - 5.0.91 to 5.0.100 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2022-10-11 - 5.0.85 to 5.0.90 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2022-08-05 - 5.0.78 to 5.0.84 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2022-03-22 - 5.0.75 to 5.0.77 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2021-11-12 - 5.0.67 to 5.0.74 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2021-10-22 - 5.0.61 to 5.0.66 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2020-05-28 - 5.0.55 to 5.0.60 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2019-11-19 - 5.0.50 to 5.0.54 - Core and Snyk fixes
|
||||||
|
Core updates and restored Snyk to the latest version.
|
||||||
|
|
||||||
|
## 2016-08-31 - 4.3.2 to 4.3.5 - Core updates
|
||||||
|
Routine updates to the core functionality.
|
||||||
|
|
||||||
|
## 2016-06-01 - 4.3.1 - Multiple enhancements
|
||||||
|
Implemented various features and fixes in the project.
|
||||||
|
|
||||||
|
- Updated .gitlab-ci.yml multiple times
|
||||||
|
- Added Python3 support
|
||||||
|
- Added new features and fixed various issues
|
||||||
|
|
5
package-lock.json
generated
5
package-lock.json
generated
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ht-docker-node",
|
|
||||||
"version": "5.0.139",
|
|
||||||
"lockfileVersion": 1
|
|
||||||
}
|
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "5.0.139",
|
"version": "5.0.146",
|
||||||
"description": "A Docker image that integrates Node.js with shipzone.io support.",
|
"description": "A Docker image that integrates Node.js with shipzone.io support.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
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