Skip to content

Commit

Permalink
Add publish step for cs3org/revad-eos and revert to plugins/docker
Browse files Browse the repository at this point in the history
... for privileged execution.

- Add changelog entry.
  • Loading branch information
SamuAlfageme committed Jan 5, 2021
1 parent 8ce18a8 commit b3ccb9b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ steps:

- name: publish-docker-reva-latest
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/reva
tags: latest
Expand All @@ -77,7 +77,7 @@ steps:

- name: publish-docker-revad-latest
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/revad
tags: latest
Expand All @@ -87,6 +87,18 @@ steps:
password:
from_secret: dockerhub_password

- name: publish-docker-revad-eos-latest
pull: always
image: plugins/docker
settings:
repo: cs3org/revad-eos
tags: latest
dockerfile: Dockerfile.revad-eos
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password

---
kind: pipeline
type: docker
Expand Down Expand Up @@ -202,7 +214,7 @@ steps:

- name: docker-reva-tag
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/reva
tags: ${DRONE_TAG}
Expand All @@ -214,7 +226,7 @@ steps:

- name: docker-revad-tag
pull: always
image: registry.cern.ch/docker.io/plugins/docker
image: plugins/docker
settings:
repo: cs3org/revad
tags: ${DRONE_TAG}
Expand All @@ -224,6 +236,18 @@ steps:
password:
from_secret: dockerhub_password

- name: docker-revad-eos-tag
pull: always
image: plugins/docker
settings:
repo: cs3org/revad-eos
tags: ${DRONE_TAG}
dockerfile: Dockerfile.revad-eos
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password

---
kind: pipeline
type: docker
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/revad-eos-docker-image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Docker image for cs3org/revad-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

0 comments on commit b3ccb9b

Please sign in to comment.