Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Harbor *photon Rock images #4

Closed
wants to merge 4 commits into from

Conversation

petrutlucian94
Copy link
Contributor

@petrutlucian94 petrutlucian94 commented Jul 10, 2024

The Harbor project has some Photon-OS based images:

  • docker.io/goharbor/nginx-photon:v2.10.2
  • docker.io/goharbor/registry-photon:v2.10.2
  • docker.io/goharbor/trivy-adapter-photon:v2.10.2
  • docker.io/goharbor/redis-photon:v2.10.2
  • docker.io/goharbor/harbor-portal:v2.10.2

We're defining Rock drop-in replacements, which obviously will not be Photon based.

Note that the reference images have an install_cert.sh script that is a no-op on non-Photon images. We're keeping it for now, mostly for consistency.

@petrutlucian94 petrutlucian94 requested a review from a team as a code owner July 10, 2024 13:11
Copy link

github-actions bot commented Jul 10, 2024

Everyone contributing to this PR have now signed the CLA. Thanks!

registry-photon/v2.10.2/entrypoint.sh Outdated Show resolved Hide resolved
nginx-photon/v2.10.2/rockcraft.yaml Outdated Show resolved Hide resolved
useradd -R $CRAFT_OVERLAY \
--no-log-init -r -m -g 10000 -u 10000 harbor

registry:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, the registryctl image embeds the registry binary too for some reason so I'm just gonna blindly copy this part from you 👼

@petrutlucian94 petrutlucian94 force-pushed the photon branch 4 times, most recently from 4e592d0 to 42ce17a Compare July 12, 2024 07:12
The Harbor project has some Photon-OS based images:

* docker.io/goharbor/nginx-photon:v2.10.2
* docker.io/goharbor/registry-photon:v2.10.2
* docker.io/goharbor/trivy-adapter-photon:v2.10.2
* docker.io/goharbor/redis-photon:v2.10.2
* docker.io/goharbor/harbor-portal:v2.10.2

We're defining Rock drop-in replacements, which obviously will
not be Photon based.

Note that the reference images have an install_cert.sh script that
is a no-op on non-Photon images. We're keeping it for now, mostly
for consistency.
Rockcraft does not allow two parts to stage the same files with
different content.

In our case, the nginx package includes a sample at
/usr/share/nginx/html that has to be removed.
We'll skip adding the node_modules dir to $PATH. At the same time,
we'll no longer install ng-swagger-gen explicitly, expecting it
to be retrieved as part of the build process.
On Ubuntu 22.04 with snap installed nodejs, one of the portal
dependencies fails to install:

cypress-io/cypress-documentation#5868

We'll apply the recommended workaround.
@aznashwan
Copy link
Contributor

@petrutlucian94 please feel free to close this since it was superseded by #12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants