Skip to content

Commit bc2ff64

Browse files
committed
chore: debug
Signed-off-by: Evgeniy Frolov <[email protected]>
1 parent c1f2956 commit bc2ff64

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

bin/configurator/static/_includes/ru/configurator/partials/ci/buildah_install.md.liquid

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
### Настройка окружения для сборки с Buildah
2-
2+
{% if include.type %}
3+
Type: {{ include.type }}
4+
{% else %}
5+
Type is not set
6+
{% endif %}
37
{% offtopic title="Ручная установка" %}
4-
8+
{% if include.type %}
9+
Type: {{ include.type }}
10+
{% else %}
11+
Type is not set
12+
{% endif %}
513
* Установите пакет Buildah, следуя [официальным инструкциям](https://github.com/containers/buildah/blob/main/install.md), но не производите его дальнейшую настройку. Если для вашего дистрибутива нет готовых пакетов Buildah, используйте следующие инструкции:
614

715
- Установите пакеты, предоставляющие программы `newuidmap` и `newgidmap`.

0 commit comments

Comments
 (0)