Skip to content

passmarked/vnu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

W3C Validator Docker Image

Passmarked makes use of the vnu validator from w3c. To handle our processing a small docker image using Alpine OS was made to have a quick and scalable service running that our tests can hit.

W3C hosts a public version for anyone interested over at validator.w3.org. We also host our hosted version open to the public at vnu.passmarked.com, please consider other users when using.

Building

To build the image, clone the repo to your local machine or server.

Then run:

docker build --tag=w3c/vnu .

Replace w3c/vnu as you see fit.

What is .gitlab-ci.yml .. ?

Feel free to ignore, our build systems run on Gitlab and this is how we test/deploy. Feel free to browse around use for your own deployments ;)

Running

To run your new image use the image:

docker run w3c/vnu

This will run the image in the foreground to preview that the service is actuall running, if all went well you'll see the validator startup with the following output:

...
lots of logging text here
...
 ServerConnector@1ca42910{HTTP/1.1}{0.0.0.0:8080}
2016-05-09 19:53:29.410:INFO:oejs.Server:main: Started @6374ms

Contributions

License

Copyright 2015 Passmarked Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

About

Service running a static build of w3c that we keep updated and tested against our code base

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published