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

Move cs3org/revad-eos repo to a cs3org/revad tag #1389

Merged
merged 1 commit into from
Jan 7, 2021
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
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ steps:
pull: always
image: plugins/docker
settings:
repo: cs3org/revad-eos
tags: latest
repo: cs3org/revad
tags: latest-eos
dockerfile: Dockerfile.revad-eos
username:
from_secret: dockerhub_username
Expand Down Expand Up @@ -255,8 +255,8 @@ steps:
pull: always
image: plugins/docker
settings:
repo: cs3org/revad-eos
tags: ${DRONE_TAG}
repo: cs3org/revad
tags: ${DRONE_TAG}-eos
dockerfile: Dockerfile.revad-eos
username:
from_secret: dockerhub_username
Expand Down
3 changes: 2 additions & 1 deletion changelog/unreleased/revad-eos-docker-image.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Enhancement: Docker image for cs3org/revad-eos
Enhancement: Docker image for cs3org/revad:VERSION-eos

Based on eos:c8_4.8.15 (Centos8, version 4.8.15). To be used when the
Reva daemon needs IPC with xrootd/eos via stdin/out.

https://github.com/cs3org/reva/pull/1386
https://github.com/cs3org/reva/pull/1389