jams: version 3.3, build 1
This commit is contained in:
parent
fb1047603f
commit
2aa5b98f98
@ -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
1
jams/README.md
Normal file
@ -0,0 +1 @@
|
||||
Download tar from https://dl.jami.net/jams/jams.tar
|
BIN
jams/jams/jams-launcher.jar
(Stored with Git LFS)
BIN
jams/jams/jams-launcher.jar
(Stored with Git LFS)
Binary file not shown.
BIN
jams/jams/jams-server.jar
(Stored with Git LFS)
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)
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)
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)
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)
BIN
jams/jams/libs/ldap-connector.jar
(Stored with Git LFS)
Binary file not shown.
BIN
jams/jams/userguide.pdf
(Stored with Git LFS)
BIN
jams/jams/userguide.pdf
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user