Skip to content

Commit

Permalink
#81 Update to senzing 3.12.0 (#82)
Browse files Browse the repository at this point in the history
* #81 Prepare for versioned release

* #81 Prepare for versioned release
  • Loading branch information
docktermj authored Sep 26, 2024
1 parent 1c19d6e commit d57c433
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

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/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog], [markdownlint],
and this project adheres to [Semantic Versioning].

## [3.12.0] - 2024-09-25

### Changed in 3.12.0

- Updated Dockerfile FROM to `senzing/senzingapi-runtime:3.12.0`
- Updated to SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.12.0-24261"

## [3.10.3] - 2024-06-24

Expand Down Expand Up @@ -140,3 +146,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed in 3.1.0

- Initial version

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[markdownlint]: https://dlaa.me/markdownlint/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.3
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.12.0

# Create the runtime image.

ARG SENZING_ACCEPT_EULA="I_ACCEPT_THE_SENZING_EULA"
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.10.3-24163"
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE="senzingapi-tools=3.12.0-24261"

# -----------------------------------------------------------------------------
# Stage: builder
# -----------------------------------------------------------------------------

FROM ${BASE_IMAGE} AS builder

ENV REFRESHED_AT=2024-06-24
ENV REFRESHED_AT=2024-09-26

# Run as "root" for system installation.

Expand Down Expand Up @@ -48,7 +48,7 @@ RUN pip3 install --upgrade pip \

FROM ${BASE_IMAGE} AS runner

ENV REFRESHED_AT=2024-06-24
ENV REFRESHED_AT=2024-09-26

ARG SENZING_ACCEPT_EULA
ARG SENZING_APT_INSTALL_TOOLS_PACKAGE
Expand All @@ -58,7 +58,7 @@ ENV SENZING_ACCEPT_EULA=${SENZING_ACCEPT_EULA} \

LABEL Name="senzing/senzingapi-tools" \
Maintainer="[email protected]" \
Version="3.10.3"
Version="3.12.0"

# Run as "root" for system installation.

Expand Down

0 comments on commit d57c433

Please sign in to comment.