Compare commits
69
Commits
v1.29.24
...
8d826adb9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d826adb9d | ||
|
|
4a66699339 | ||
|
|
f28b59214a | ||
|
|
9e76291772 | ||
|
|
eca24e4e9e
|
||
|
|
4a384e7cff
|
||
|
|
d0f557f6f5
|
||
|
|
c5ef7f812d
|
||
|
|
85d5820d70 | ||
|
|
f367de1bde | ||
|
|
5833dd0c39 | ||
|
|
607d43205b | ||
|
|
cae26538a5
|
||
|
|
19695f5894
|
||
|
|
49869cd9ce
|
||
|
|
65bb0aba82
|
||
|
|
468a22a5d4 | ||
|
|
9193cd795c | ||
|
|
b09383b157
|
||
|
|
b65ac6dd82
|
||
|
|
1610bd8f0a | ||
|
|
c17e204ed0
|
||
|
|
4a577b7d79 | ||
|
|
05e4782d57 | ||
|
|
430e9edc6e | ||
|
|
4aa476bfa1 | ||
|
|
efeea9bb98
|
||
|
|
9af23d4857
|
||
|
|
3cc567bcbd
|
||
|
|
6f76811dc0
|
||
|
|
cb041e46a0 | ||
|
|
6a981c4a93
|
||
|
|
7d9f11b933 | ||
|
|
3a9a79405d | ||
|
|
fc55474826 | ||
|
|
e4df97cac8 | ||
|
|
ebd8347b34 | ||
|
|
306852fdfe | ||
|
|
f27b2df3f8 | ||
|
|
7b009e7eb2 | ||
|
|
34b44d1aea
|
||
|
|
26a83c2d88
|
||
|
|
6c5a4b4235
|
||
|
|
a7c6dbd39b
|
||
|
|
8e419a5edf
|
||
|
|
ab1fb57943 | ||
|
|
cb45cf13d3 | ||
|
|
72e0c98ae9 | ||
|
|
5599816742 | ||
|
|
a566589d82 | ||
|
|
5ca88540e8 | ||
|
|
f40f161a49 | ||
|
|
bf3429d53f | ||
|
|
ba9bd71f9a | ||
|
|
f53e6ccdc3 | ||
|
|
e92fb4f913 | ||
|
|
1bc6c5c078 | ||
|
|
9b9f758c8e | ||
|
|
9aaa5a45bb | ||
|
|
b3df06cff8 | ||
|
|
56c3cf98b8 | ||
|
|
d6d6a690e2 | ||
|
|
d634c4659f | ||
|
|
06287d9857 | ||
|
|
813a007fa8 | ||
|
|
86aa7b0f05 | ||
|
|
b160cf0f8b | ||
|
|
e6aa8c4a72 | ||
|
|
c0fc66096e |
@@ -17,10 +17,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.3.1
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5.5.1
|
||||
uses: docker/metadata-action@v5.7.0
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
@@ -34,10 +34,10 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.6.1
|
||||
uses: docker/setup-buildx-action@v3.10.0
|
||||
- name: Login to Harbor
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v3.3.0
|
||||
uses: docker/login-action@v3.7.0
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
|
||||
# - name: Build and push
|
||||
# uses: docker/build-push-action@v6.7.0
|
||||
# uses: docker/build-push-action@v6.19.2
|
||||
# with:
|
||||
# context: ./Docker/
|
||||
# push: ${{ github.event_name != 'pull_request' }}
|
||||
|
||||
@@ -11,14 +11,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4.1.7
|
||||
uses: actions/checkout@v4.3.1
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.merge_commit_sha }}
|
||||
fetch-depth: '0'
|
||||
|
||||
- name: Create Release Tag
|
||||
id: taggerFinal
|
||||
uses: anothrNick/github-tag-action@1.70.0
|
||||
uses: anothrNick/github-tag-action@1.75.0
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.REPO_PUSH_TOKEN }}
|
||||
WITH_V: true
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5.5.1
|
||||
uses: docker/metadata-action@v5.7.0
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
@@ -44,16 +44,16 @@ jobs:
|
||||
type=semver,pattern={{version}}
|
||||
type=sha
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3.6.1
|
||||
uses: docker/setup-buildx-action@v3.10.0
|
||||
- name: Login to Harbor
|
||||
uses: docker/login-action@v3.3.0
|
||||
uses: docker/login-action@v3.7.0
|
||||
with:
|
||||
registry: harbor.evanshome.io
|
||||
username: ${{ secrets.HARBOR_USERNAME }}
|
||||
password: ${{ secrets.HARBOR_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6.7.0
|
||||
uses: docker/build-push-action@v6.19.2
|
||||
with:
|
||||
context: ./Docker/
|
||||
push: true
|
||||
|
||||
+5
-5
@@ -11,14 +11,14 @@ stages:
|
||||
##- push_dockerhub
|
||||
|
||||
build:
|
||||
image: docker:27.2.0-dind
|
||||
image: docker:29.4.1-dind
|
||||
stage: build
|
||||
only:
|
||||
refs:
|
||||
- tags
|
||||
- branches
|
||||
services:
|
||||
- name: docker:27.2.0-dind
|
||||
- name: docker:29.4.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
@@ -31,7 +31,7 @@ build:
|
||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||
|
||||
release:
|
||||
image: node:20.17.0-alpine3.19
|
||||
image: node:22.12.0-alpine3.19
|
||||
stage: release
|
||||
only:
|
||||
refs:
|
||||
@@ -57,10 +57,10 @@ release:
|
||||
- CHANGELOG.md
|
||||
|
||||
push local:
|
||||
image: docker:27.2.0-dind
|
||||
image: docker:29.4.1-dind
|
||||
stage: push_local
|
||||
services:
|
||||
- name: docker:27.2.0-dind
|
||||
- name: docker:29.4.1-dind
|
||||
command: ["--tls=false"]
|
||||
variables:
|
||||
DOCKER_DRIVER: overlay2
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.12-alpine
|
||||
FROM python:3.14-alpine
|
||||
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
|
||||
|
||||
ARG BUILD_DATE
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
paho-mqtt==2.1.0
|
||||
bottle==0.13.1
|
||||
bottle==0.13.4
|
||||
defusedxml==0.7.1
|
||||
|
||||
Reference in New Issue
Block a user