Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

validation tools for userdata for Flatcar Container Linux

License

Notifications You must be signed in to change notification settings

kinvolk/container-linux-userdata-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatcar Container Linux Userdata Validator

Go

This is the code that powered the public service at https://coreos.com/validate/.

Building

The included multi-stage Dockerfile can be used to build working images. Just run the following:

docker build .

Updating dependencies

The following commands can be used to update the dependencies of this project:

go get -u ./...
go mod tidy

Contributor Code of Conduct

In the interest of promoting a fair, diverse, and open community, Kinvolk uses its Code of Conduct for all its projects and events.

Please read and uphold this code-of-conduct while participating in Kinvolk projects and events.