defo89 / container-linux-userdata-validator

validation tools for userdata for Flatcar Container Linux

Home Page:https://github.com/kinvolk/flatcar/issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

validation tools for userdata for Flatcar Container Linux

https://github.com/kinvolk/flatcar/issues

License:Apache License 2.0


Languages

Language:Go 91.9%Language:Dockerfile 6.0%Language:Makefile 2.0%