jams: version 3.3, build 1

This commit is contained in:
ace 2022-07-26 18:31:51 +03:00
parent fb1047603f
commit 2aa5b98f98
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
9 changed files with 21 additions and 19 deletions

View File

@ -1,15 +1,16 @@
VERSION=3.2
VERSION=3.3-1
IMAGE=jams
ifneq ($(REGISTRY),)
_REGISTRY =$(REGISTRY)/
ifdef REGISTRY
_REGISTRY = $(REGISTRY)/
endif
.PHONY: build push all
build:
docker build -t $(REGISTRY)/$(IMAGE):$(VERSION) .
docker build -t $(_REGISTRY)$(IMAGE):$(VERSION) .
push:
docker push $(REGISTRY)/$(IMAGE):$(VERSION)
docker push $(_REGISTRY)$(IMAGE):$(VERSION)
all: build push

1
jams/README.md Normal file
View File

@ -0,0 +1 @@
Download tar from https://dl.jami.net/jams/jams.tar

BIN
jams/jams/jams-launcher.jar (Stored with Git LFS)

Binary file not shown.

BIN
jams/jams/jams-server.jar (Stored with Git LFS)

Binary file not shown.

BIN
jams/jams/libs/ad-connector.jar (Stored with Git LFS)

Binary file not shown.

BIN
jams/jams/libs/authentication-module.jar (Stored with Git LFS)

Binary file not shown.

BIN
jams/jams/libs/cryptoengine.jar (Stored with Git LFS)

Binary file not shown.

BIN
jams/jams/libs/ldap-connector.jar (Stored with Git LFS)

Binary file not shown.

BIN
jams/jams/userguide.pdf (Stored with Git LFS)

Binary file not shown.