This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new e6093703d3 [DOC] add hop-web Beam version to release documentation
new 36958a8f81 Merge pull request #2821 from hansva/master
e6093703d3 is described below
commit e6093703d34f6b7f98ca1675700c739352939fdf
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Apr 14 12:36:50 2023 +0200
[DOC] add hop-web Beam version to release documentation
---
.../modules/ROOT/pages/apache-release/promoting-a-release.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
index 4415cf909f..76641f2395 100644
---
a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
+++
b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/promoting-a-release.adoc
@@ -78,6 +78,7 @@ docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/Dockerfile.we
./assemblies/client/target/hop/hop-conf.sh --generate-fat-jar=../hop-fatjar.jar
# Create image
docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/Dockerfile.dataflowTemplate -t
docker.io/apache/hop-dataflow-template:X.XX -t
docker.io/apache/hop-dataflow-template:latest --push
+docker buildx build --platform linux/amd64,linux/arm64 . -f
docker/Dockerfile.web-fatjar -t docker.io/apache/hop-web:X.XX-beam -t
docker.io/apache/hop-web:latest-beam --push
----