Skip to content
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

Move unnecessary deps from production image into devtest image #54

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2020

  1. Move unnecessary deps from production image into devtest image

    E.g. `make VERSION=x.y.z docker-build`
    ```
    openmicroscopy/omero-web-devtest             x.y.z               b109930c8052        27 seconds ago      1.2GB
    openmicroscopy/omero-web-devtest             x.y.z-0             b109930c8052        27 seconds ago      1.2GB
    openmicroscopy/omero-web-standalone          x.y.z               d23d308c0d4f        9 minutes ago       869MB
    openmicroscopy/omero-web-standalone          x.y.z-0             d23d308c0d4f        9 minutes ago       869MB
    openmicroscopy/omero-web                     x.y.z               3331af321dd0        9 minutes ago       862MB
    openmicroscopy/omero-web                     x.y.z-0             3331af321dd0        9 minutes ago       862MB
    ```
    manics committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    35309f4 View commit details
    Browse the repository at this point in the history
  2. Update requirements.yml

    manics committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    e5a2ac5 View commit details
    Browse the repository at this point in the history
  3. devtest java-11-openjdk

    manics committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    72823b7 View commit details
    Browse the repository at this point in the history