dockyard
dockyard copied to clipboard
Container & Artifact Repository
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 to 1.14.3. Release notes Sourced from nokogiri's releases. 1.14.3 / 2023-04-11 Security [CRuby] Vendored libxml2 is updated to address CVE-2023-29469, CVE-2023-28484, and one other security-related issue....
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @wjordan!...
Looks like development here has stalled. See https://github.com/Huawei/containerops/tree/master/dockyard for latest code.
First, thanks for the work. I've installed dockyard with `go get`, then launched it from a random directory since the `dockyard` command was in my $PATH. I had trouble then...
Hello, The web server is panicing on every request because of the DB variable being nil. I've added a call to models.OpenDatabase() in SetDockyardMacaron function to prevent that as a...
I'm interested in using Dockyard, but I'm having difficulty creating the database. How do I create the migrations? My Runtinme configuration about database is: > [database] > driver = mysql...
I'm super interested in using Dockyard, as I'm interested in something that makes Clair easy to use. However, I'm having difficulty understanding how I get the app running. How do...
# Snapshot : scan backend updateservice/snapshot is an interface, developers could add different plugins to do their scan work. Now I just adding a simple 'appv1' plugin which get the...
No luck with build. Getting rados error: make go build -tags "" -o dockyard . # github.com/ceph/go-ceph/rados Godeps/_workspace/src/github.com/ceph/go-ceph/rados/conn.go:5:11: fatal error: 'rados/librados.h' file not found #include ^ 1 error generated. make:...