Skip to content

Commit b4b096a

Browse files
committed
fix(mc, deis-builder-rc.yaml): update mc binary, add environment variable needed by the minio client
the new binary is a new alpine build that looks for the env var
1 parent 5882d31 commit b4b096a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

manifests/deis-builder-rc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ spec:
2323
env:
2424
- name: "EXTERNAL_PORT"
2525
value: "2223"
26+
# This var needs to be passed so that the minio client (https://github.com/minio/mc) will work in Alpine linux
27+
- name: "DOCKERIMAGE"
28+
value: "1"
2629
volumeMounts:
2730
- name: minio-user
2831
mountPath: /var/run/secrets/object/store

rootfs/bin/mc

-388 KB
Binary file not shown.

0 commit comments

Comments
 (0)