add jami-jams v3.2
This commit is contained in:
parent
58f905d2da
commit
740c91098e
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
8
jams/Dockerfile
Normal file
8
jams/Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM openjdk:11.0.13-bullseye
|
||||
|
||||
COPY jams jams
|
||||
WORKDIR jams
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["java", "-jar", "jams-launcher.jar"]
|
15
jams/Makefile
Normal file
15
jams/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
VERSION=3.2
|
||||
IMAGE=jams
|
||||
ifneq ($(REGISTRY),)
|
||||
_REGISTRY =$(REGISTRY)/
|
||||
endif
|
||||
|
||||
.PHONY: build push all
|
||||
|
||||
build:
|
||||
docker build -t $(REGISTRY)/$(IMAGE):$(VERSION) .
|
||||
|
||||
push:
|
||||
docker push $(REGISTRY)/$(IMAGE):$(VERSION)
|
||||
|
||||
all: build push
|
BIN
jams/jams/jams-launcher.jar
(Stored with Git LFS)
Normal file
BIN
jams/jams/jams-launcher.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jams/jams/jams-server.jar
(Stored with Git LFS)
Normal file
BIN
jams/jams/jams-server.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jams/jams/libs/ad-connector.jar
(Stored with Git LFS)
Normal file
BIN
jams/jams/libs/ad-connector.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jams/jams/libs/authentication-module.jar
(Stored with Git LFS)
Normal file
BIN
jams/jams/libs/authentication-module.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jams/jams/libs/cryptoengine.jar
(Stored with Git LFS)
Normal file
BIN
jams/jams/libs/cryptoengine.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jams/jams/libs/ldap-connector.jar
(Stored with Git LFS)
Normal file
BIN
jams/jams/libs/ldap-connector.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
jams/jams/userguide.pdf
(Stored with Git LFS)
Normal file
BIN
jams/jams/userguide.pdf
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user