Кастомный s2i в OpenShift как поток изображений — ошибка прав доступа

Я использую пользовательский проект Source-to-image для сборки изображений drupal для запуска в OpenShift.

Проект s2i хорошо работает при локальном запуске из кли.

Я попытался настроить это в OpenShift, используя инструкции от https://docs.openshift.com/container-platform/3.4/dev_guide/managing_images.html#writing-image-streams-for-s2i-builders.

Проект S2i

Проект Drupal s2i находится по адресу https://github.com/hughestech/s2i-shepherd-drupal

ImageStream

Мой файл ямса выглядит так:

apiVersion: v1
kind: ImageStream
metadata:
name: drupal
annotations:
openshift.io/display-name: Drupal
spec:
tags:
- name: '2.0'
annotations:
openshift.io/display-name: Drupal Builder
description: >-
Build and run Drupal applications on CentOS 7.
iconClass: icon-php
sampleRepo: 'https://github.com/hughestech/open_social.git'
tags: 'builder,php, drupal'
version: '1.0'
from:
kind: DockerImage
name: '172.30.1.121:5000/test/s2i-shepherd-drupal:latest'

Однако, когда я запускаю это (через веб-консоль OpenShift> Каталог> PHP, я получаю следующие ошибки:

cp: cannot create regular file '././phpunit.xml.dist': Permission denied
cp: cannot create regular file '././social.info.yml': Permission denied
cp: cannot create regular file '././social.install': Permission denied
cp: cannot create regular file '././social.profile': Permission denied
cp: cannot create regular file '././.gitignore': Permission denied
cp: cannot create regular file '././.travis.yml': Permission denied
cp: cannot create regular file '././README.md': Permission denied
cp: cannot create regular file '././build-social.make': Permission denied
cp: cannot create regular file '././composer.json': Permission denied
cp: cannot create regular file '././drupal-org-core.make': Permission denied
cp: cannot create regular file '././drupal-org.make': Permission denied
cp: cannot create directory '././.git': Permission denied
cp: cannot create directory '././config': Permission denied
cp: cannot create directory '././libraries': Permission denied
cp: cannot create directory '././modules': Permission denied
cp: cannot create directory '././themes': Permission denied
cp: cannot create directory '././src': Permission denied
cp: cannot create directory '././tests': Permission denied

Ясно, что мне нужно дать разрешения — но как и где? Это то, что мне нужно сделать в OpenShift? Существует ли каталог, в который загружается источник, даже в проекте s2i, или он создается, когда процесс s2i выполняется в OpenShift?

Ошибка сборки модуля

/apache2-foreground: 11: [: /var/www/html: unexpected operator
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.128.1.64. Set the 'ServerName' directive globally to suppress this message
[Tue Sep 12 13:07:05.474838 2017] [core:emerg] [pid 1] (13)Permission denied: AH00023: Couldn't create the rewrite-map mutex (file /var/lock/apache2/rewrite-map.1)
AH00016: Configuration Failed

0

Решение

Задача ещё не решена.

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]