add jami-jams v3.2

This commit is contained in:
ace 2021-10-25 01:35:42 +03:00
parent 58f905d2da
commit 740c91098e
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
10 changed files with 46 additions and 0 deletions

2
.gitattributes vendored Normal file
View 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
View 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
View 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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.