ChristianCiach

Results 129 comments of ChristianCiach

Can this be reviewed, please? The **only** reason this currently does not work is because Harbor currently does a hardcoded check for the docker-version `17.06.0`. This version of Docker is...

I think the issue with the syslog logging driver is slightly related to the issue https://github.com/goharbor/harbor/issues/16594 . If Harbor would just log to stdout/stderr like a proper container should, this...

Same use-case here: Different hostnames for internal and external access. Why does harbor insist on using the configured hostname? Can't harbor just use the hostname of the current http request...

We've just successfully migrated from Harbor 2.1 to 2.2.1, mainly because we were hopeful to now see the image labels on the UI, based on https://github.com/goharbor/harbor/pull/13014. Unfortunately, hopes were shattered....

I've just learned that "Annotations" and "Labels" are not the same thing. "Labels" are not shown on the "Overview"-table, but "Annotations" are. Unfortunately, it doesn't seem to be possible to...

@rafis Maybe this is similar to https://github.com/containers/skopeo/issues/1516. We are "pushing" images to Harbor, which Harbor still registers as a "pull", because Skopeo pulls the manifest to skip layers that already...

Thanks for your response! For the reasons you stated I am considering if maybe maintaining the plugin by myself as a standalone project may the the better alternative. I am...

I am just noticing that you currently don't push any artifacts to the github release page of this project.

I've forked this project to integrate the `eclipse-plugin` directory as a Gradle subproject. See my commits here: https://github.com/ChristianCiach/palantir-java-format/commits/eclipse-plugin I could create a PR for this project, but for the reasons...

@bwgjoseph It should work exactly like that. I assume you are using at least Eclipse 2022-03 or newer? It worked for me and many of my coworkers were able to...