Skip to content

Commit

Permalink
app-emulation/docker-compose: Bump v.1.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 14, 2023
1 parent e0cfe82 commit 5243b52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ env:
- FEATURES="-sandbox -usersandbox -ipc-sandbox -pid-sandbox -network-sandbox"
prelude:
- |
eval 'mkdir -p /var/cache/portage/distfiles || true' && \
chown portage:portage -R /var/cache/portage/ && \
{{- if .Values.use_flags }}
USE="{{ join " " .Values.use_flags }}" emerge {{ ( index .Values.labels "emerge.packages" ) }} -pv -t
{{- else }}
Expand All @@ -19,14 +21,16 @@ prelude:
emerge -j ${JOBS} --nodeps {{ ( index .Values.labels "emerge.packages" ) }}
{{- end }}
- eval 'rm -rf /pkgdir/ || true' && mkdir -p /pkgdir/{{ .Values.name }} && luet-portage
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages"
) }}
--dir /pkgdir/{{ .Values.name }} {{ ( index .Values.labels "emerge.packages" ) }}
- rm -v /var/cache/distfiles/* ${LUET_PORTAGE_CACHE_PACKAGES}/* || true
package_dir: /pkgdir/{{ .Values.name }}
excludes:
- ^/var/cache/portage/
- ^/var/git/
requires:
- name: distro
version: '>=0'
category: dev-python
- name: websocket-client
version: '>=0'
category: dev-python
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: docker-compose
version: 1.29.2
category: app-emulation
use_flags:
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- -test
Expand All @@ -10,7 +11,7 @@ requires:
- name: PySocks
version: '>=0'
category: dev-python
- name: cached-property
- name: distro
version: '>=0'
category: dev-python
- name: docker-py
Expand All @@ -31,6 +32,9 @@ requires:
- name: paramiko
version: '>=0'
category: dev-python
- name: python-dotenv
version: '>=0'
category: dev-python
- name: pyyaml
version: '>=0'
category: dev-python
Expand Down

0 comments on commit 5243b52

Please sign in to comment.