Skip to content

Commit

Permalink
Initial stub for SL7 development image
Browse files Browse the repository at this point in the history
  • Loading branch information
mambelli committed Feb 29, 2024
1 parent 78916ab commit 7ea1a16
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workers_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ jobs:
file: worker/fnal-wn-sl7/Dockerfile
tags: fermilab/fnal-wn-sl7:${{env.DH_LABEL}}

- name: Build and push SL7 dev
id: docker_build_el7_dev
uses: docker/build-push-action@v5
with:
push: true
context: worker
file: worker/fnal-dev-sl7/Dockerfile
tags: fermilab/fnal-dev-sl7:${{env.DH_LABEL}}

- name: Build and push EL8
id: docker_build_el8
uses: docker/build-push-action@v5
Expand Down
10 changes: 10 additions & 0 deletions worker/fnal-dev-sl7/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2020 Fermi Research Alliance, LLC
# SPDX-License-Identifier: Apache-2.0

# Selecting SL7 as the base OS
FROM fermilab/fnal-wn-sl7:latest
MAINTAINER WMS Team "[email protected]"

# Default entry point
CMD ["/bin/bash"]

7 changes: 7 additions & 0 deletions worker/fnal-dev-sl7/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!--
SPDX-FileCopyrightText: 2020 Fermi Research Alliance, LLC
SPDX-License-Identifier: Apache-2.0
-->

Image of Fermilab SL7 development node.
Starting for the Fermi grid worker node image, development packages neede by the experiments are added.

0 comments on commit 7ea1a16

Please sign in to comment.