Andrea Veri commented on a discussion: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/723#note_1303953 Exactly, you could theoretically have a BuildConfig that has a Dockerfile having a FROM field pointing to GitLab's internal registry instead of default docker.io. As an example: ```FROM registry.gitlab.gnome.org/namespace/imagename:tag``` You will also need a build pull secret in order to successfully fetch the image, documentation is available at https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html/developer_guide/builds. Please keep in mind that any image based on top of the aforementioned distributions will fail to run on the cluster (due to the clone3 syscall invoked whenever a child process is created). -- Reply to this email directly or view it on GitLab: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/723#note_1303953 You're receiving this email because of your account on gitlab.gnome.org.
_______________________________________________ gnome-infrastructure mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-infrastructure
