Skip to content

Commit 94c8f3a

Browse files
committed
Remove broken Docker plugin from webauthn-demo subproject
1 parent a16823e commit 94c8f3a

File tree

3 files changed

+0
-198
lines changed

3 files changed

+0
-198
lines changed

webauthn-server-demo/build.gradle

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ plugins {
33
id 'war'
44
id 'application'
55
id 'scala'
6-
id 'com.bmuschko.docker-remote-api' version '3.6.1'
76
}
87

9-
import com.bmuschko.gradle.docker.tasks.image.DockerBuildImage
10-
11-
project.ext.dockerGroup = 'yubico'
12-
project.ext.dockerName = project.name
13-
148
description = 'WebAuthn demo'
159

1610
configurations {
@@ -76,21 +70,3 @@ mainClassName = 'demo.webauthn.EmbeddedServer'
7670
}
7771
}
7872
}
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-
}

webauthn-server-demo/docker/Dockerfile

Lines changed: 0 additions & 7 deletions
This file was deleted.

webauthn-server-demo/docker/server.xml

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)