Since the official release of Adabas 7.3, Software GmbH has been providing prebuilt Adabas container images for quick and easy use. The following images are available:
| Image name | Description |
|---|---|
softwareagcr.azurecr.io/adabas:version |
Container image of Adabas without trace binaries and RESTful Administration Service |
softwareagcr.azurecr.io/adabas:version-trace |
Container image of Adabas with trace binaries and RESTful Administration Service |
The images are updated with every Adabas update.
Note
The adabas-rest container images are deprecated and will no longer be developed further.
However, the new Adabas 7.4 release now includes the RESTful Administration Service by
default in the standard prebuilt Adabas container image.
To access the images, you have to:
Visit the official Container Registry at https://containers.softwareag.com/products.
Authenticate yourself using your Empower credentials.
Visit your profile and generate the required Container Registry credentials to pull container images from the official Container Registry.
To use these credentials on your local machine, enter docker login -u username -p
token softwareagcr.azurecr.io.
Go to the product page of the desired container image and get the docker
pull command.
Use the docker pull command on your local machine to download the desired
container image.
For more information on how to use the images, visit the Adabas product page on the official Container Registry.