Skip to content

[GR-55581] Check layered image build option compatibility. #11207

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

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

Conversation

graalvmbot
Copy link
Collaborator

When loading a layer with layer-use then:

  • the platform on which the layer was built must match the current platform
  • the GraalVM version with which the layer was built must match the current version
  • the value of the relevant environment variables must match
  • the value of the relevant options must match; initially this will include all options
  • the checksum of the cp/mp-entries used to build the layer must match the checksum of the cp/mp-entries used in base

olpaw added 5 commits May 14, 2025 11:21
* Make -H:TempDirectory available as early as possible
* Ensure layerDir respects -H:TempDirectory like all other builder generated temp files
* Do not expose layer-snapshot.lsb and layer-snapshot-graphs.big to BuildArtifacts
* Remove LAYER_SNAPSHOT and LAYER_SNAPSHOT_GRAPHS artifact types
* Clean up LayerArchiveSupport class hierarchy
* Clean up HostedImageLayerBuildingSupport
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 15, 2025
@olpaw olpaw self-assigned this May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants