Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atkinson Next OCI image

This repo produces a container image that contains the Atkinson Hyperlegible Next font

It is intended to be COPYed into a derived bootc container image, like so:

FROM ghcr.io/perchnet/atkinson-next-oci:latest AS font
FROM ghcr.io/zirconium-dev/zirconium:latest

COPY --from=font / /
RUN ["fc-cache", "-rsfv"]

Or you can use bluebuild:

name: image
base-image: ghcr.io/zirconium-dev/zirconium
image-version: latest
modules:
  - type: copy
    from: ghcr.io/perchnet/atkinson-next-oci:latest
    src: /
    dest: /
  - type: script
    snippets:
      - "fc-cache -rsfv"

About

Atkinson Hyperlegible Next fonts, built as an OCI image for `COPY`ing into another OCI image

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages