Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update eos-base image #1014

Merged
merged 2 commits into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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