Toby Jackson
Toby Jackson
I'm not a big fan of simply throwing more options at users; it seems that something being marked as 'dont handle' is a big clue that people specifically don't want...
How about this as a middle ground: Go with @palourde 's solution, but also allow the 'default' configuration at page load configurable from the uchiwa server side - ie I...
So.... whats the plan?
Any progress on this? It'd be really useful to be able to manage the metadata on datasources. We're looking to have a mechanism to update datasets and use the metadata...
@chrismetcalf - So will this 2.0 replacement include this feature?
How are you finding the guest_tool.iso; can you show me a working version to built and boot a VM?
I had issues with Helm 3.8 on Harbor 2.2 and while i was able to use `helm package ... helm push` pulling those pacakges back was a problem till i...
I found some documentation about the [annotations](https://goharbor.io/docs/2.1.0/working-with-projects/working-with-images/repositories/) ui within the system, and that it uses the `org.opencontainers` paths so updated my configuration as follows; ```yaml --label org.opencontainers.image.url="${CI_PROJECT_URL}" --label org.opencontainers.image.revision="${CI_COMMIT_SHA}" --label...
So using `docker inspect` on the kaniko built container; ``` [ { "Config": { ... "Labels": { "com.custom.owner": "toby.jackson@REDACT", "com.custom.project-namespace": "tjackson02", "org.opencontainers.image.created": "2020-11-12T14:54:17Z", "org.opencontainers.image.ref.title": "tjackson02-knockknock", "org.opencontainers.image.revision": "84d4d2bb30d797d2a52ee32fc357d837a70ce29d", "org.opencontainers.image.url": "https://REDACT/tjackson02/knockknock", "org.opencontainers.image.vendor":...
Looks like it copes now. 👍 ```❯ sw_vers ProductName: macOS ProductVersion: 12.2 BuildVersion: 21D49 ❯ date Wed 8 Mar 2023 09:30:57 GMT ❯ gem install pdk Ignoring ffi-1.15.5 because its...