File tree Expand file tree Collapse file tree 3 files changed +0
-198
lines changed Expand file tree Collapse file tree 3 files changed +0
-198
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,8 @@ plugins {
3
3
id ' war'
4
4
id ' application'
5
5
id ' scala'
6
- id ' com.bmuschko.docker-remote-api' version ' 3.6.1'
7
6
}
8
7
9
- import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage
10
-
11
- project. ext. dockerGroup = ' yubico'
12
- project. ext. dockerName = project. name
13
-
14
8
description = ' WebAuthn demo'
15
9
16
10
configurations {
@@ -76,21 +70,3 @@ mainClassName = 'demo.webauthn.EmbeddedServer'
76
70
}
77
71
}
78
72
}
79
-
80
- task dockerPrepare (type : Sync ) {
81
- from file(' docker' )
82
- from file(' keystore.jks' )
83
- from(war. outputs) {
84
- rename ~/ ${war.baseName}.*\. ${war.extension}/ , " ${ war.baseName} .${ war.extension} "
85
- }
86
- into file(" ${ project.buildDir} /docker" )
87
- }
88
-
89
- task dockerBuild (type : DockerBuildImage ) {
90
- inputs. files dockerPrepare. outputs. files
91
- inputDir = dockerPrepare. destinationDir
92
- tags = [
93
- " ${ project.dockerGroup} /${ project.dockerName} :${ project.version} " ,
94
- " ${ project.dockerGroup} /${ project.dockerName} :latest" ,
95
- ]
96
- }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments