-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #57 Prepare for versioned release * #57 Prepare for versioned release * #57 Prepare for versioned release * #57 Prepare for versioned release
- Loading branch information
Showing
4 changed files
with
47 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Stages | ||
# ----------------------------------------------------------------------------- | ||
|
||
ARG IMAGE_GO_BUILDER=golang:1.20.5@sha256:6b3fa4b908676231b50acbbc00e84d8cee9c6ce072b1175c0ff352c57d8a612f | ||
ARG IMAGE_GO_BUILDER=golang:1.20.4@sha256:31a8f92b17829b3ccddf0add184f18203acfd79ccc1bcb5c43803ab1c4836cca | ||
ARG IMAGE_FINAL=senzing/senzingapi-runtime:3.5.3 | ||
|
||
# ----------------------------------------------------------------------------- | ||
|
@@ -13,7 +13,7 @@ FROM ${IMAGE_GO_BUILDER} as go_builder | |
ENV REFRESHED_AT=2023-06-15 | ||
LABEL Name="senzing/init-database-builder" \ | ||
Maintainer="[email protected]" \ | ||
Version="0.1.4" | ||
Version="0.2.6" | ||
|
||
# Build arguments. | ||
|
||
|
@@ -24,8 +24,8 @@ ARG GO_PACKAGE_NAME="unknown" | |
|
||
# Copy remote files from DockerHub. | ||
|
||
COPY --from=senzing/senzingapi-runtime:3.4.2 "/opt/senzing/g2/lib/" "/opt/senzing/g2/lib/" | ||
COPY --from=senzing/senzingapi-runtime:3.4.2 "/opt/senzing/g2/sdk/c/" "/opt/senzing/g2/sdk/c/" | ||
COPY --from=senzing/senzingapi-runtime:3.5.3 "/opt/senzing/g2/lib/" "/opt/senzing/g2/lib/" | ||
COPY --from=senzing/senzingapi-runtime:3.5.3 "/opt/senzing/g2/sdk/c/" "/opt/senzing/g2/sdk/c/" | ||
|
||
# Copy local files from the Git repository. | ||
|
||
|
@@ -57,7 +57,7 @@ FROM ${IMAGE_FINAL} as final | |
ENV REFRESHED_AT=2023-06-15 | ||
LABEL Name="senzing/init-database" \ | ||
Maintainer="[email protected]" \ | ||
Version="0.1.4" | ||
Version="0.2.6" | ||
|
||
# Copy files from repository. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters