From 65477a7d5f6d0ce29294502dfbd395fa49d06f1c Mon Sep 17 00:00:00 2001 From: MicroEJ GitHub Delivery Date: Wed, 18 Oct 2023 13:54:09 +0000 Subject: [PATCH] Version 1.7.1 --- 5.8.1-jdk11/CHANGELOG.md | 4 ++++ 5.8.1-jdk11/hooks/build | 3 +++ 5.8.1/CHANGELOG.md | 4 ++++ 5.8.1/hooks/build | 3 +++ 4 files changed, 14 insertions(+) create mode 100644 5.8.1-jdk11/hooks/build create mode 100644 5.8.1/hooks/build 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