Skip to content
forked from dorklyorg/dorkly

Contains source code for GitHub Action and docker bits for backend service

License

Notifications You must be signed in to change notification settings

zachaller/dorkly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go workflow

Dorkly Flags Backend Bits

More info on the Dorkly project

This repo contains the backend bits for the Dorkly Flags project:

  1. Go code that runs in GitHub Actions converting human-friendly yaml files to a format that can be consumed by the ld-relay appliance.
  2. Dockerfile + friends to build the image used in the deployed backend service.

Docker

The Dockerfile is used to build the image used in the deployed backend service. It is built on top of the ld-relay image. To build and publish it: (requires docker login with permissions to push to drichelson)

export TAG=0.0.6 && docker build --platform=linux/amd64 -t drichelson/dorkly:$TAG ./docker/ && docker push drichelson/dorkly:$TAG

About

Contains source code for GitHub Action and docker bits for backend service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.9%
  • Shell 1.3%
  • Dockerfile 0.8%