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

[FLINK-16838] Change base image name and apply versioning #78

Closed
wants to merge 5 commits into from

Commits on Mar 28, 2020

  1. [FLINK-16838] [docker] Build image with version tag

    We also change the image name from statefun to flink-statefun, to have a
    more consistent naming with other distributions like the Python SDK.
    tzulitai committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    e8c35f2 View commit details
    Browse the repository at this point in the history
  2. [FLINK-16838] Let Dockerfile in quickstart point to a specific image …

    …version tag
    
    With this change, the quickstart archetype now always uses a specific
    image version.
    
    If the archetype is a released artifact, then the version tag used will
    be x.y.z, e.g. 2.0.0. Images in this case should be available in the
    Docker Hub registry.
    
    Otherwise, if the archetype is a snapshot distribution built from
    development branches, then the version tag used wil be snapshot
    versions, e.g. 2.1-SNAPSHOT. In this case, you would have to locally
    build the image from the corresponding source version.
    tzulitai committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    ecb1995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e922f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ba759 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67df5ee View commit details
    Browse the repository at this point in the history