feat(common): bump and patch docker-compose disable
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources: null
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 9.0.1
|
version: 9.1.0
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ TODO: delete docker compose deletion once iX has disabled it
|
|||||||
command:
|
command:
|
||||||
- "/bin/sh"
|
- "/bin/sh"
|
||||||
- "-c"
|
- "-c"
|
||||||
- ( sysctl -w fs.inotify.max_user_watches=524288 || echo "error setting inotify") && ( sysctl -w fs.inotify.max_user_instances=512 || echo "error setting inotify") && ( chmod -x /host/usr/bin/docker-compose || echo "error locking docker-compose") && ( chmod -x /host/usr/bin/docker-compose || echo "error locking docker-compose")
|
- ( sysctl -w fs.inotify.max_user_watches=524288 || echo "error setting inotify") && ( sysctl -w fs.inotify.max_user_instances=512 || echo "error setting inotify") && ( chmod -x /host/usr/bin/docker-compose || echo "error locking docker-compose") && ( chmod -x /host/bin/docker-compose || echo "error locking docker-compose")
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /host/usr/bin
|
- mountPath: /host/usr/bin
|
||||||
name: host-usr-bin
|
name: host-usr-bin
|
||||||
|
|||||||
Reference in New Issue
Block a user