Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
# We define the tag using the version set in one of the modules (since there is no version given in a template!)
tag=$(xmllint --xpath "string(//Project/PropertyGroup/Version/text())" "${imageTagFilePath}")
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packageLanguageScript="package-extra.sh"
# Source branch.
sourceBranch="feature/package-pipeline"
#Dockerfile Paths depending on the language
dockerfilePaths="quarkus-jvm:src/main/docker/Dockerfile.jvm quarkus:src/main/docker/Dockerfile.native node:Dockerfile angular:Dockerfile"
dockerfilePaths="quarkus-jvm:src/main/docker/Dockerfile.jvm quarkus:src/main/docker/Dockerfile.native node:Dockerfile angular:Dockerfile dotnet:source/Templates/WebAPI/Devon4Net.Application.WebAPI/Dockerfile"
dockerImageTagFilePaths="quarkus-jvm:pom.xml quarkus:pom.xml node:package.json angular:package.json"

function copyScript {
Expand Down