We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
open /tmp: operation not supported
1 parent 8186158 commit 28b25beCopy full SHA for 28b25be
docker-compose.yaml
@@ -33,6 +33,8 @@ x-anchors:
33
- /etc/clair/${CLAIR_CONFIG:-config.yaml}
34
restart: unless-stopped
35
working_dir: /src/cmd/clair
36
+ tmpfs:
37
+ - /tmp:exec,mode=1777
38
39
services:
40
indexer:
@@ -145,6 +147,7 @@ services:
145
147
container_name: clair-notifier
146
148
profiles:
149
- notifier
150
+ - quay
151
environment:
152
CLAIR_MODE: "notifier"
153
NOTIFIER_TEST_MODE: "true"
@@ -197,13 +200,6 @@ services:
197
200
198
201
- quay
199
202
image: *redis-image
- quay-notifier:
- <<: *notifier
- container_name: clair-notifier-quay
203
- profiles:
204
- - quay
205
- environment:
206
- CLAIR_MODE: "notifier"
207
skopeo:
208
container_name: quay-skopeo
209
0 commit comments