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

Restructure Orientdb repository to add multi-arch support in Docker's Official Images #60

Closed

Conversation

odidev
Copy link

@odidev odidev commented Oct 29, 2020

  • Change the directory structure from "version-architecture-base-Dockerfile" to "version-base-Dockerfile" as per acceptance standards for multi-arch in Docker's Official Images.
  • In 3.0/openjdk-slim/Dockerfile, change openjdk from 8-jdk-alpine to 11.0.8-jdk-slim as 8-jdk-alpine image is not supported on aarch64.

Changes are done on top of #53 and updated openjdk-slim version for aarch64 as well.

- Change the directory structure from <version>-<architecture>-<base>-Dockerfile to <version>-<base>-Dockerfile as per acceptance standards for multi-arch in Docker's Official Images.
- In 3.0/openjdk-slim/Dockerfile,change openjdk from 8-jdk-alpine to 11.0.8-jdk-slim as 8-jdk-alpine image is not supported on aarch64
@luigidellaquila
Copy link
Member

Hi @odidev

If you see the official images file https://github.com/docker-library/official-images/blob/master/library/orientdb you'll see that these Dockerfiles are not used anymore. Current Dockerfiles are in the /release directory

Thanks

Luigi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants