1. 21 Dec, 2021 2 commits
  2. 20 Dec, 2021 7 commits
  3. 18 Dec, 2021 1 commit
  4. 17 Dec, 2021 1 commit
    • Matthew Slipper's avatar
      ops/docker: Use old directory in packages dockerfile · 77dcfbae
      Matthew Slipper authored
      `Dockerfile.packages` placed build artifacts in `/optimism`, whereas all of our other Dockerfiles place build artifactrs in `/opt/optimism`. As a result, downstream consumers of the packages Dockerfile cannot use images created by our other Dockerfiles. This is a problem for the nightly environment, since it relies upon the `/opt/optimism` structure to customize container entrypoints.
      
      This PR fixes the problem by having `Dockerfile.packages` put build artifacts in `/opt/optimism` like everything else.
      77dcfbae
  5. 16 Dec, 2021 10 commits
  6. 15 Dec, 2021 10 commits
  7. 14 Dec, 2021 9 commits