- 
                Notifications
    
You must be signed in to change notification settings  - Fork 174
 
More flexible Dockerfile, and restore pushing docker containers for master #4400
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
          
     Closed
      
      
    
  
     Closed
                    Changes from all commits
      Commits
    
    
            Show all changes
          
          
            37 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      83d024a
              
                allow passing a particular Firedrake branch to the Dockerfile
              
              
                JHopeCollins fb0d64d
              
                Merge branch 'master' into JHopeCollins/more-flexible-docker
              
              
                JHopeCollins c366f10
              
                WIP: dockerfile uses BRANCH and RELEASE args to decide build
              
              
                JHopeCollins d992d99
              
                Dockerfile.vanilla with TARGET=<release,tag,master>
              
              
                JHopeCollins baeed62
              
                remove commented lines
              
              
                JHopeCollins 75e6334
              
                do not delete slepc directory before installing slepc4py
              
              
                JHopeCollins c31d94c
              
                update dockerfile help comments
              
              
                JHopeCollins 00a13e4
              
                dockerfile: use either make check or firedrake-check
              
              
                JHopeCollins f5bf960
              
                dockerfile: change example to one that works
              
              
                JHopeCollins 9299e60
              
                Merge branch 'main' into JHopeCollins/more-flexible-docker
              
              
                JHopeCollins 2309964
              
                Merge branch 'main' into JHopeCollins/more-flexible-docker
              
              
                JHopeCollins dcadaf2
              
                revert pip groups
              
              
                JHopeCollins bae8ce3
              
                update dockerfile comments
              
              
                JHopeCollins 6340e76
              
                Merge branch 'main' into JHopeCollins/more-flexible-docker
              
              
                JHopeCollins dc7350b
              
                Check Ubuntu version in Dockerfile matches latest Ubuntu version
              
              
                JHopeCollins e31262c
              
                comment out petsc4py in pyproject.toml
              
              
                JHopeCollins 8dc2d86
              
                test workflow for dev container
              
              
                JHopeCollins 53c8288
              
                Merge branch 'main' into JHopeCollins/more-flexible-docker
              
              
                JHopeCollins 110e811
              
                test push new container
              
              
                JHopeCollins 49930ca
              
                build dev container on pr push
              
              
                JHopeCollins 22b8b1f
              
                Merge branch 'main' into JHopeCollins/more-flexible-docker
              
              
                JHopeCollins 3bee1dd
              
                dockerfile arg TARGET->BRANCH
              
              
                JHopeCollins 6d78e47
              
                github workflows for dev containers
              
              
                JHopeCollins a255d18
              
                only build linux dev containers
              
              
                JHopeCollins d781279
              
                workflow typo
              
              
                JHopeCollins c9e16c5
              
                remove old test workflow file
              
              
                JHopeCollins 7a85710
              
                only build linux dev containers
              
              
                JHopeCollins 053ccba
              
                make platform part of the docker workflow matrix
              
              
                JHopeCollins aaa6eba
              
                fix tag_latest test in docker_merge.yml
              
              
                JHopeCollins 96d0f76
              
                Update .github/workflows/docker_merge.yml
              
              
                JHopeCollins 8b23781
              
                Update .github/workflows/core.yml
              
              
                JHopeCollins f32c590
              
                Update pyproject.toml
              
              
                JHopeCollins 42d6309
              
                Update .github/workflows/docker.yml
              
              
                JHopeCollins fdb9a40
              
                build_dev dockerfile matrix updates
              
              
                JHopeCollins 8f4ebbc
              
                build_dev dockerfile matrix updates
              
              
                JHopeCollins 20ffe00
              
                Merge branch 'JHopeCollins/more-flexible-docker' of github.com:firedr…
              
              
                JHopeCollins ecb449c
              
                build_dev dockerfile matrix updates
              
              
                JHopeCollins File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or 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
    
  
  
    
              
  
    
      This file contains hidden or 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
    
  
  
    
              
  
    
      This file contains hidden or 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
    
  
  
    
              
  
    
      This file contains hidden or 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
    
  
  
    
              
  
    
      This file contains hidden or 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 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          
            
          
           | 
    @@ -13,3 +13,12 @@ jobs: | |||||||||||||||||||
| # Only run macOS tests if the PR is labelled 'macOS' | ||||||||||||||||||||
| test_macos: ${{ contains(github.event.pull_request.labels.*.name, 'macOS') }} | ||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||
| 
     | 
||||||||||||||||||||
| docker: | ||||||||||||||||||||
| name: Build dev Docker containers | ||||||||||||||||||||
| uses: ./.github/workflows/docker.yml | ||||||||||||||||||||
| with: | ||||||||||||||||||||
| tag: dev-main | ||||||||||||||||||||
| branch: main | ||||||||||||||||||||
| build_dev: true | ||||||||||||||||||||
| secrets: inherit | ||||||||||||||||||||
| 
         
      Comment on lines
    
      +16
     to 
      +24
    
   
  There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. REMOVE BEFORE MERGE 
        Suggested change
       
    
  | 
||||||||||||||||||||
  
    
      This file contains hidden or 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
    
  
  
    
              
  
    
      This file contains hidden or 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
    
  
  
    
              
  
    
      This file contains hidden or 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
    
  
  
    
              
  
    
      This file contains hidden or 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
    
  
  
    
              
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.