Skip to content

Commit

Permalink
Merge pull request #1014 from owncloud/update-eos-base
Browse files Browse the repository at this point in the history
update eos-base image
  • Loading branch information
jnweiger authored Dec 3, 2020
2 parents e0e4585 + 30cb165 commit a2cba46
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions ocis/docker-compose-eos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:

mgm-master:
container_name: mgm-master
image: owncloud/eos-mgm:4.6.5
image: owncloud/eos-mgm:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -81,7 +81,7 @@ services:

mq-master:
container_name: mq-master
image: owncloud/eos-mq:4.6.5
image: owncloud/eos-mq:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -99,7 +99,7 @@ services:

fst:
container_name: fst
image: owncloud/eos-fst:4.6.5
image: owncloud/eos-fst:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -116,7 +116,7 @@ services:

quark-1:
container_name: quark-1
image: owncloud/eos-qdb:4.6.5
image: owncloud/eos-qdb:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -136,7 +136,7 @@ services:

quark-2:
container_name: quark-2
image: owncloud/eos-qdb:4.6.5
image: owncloud/eos-qdb:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -156,7 +156,7 @@ services:

quark-3:
container_name: quark-3
image: owncloud/eos-qdb:4.6.5
image: owncloud/eos-qdb:4.8.26
tty: true
privileged: true
stdin_open: true
Expand Down
12 changes: 6 additions & 6 deletions ocis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:

mgm-master:
container_name: mgm-master
image: owncloud/eos-mgm:4.6.5
image: owncloud/eos-mgm:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -79,7 +79,7 @@ services:

mq-master:
container_name: mq-master
image: owncloud/eos-mq:4.6.5
image: owncloud/eos-mq:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -97,7 +97,7 @@ services:

fst:
container_name: fst
image: owncloud/eos-fst:4.6.5
image: owncloud/eos-fst:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -114,7 +114,7 @@ services:

quark-1:
container_name: quark-1
image: owncloud/eos-qdb:4.6.5
image: owncloud/eos-qdb:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -134,7 +134,7 @@ services:

quark-2:
container_name: quark-2
image: owncloud/eos-qdb:4.6.5
image: owncloud/eos-qdb:4.8.26
tty: true
privileged: true
stdin_open: true
Expand All @@ -154,7 +154,7 @@ services:

quark-3:
container_name: quark-3
image: owncloud/eos-qdb:4.6.5
image: owncloud/eos-qdb:4.8.26
tty: true
privileged: true
stdin_open: true
Expand Down
2 changes: 1 addition & 1 deletion ocis/docker/eos-ocis-dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM owncloud/eos-base:4.6.5
FROM owncloud/eos-base:4.8.26

ENV CGO_ENABLED=1
ENV GOOS=linux
Expand Down
2 changes: 1 addition & 1 deletion ocis/docker/eos-ocis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ COPY user.go /build/user.go
RUN cd /build && go build -o user user.go


FROM owncloud/eos-base:4.6.5
FROM owncloud/eos-base:4.8.26
RUN mkdir -p /usr/local/bin
COPY --from=build ocis/bin/ocis /usr/local/bin/
RUN chmod +x /usr/local/bin/ocis
Expand Down

0 comments on commit a2cba46

Please sign in to comment.