Skip to content

Commit

Permalink
Merge pull request #157 from felddy/release/4.10.2
Browse files Browse the repository at this point in the history
Prepare for 4.10.2 release
  • Loading branch information
felddy authored Feb 23, 2023
2 parents a50402e + a566ec6 commit 51ca8ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# syntax=docker/dockerfile:1

ARG PYTHON_IMAGE_VERSION=3.11.1
ARG PYTHON_VERSION=3.11.2
ARG WEEWX_UID=421
ARG WEEWX_VERSION=4.8.0
ARG WEEWX_VERSION=4.10.2
ARG WEEWX_HOME="/home/weewx"

FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx

FROM --platform=$BUILDPLATFORM python:${PYTHON_IMAGE_VERSION} as build-stage
FROM --platform=$BUILDPLATFORM python:${PYTHON_VERSION} as build-stage

ARG WEEWX_VERSION
ARG ARCHIVE="weewx-${WEEWX_VERSION}.tar.gz"
Expand Down Expand Up @@ -53,7 +53,7 @@ RUN bin/wee_extension --install /tmp/weewx-mqtt.zip
RUN bin/wee_extension --install /tmp/weewx-interceptor.zip
COPY src/entrypoint.sh src/_version.py ./

FROM python:${PYTHON_IMAGE_VERSION}-slim-bullseye as final-stage
FROM python:${PYTHON_VERSION}-slim-bullseye as final-stage

ARG TARGETPLATFORM
ARG WEEWX_HOME
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# weewx-docker 🌩🐳 #

[![GitHub Build Status](https://github.com/felddy/weewx-docker/workflows/build/badge.svg)](https://github.com/felddy/weewx-docker/actions)
[![GitHub Build Status](https://github.com/felddy/weewx-docker/workflows/Build/badge.svg)](https://github.com/felddy/weewx-docker/actions)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6003/badge)](https://bestpractices.coreinfrastructure.org/projects/6003)
[![CodeQL](https://github.com/felddy/weewx-docker/workflows/CodeQL/badge.svg)](https://github.com/felddy/weewx-docker/actions/workflows/codeql-analysis.yml)
[![WeeWX Version](https://img.shields.io/github/v/release/felddy/weewx-docker?color=brightgreen)](https://hub.docker.com/r/felddy/weewx)
Expand All @@ -12,7 +12,7 @@
This docker container can be used to quickly get a
[WeeWX](http://weewx.com) instance up and running.

This container has the following WeeWX extensions installed:
This container has the following WeeWX extensions pre-installed:

- [interceptor](https://github.com/matthewwall/weewx-interceptor)
- [mqtt](https://github.com/weewx/weewx/wiki/mqtt)
Expand Down
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.8.0"
__version__ = "4.10.2"
2 changes: 1 addition & 1 deletion src/hashes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
6248c8071afcd03d22e7d5e5f3541bae7be834977717da0bcea56bb7e5d6808a weewx-4.8.0.tar.gz
d7f445560ac5be6424d4b81995109dcf05bd564a3b2fce201bf58ab46dda43fc weewx-4.10.2.tar.gz
89f1fff4e86582befb8190e823537df0c8b89fd962a3f7ece72f33998c769504 weewx-mqtt.zip
9bf17503313023860fd30f49b4146ffb6cd5186e81ead257b1bb8571158434a7 weewx-interceptor.zip

0 comments on commit 51ca8ee

Please sign in to comment.