Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjward committed Dec 17, 2024
1 parent a5f5a83 commit 0fd5e45
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
fail-fast: false
matrix:
os:
# - [self-hosted, Linux]
- [self-hosted, Linux]
- [self-hosted, macOS]
runs-on: ${{ matrix.os }}
steps:
- name: Add homebrew to PATH
# should be conditional on macos!
if: ${{ contains(matrix.os, 'macOS') }}
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
run: echo "/opt/homebrew/bin" >> "$GITHUB_PATH"
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.complex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DockerFile for Firedrake in complex mode with a full set of capabilities.

FROM firedrakeproject/firedrake-env:latest
FROM firedrakeproject/firedrake-env:testing

USER firedrake
WORKDIR /home/firedrake
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.docdeps
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DockerFile for Firedrake with a full set of capabilities and applications installed.

FROM firedrakeproject/firedrake-vanilla:latest
FROM firedrakeproject/firedrake-vanilla:testing

USER root
WORKDIR /home/firedrake
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.firedrake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DockerFile for Firedrake with a full set of capabilities and applications installed.

FROM firedrakeproject/firedrake-vanilla:latest
FROM firedrakeproject/firedrake-vanilla:testing

USER firedrake
WORKDIR /home/firedrake
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.jupyter
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DockerFile for a firedrake + jupyter container

FROM firedrakeproject/firedrake:latest
FROM firedrakeproject/firedrake:testing

USER firedrake
WORKDIR /home/firedrake
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.vanilla
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DockerFile for a plain Firedrake suitable for testing Firedrake components and applications

FROM firedrakeproject/firedrake-env:latest
FROM firedrakeproject/firedrake-env:testing

USER firedrake
WORKDIR /home/firedrake
Expand Down

0 comments on commit 0fd5e45

Please sign in to comment.