Skip to content

trexx/docker-homer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

325 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-homer

Serving bastienwirtz/homer in a scratch image. Intended to be ran in a Kubernetes environment.
Some resources pre-gzipped. Image Size ~1.07MB. Memory usage: ~304KB.

The artifact generated by this repo assumes the container image is mounted as an image-volume to a pod running a http webserver. For example:

spec:
  containers:
    - name: homer
      image: ghcr.io/trexx/docker-busybox-httpd:1.37.1-1
      volumeMounts:
        - mountPath: /etc/homer/
          name: config
        - name: www
          mountPath: /www
      ports:
      - name: http
        containerPort: 8080
  volumes:
    - name: config
      configMap:
        name: config
    - name: www
      image:
        reference: ghcr.io/trexx/docker-homer:v25.11.1-2

About

A simple container image for Homer

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors