------------------------------------------------------------------- Mon Sep 21 15:38:53 CEST 2020 - Jiri Suchomel - change the image prefix from 'registry' to 'harbor' ------------------------------------------------------------------- Thu Aug 13 17:48:27 CEST 2020 - jsuchome@suse.com - Converted to Dockerfile ------------------------------------------------------------------- Mon Aug 3 20:36:42 UTC 2020 - Stefan Nica - Move all package dependencies to harbor package - Fixed incorrect image URL (https://www.suse.com/products/registry/) - Use explicit UID/GID values for harbor user/group and registry user/group that don't conflict with each other ------------------------------------------------------------------- Fri Jul 31 15:16:00 CEST 2020 - jsuchome@suse.com - Start the versioning of image revision number with 1 ------------------------------------------------------------------- Thu Jul 16 09:49:23 UTC 2020 - Stefan Nica - Fix the `registry` subprocess permission issues (CAPS-72) by adding the harbor user to the registry group and thus giving the registry subprocess write access to the /var/lib/docker-registry storage (https://jira.suse.com/browse/CAPS-72). ------------------------------------------------------------------- Thu Jul 16 08:55:46 UTC 2020 - Stefan Nica - Add the registry_DO_NOT_USE_GC symlink needed by the harbor registryctl component (see https://github.com/goharbor/harbor/issues/11606). ------------------------------------------------------------------- Wed Jul 8 07:40:54 UTC 2020 - Stefan Nica - Run harbor-registryctl as harbor/harbor non-privileged user/group - Removed unneeded volume ------------------------------------------------------------------- Thu Jul 2 10:49:05 CEST 2020 - jsuchome@suse.com - Package entrypoint script into entrypoint.tar.gz - remove default argument name: use the path directly in the entrypoint script just like the upstream does it, so it works correctly with a helm chart ------------------------------------------------------------------- Thu Jul 2 09:38:56 CEST 2020 - jsuchome@suse.com - fixed subcommand syntax to pass the default argument to entrypoint ------------------------------------------------------------------- Tue Jun 30 15:26:43 CEST 2020 - jsuchome@suse.com - Initial revision