diff --git a/5.8.1-jdk11/CHANGELOG.md b/5.8.1-jdk11/CHANGELOG.md index 1bc5bf1..8dce39d 100644 --- a/5.8.1-jdk11/CHANGELOG.md +++ b/5.8.1-jdk11/CHANGELOG.md @@ -4,6 +4,10 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.1] - 2023-10-18 +### Changed +- Add build hooks for Dockerhub + ## [1.7.0] - 2023-10-18 ### Changed - Add EULA acceptation check when starting the container diff --git a/5.8.1-jdk11/hooks/build b/5.8.1-jdk11/hooks/build new file mode 100644 index 0000000..a9de811 --- /dev/null +++ b/5.8.1-jdk11/hooks/build @@ -0,0 +1,3 @@ +#!/bin/bash + +docker build --build-arg SDK_DISTRIBUTION_BASE_URL=$SDK_DISTRIBUTION_BASE_URL --build-arg SDK_DISTRIBUTION_TOKEN=$SDK_DISTRIBUTION_TOKEN -t $IMAGE_NAME . \ No newline at end of file diff --git a/5.8.1/CHANGELOG.md b/5.8.1/CHANGELOG.md index 1bc5bf1..8dce39d 100644 --- a/5.8.1/CHANGELOG.md +++ b/5.8.1/CHANGELOG.md @@ -4,6 +4,10 @@ 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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.1] - 2023-10-18 +### Changed +- Add build hooks for Dockerhub + ## [1.7.0] - 2023-10-18 ### Changed - Add EULA acceptation check when starting the container diff --git a/5.8.1/hooks/build b/5.8.1/hooks/build new file mode 100644 index 0000000..a9de811 --- /dev/null +++ b/5.8.1/hooks/build @@ -0,0 +1,3 @@ +#!/bin/bash + +docker build --build-arg SDK_DISTRIBUTION_BASE_URL=$SDK_DISTRIBUTION_BASE_URL --build-arg SDK_DISTRIBUTION_TOKEN=$SDK_DISTRIBUTION_TOKEN -t $IMAGE_NAME . \ No newline at end of file