Skip to content
Commits auf Quelle (40)
......@@ -8,23 +8,24 @@ stages:
- release
.create_multi_arch_image:
image: docker:27.3.1
image: docker:27.4.1
services:
- name: docker:27.3.1-dind
- name: docker:27.4.1-dind
command: ['--experimental']
variables:
DOCKER_DRIVER: overlay2
DOCKER_BUILDKIT: 1
DOCKER_AUTH_CONFIG: >
{"auths":{"https://index.docker.io/v1/":{"auth":"$DOCKERHUB_TOKEN_BASE64"}}}
before_script:
- echo -e "\e[0Ksection_start:`date +%s`:docker_version_section[collapsed=true]\r\e[0KDocker Version Output"
- mkdir -p /certs /root/.docker/
- echo "$DOCKER_AUTH_CONFIG" > /certs/config.json
- docker version
- echo -e "\e[0Ksection_end:`date +%s`:docker_version_section\r\e[0K"
- echo -e "\e[0Ksection_start:`date +%s`:docker_login_section[collapsed=true]\r\e[0KDocker Login"
- echo -n $DOCKER_REGISTRY_PASSWORD | docker login -u $DOCKER_REGISTRY_USER --password-stdin
- echo -e "\e[0Ksection_end:`date +%s`:docker_login_section\r\e[0K"
- docker info | grep Username || (echo "Docker login failed" && exit 1)
- apk add curl
- mkdir -vp ~/.docker/cli-plugins/
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.19.3/buildx-v0.19.3.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
- curl -sSfL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh | sh -s --
- chmod a+x ~/.docker/cli-plugins/docker-buildx
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
......@@ -37,7 +38,7 @@ stages:
- cq-sans-dind
lint:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.7.3@sha256:4b232062fa976e3a966c49e9b6279efa56c8d207a67270868f51b3d155c4e33d
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
cache:
key:
files:
......@@ -105,7 +106,7 @@ docker_build:
when: never
release:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:21.7.3@sha256:4b232062fa976e3a966c49e9b6279efa56c8d207a67270868f51b3d155c4e33d
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/node:22.12.0@sha256:0e910f435308c36ea60b4cfd7b80208044d77a074d16b768a81901ce938a62dc
stage: release
cache:
key:
......
......@@ -6,6 +6,39 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.6.11](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.10...release-2.6.11) (2025-01-12)
### 🐛 Bug Fixes
* **pipeline:** fix a issue with dockerhub pull rate limit ([07a929f](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/07a929f3b6023282f59f964894b54c213f674ddc))
## [2.6.10](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.9...release-2.6.10) (2025-01-10)
### 🐛 Bug Fixes
* **deps:** update dependency npm to v10.9.2 ([15c56a8](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/15c56a8b88851faa6424dbe81130492e3fab3b0e))
* **deps:** update dependency npm to v11 ([41650fb](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/41650fbb17b06cb96cc61f0319af55a31bf3d5ec))
### ♻️ Chores
* **deps:** update debian docker tag to v12.8 ([9f45e78](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/9f45e78b9d7d4e7c34d1c68e0eeb91209808b48b))
* **deps:** update debian:12.7-slim docker digest to d830561 ([b8fdeb0](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/b8fdeb03a378aba01100b6bcf6241717f5a57f11))
* **deps:** update debian:12.8-slim docker digest to 719ab80 ([e8b0c43](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/e8b0c4304b5f48ccf5751945fc2eb73c77739d30))
* **deps:** update dependency husky to v9.1.7 ([3dbe991](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/3dbe9916ab48ef067d8f24b49dd7c9706ffee74b))
* **deps:** update dependency semantic-release to v24.1.3 ([bbe1feb](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/bbe1feb1bef6fe93aa28064fcfd2e2109d1a5837))
* **deps:** update dependency semantic-release to v24.2.0 ([72a2b70](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/72a2b708f2ebb77f2eb79fc33664fe96d4b9f636))
* **deps:** update devdependencies (major) ([edf6160](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/edf6160f0829ef0ace2d2b857cf7bb7922d21a81))
* **deps:** update devdependencies (non-major) (minor) ([a28568a](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/a28568a4c661798b14cc820f40f9d9463381a51c))
* **deps:** update devdependencies (non-major) (patch) ([43a7f24](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/43a7f2452123923a8c43d1c335669322fe1535fc))
* **deps:** update docker docker tag to v27.4.1 ([253604d](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/253604dfa87ee59075c9e07c94c6e2b471117ee6))
* **deps:** update node.js to 5c76d05 ([04c8ef1](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/04c8ef107de5db14a343482a630982f16acb9b07))
* **deps:** update node.js to ec878c7 ([f4d896a](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/f4d896a088f45f6217ca74bdf41fa451dca54473))
* **deps:** update node.js to f496dba ([9603e1c](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/9603e1ce165110d5d3088523695a51446413ccae))
* **deps:** update node.js to v22 ([29813f3](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/29813f33f4ec1d9fe730d4148de52387333dcb10))
* **deps:** update node.js to v22.11.0 ([c068e55](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/c068e550ad45a6e2754c6843a52923b8186ae8d7))
* **deps:** update node.js to v22.12.0 ([d89ba52](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/d89ba52c53db0a629d26b030a3f17df024870fe1))
* **deps:** update package-lock.json ([9a8d34b](https://git.strausmann.de/bloonix-monitoring/bloonix_base/commit/9a8d34bbf6cad2d0815b69f21ac69b31768a9230))
## [2.6.9](https://git.strausmann.de/bloonix-monitoring/bloonix_base/compare/release-2.6.8...release-2.6.9) (2024-10-04)
### 🐛 Bug Fixes
......
MIT License
Copyright (c) 2024 Bjoern Strausmann
Copyright (c) 2025 Bjoern Strausmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
ARG DEBIAN_VERSION=12.7-slim@sha256:7095ea629c4563714b9655137db2eacd456eb3eea0eb8a2b0a4a6b0b187220a9
ARG DEBIAN_VERSION=12.8-slim@sha256:719ab80ef51a82a0a3e92a72436d8a8a027b10da6d8eea114db7e44a68c0a32e
ARG FORCE_REBUILD=2023112301
......
Dieser Diff ist reduziert.