Todd Whiteman
Todd Whiteman
This looks good (I started looking into this myself, then found this work). I'd like to be able to start using this in Triton, for `imgadm import` image layer importing...
It looks like the Trivy server supports this, as the trivy CLI shows: ``` $ /usr/local/bin/trivy --help Cache Flags --cache-backend string cache backend (e.g. redis://localhost:6379) (default "fs") --cache-ttl duration cache...
Just to further explain the crux of this issue. Harbor is using the docker distribution for it's (harbor-registry) registry component. The harbor GC will call into the docker registry to...
I think the image (imgadm import) seems to have downloaded correctly - at a guess it could be the network settings (as I think the plex server will download bits...
Your right, a recent change (i.e. newer SmartOS platform) must have broken this. It ran fine on the 201706 platform that I used for testing - but latest (20180323T002504Z) doesn't...
@jjelinek I did some investigation (platform bisecting) - it seems commit b036e0fd (https://smartos.org/bugview/OS-6467) to be the root cause of this issue. I tested a platform build without that change: ```...
Curious on why you want to keep the _deletion_protection_ flag out of the Triton Terraform provider - as it defaults to false and is optional most people won't notice/care this...
I'm not sure if this was clear, but just in case, the deletion protection is a flag (an attribute) that is saved on the instance (stored inside the Triton datacenter)...
I think a proper fix for this should incorporate #123 and use a **network_object** (or as some other providers do a **network_interface**) block inside the machine config (and bring in...
For the nic ordering, I believe nics will be created in the order they are defined in the terraform config. You can specify the network (or fabric network) uuid using...