Skip to content

Commit

Permalink
github-util: Update FROM version (#266)
Browse files Browse the repository at this point in the history
* #1 Update version

* Added USER root

* prepare for versioned release

---------

Co-authored-by: docktermj <[email protected]>
  • Loading branch information
kernelsam and docktermj authored Jun 25, 2024
1 parent 1ff99c4 commit eeba52c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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).

## [3.6.1] - 2024-06-25

### Changed in 3.6.1

- In `Dockerfile`, updated FROM instruction to
- `senzing/senzingapi-runtime:3.10.3`
- `senzing/base-image-debian:1.0.24`

## [3.6.0] - 2024-06-24

### Changed in 3.6.0
Expand Down
12 changes: 8 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.1
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.23
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.10.3
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.24

# -----------------------------------------------------------------------------
# Stage: builder
Expand All @@ -9,6 +9,10 @@ FROM ${BASE_BUILDER_IMAGE} as builder

ENV REFRESHED_AT=2024-06-24

# Run as "root" for system installation.

USER root

# Set environment variables.

ENV SENZING_ROOT=/opt/senzing
Expand Down Expand Up @@ -43,11 +47,11 @@ RUN export POC_API_SERVER_VERSION=$(mvn "help:evaluate" -Dexpression=project.ver

FROM ${BASE_IMAGE}

ENV REFRESHED_AT=2024-05-22
ENV REFRESHED_AT=2024-06-24

LABEL Name="senzing/senzing-poc-server" \
Maintainer="[email protected]" \
Version="3.6.0"
Version="3.6.1"

HEALTHCHECK CMD ["/app/healthcheck.sh"]

Expand Down

0 comments on commit eeba52c

Please sign in to comment.