-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update repo with rucio noise cronjobs, the correct manifests and the …
…list of working rses
- Loading branch information
1 parent
c2bf0c2
commit d08de5a
Showing
3 changed files
with
172 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
name: Docker auto build - VRE DEV | ||
# name: Docker auto build - VRE DEV | ||
|
||
on: | ||
push: | ||
path: | ||
containers/** | ||
# on: | ||
# push: | ||
# path: | ||
# containers/** | ||
|
||
env: | ||
REGISTRY: ghcr.io | ||
# env: | ||
# REGISTRY: ghcr.io | ||
|
||
jobs: | ||
build-and-push: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
context: [ | ||
'rucio-client-testing', | ||
] | ||
fail-fast: false | ||
# jobs: | ||
# build-and-push: | ||
# runs-on: ubuntu-latest | ||
# strategy: | ||
# matrix: | ||
# context: [ | ||
# 'rucio-client-testing', | ||
# ] | ||
# fail-fast: false | ||
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v3 | ||
# steps: | ||
# - name: Checkout repository | ||
# uses: actions/checkout@v3 | ||
|
||
- name: Log in to the GH Container Registry - ${{ env.REGISTRY }} | ||
id: login | ||
uses: docker/[email protected] | ||
with: | ||
registry: ${{ env.REGISTRY }} | ||
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
# - name: Log in to the GH Container Registry - ${{ env.REGISTRY }} | ||
# id: login | ||
# uses: docker/[email protected] | ||
# with: | ||
# registry: ${{ env.REGISTRY }} | ||
# username: ${{ github.actor }} | ||
# password: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Extract metadata for ${{ matrix.context }} | ||
id: meta | ||
uses: docker/[email protected] | ||
with: | ||
flavor: | | ||
latest=true | ||
tags: | | ||
type=sha | ||
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.context }} | ||
# - name: Extract metadata for ${{ matrix.context }} | ||
# id: meta | ||
# uses: docker/[email protected] | ||
# with: | ||
# flavor: | | ||
# latest=true | ||
# tags: | | ||
# type=sha | ||
# images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ matrix.context }} | ||
|
||
- name: Build and push ${{ matrix.context }} | ||
id: build-and-push | ||
uses: docker/[email protected] | ||
with: | ||
context: ./containers/${{ matrix.context }} | ||
file: containers/${{ matrix.context }}/Dockerfile | ||
push: true | ||
tags: ${{ steps.meta.outputs.tags }} | ||
labels: ${{ steps.meta.outputs.labels }} | ||
build-args: | | ||
TAG=32.0.0 | ||
# - name: Build and push ${{ matrix.context }} | ||
# id: build-and-push | ||
# uses: docker/[email protected] | ||
# with: | ||
# context: ./containers/${{ matrix.context }} | ||
# file: containers/${{ matrix.context }}/Dockerfile | ||
# push: true | ||
# tags: ${{ steps.meta.outputs.tags }} | ||
# labels: ${{ steps.meta.outputs.labels }} | ||
# build-args: | | ||
# TAG=32.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DEV-CERN-EOS | ||
DEV-CESNET-S3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters