1. 22 Dec, 2021 7 commits
  2. 21 Dec, 2021 12 commits
  3. 20 Dec, 2021 8 commits
  4. 18 Dec, 2021 1 commit
  5. 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
  6. 16 Dec, 2021 11 commits