Repository for building container images that are hosted on Docker Hub.
This repository contains Dockerfiles and supporting scripts for building and maintaining infrastructure-related container images. These images are published to Docker Hub for use in the terrum test environment.
terrum/Dockerfile: Dockerfile for the baseterrumimage.
terrum-alpine/Dockerfile: Dockerfile for the Alpine-basedterrumimage.entrypoint.sh: Entrypoint script for the container.loki-config.yaml: Loki configuration file.prometheus.yml: Prometheus configuration file.random_log_generator.sh: Script to generate random logs for testing.
To pull the Docker images from Docker Hub, use the following commands:
docker pull JHumphreys89/terrum:latest
docker pull JHumphreys89/terrum-alpine:latestSee CONTRIBUTING.md for guidelines.
See SECURITY.md for security policies.
This project is licensed under the terms of the LICENSE.