Images for Terrakube components can be found in the following links:
Terrakube API
https://hub.docker.com/r/azbuilder/api-server/tagsarrow-up-right
Terrakube Registry
https://hub.docker.com/r/azbuilder/open-registry/tagsarrow-up-right
Terrakube Executor
https://hub.docker.com/r/azbuilder/executor/tagsarrow-up-right
Terrakube UI
https://hub.docker.com/r/azbuilder/terrakube-ui/tagsarrow-up-right
Default Images are based on Ubuntu Jammy (linux/amd64)
The docker images are generated using cloud native buildpacks with the maven plugin, more information can be found in these links:
https://docs.spring.io/spring-boot/docs/current/reference/html/container-images.html#container-images.buildpacksarrow-up-right
https://docs.spring.io/spring-boot/docs/3.1.5/maven-plugin/reference/htmlsingle/#build-imagearrow-up-right
From Terrakube 2.17.0 we generate 3 additional docker images for the API, Registry and Executor components that are based on Alpaquita Linuxarrow-up-right that are designed and optimized for Spring Boot applications.
docker pull azbuilder/api-server:2.17.0-alpaquita docker pull azbuilder/open-registry:2.17.0-alpaquita docker pull azbuilder/executor:2.17.0-alpaquita
Alpaquita Linux images for the Executor component does not include GIT, Terraform modules using remote executions like the following wont work:
module "consul" { source = "[email protected]:hashicorp/example.git" }
Last updated 2 years ago