Skip to content

3.3.0-preview1 is not supported in the current Dockerfile #52

@mrkn

Description

@mrkn

https://app.circleci.com/pipelines/github/ruby/ruby-docker-images/1516/workflows/ba534e33-79f8-4898-b6f7-d8d7789ba178/jobs/4331?invite=true#step-102-4939

------
 > [ruby  9/13] COPY --from=build      /usr/local/lib/libruby.so.3.3.0-preview1      /usr/local/lib/:
------
failed to compute cache key: "/usr/local/lib/libruby.so.3.3.0-preview1" not found: not found
rake aborted!

This means the following step is failed.

COPY --from=build \
     /usr/local/lib/libruby.so.${RUBY_SO_SUFFIX:-$RUBY_VERSION} \
     /usr/local/lib/

I think this can be fix by specifying RUBY_SO_SUFFIX when ruby_version is a preview version. This should be carried out in Rakefile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions