Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The gradle.properties file must declare the Artifactory server URL as well as the repos name.

Code Block
android.useAndroidX=true
android.enableJetifier=true

artifactory_url=https://amadis.jfrog.io/artifactory
agnos_repository_name_virtual=amadisaone-agnos-libs-release<customer>-virtual
Note

<customer> needs to be changed to an appropriate value

local.properties

The local.properties file should contain the login and password needed to access the repos.

...

Note

No quote on the password

Notewarning

local.properties should not be versioned in your CVS system

...

Agnos is the only dependency that needs to be declared. The Secure Client (secclt) is a transitive dependency and will be automatically downloaded if required.

Docker images

The Secure Backend images are split into 3 images that can be found on the below URL:

Code Block
https://amadis.jfrog.io/artifactory/aone-secbkd-local/

Those images are:

  • secbkd-http

  • secbkd-php

  • secbkd-database

To access the repository from a terminal for instance, you can connect using the below command:

Code Block
docker login amadis.jfrog.io