Skip to content

Remove docker action and update dockerfile#657

Merged
mschoema merged 2 commits intoMobilityDB:masterfrom
mschoema:docker
Mar 2, 2025
Merged

Remove docker action and update dockerfile#657
mschoema merged 2 commits intoMobilityDB:masterfrom
mschoema:docker

Conversation

@mschoema
Copy link
Copy Markdown
Member

@mschoema mschoema commented Mar 2, 2025

  • Remove action to automatically build docker images. This process will be moved back to MobilityDB-docker.
  • Update Dockerfile in two main ways:
    • Use two-stage build, to remove the compilation process and tools from the final image.
    • Use local files instead of pulling a tag. This is better for local tests. MobilityDB-docker will still pull from tags.

@mschoema mschoema requested a review from estebanzimanyi March 2, 2025 22:25
@mschoema mschoema merged commit 0ded964 into MobilityDB:master Mar 2, 2025
2 checks passed
@mschoema mschoema deleted the docker branch March 2, 2025 22:36
mschoema added a commit to mschoema/MobilityDB that referenced this pull request Mar 3, 2025
* Remove docker action and update dockerfile

* Enable all compilation flags (npoint, cbuffer, pose) in docker image
mschoema added a commit to mschoema/MobilityDB that referenced this pull request Mar 3, 2025
* Remove docker action and update dockerfile

* Enable all compilation flags (npoint, cbuffer, pose) in docker image
mschoema added a commit to mschoema/MobilityDB that referenced this pull request Mar 3, 2025
* Remove docker action and update dockerfile

* Enable all compilation flags (npoint, cbuffer, pose) in docker image
mschoema added a commit that referenced this pull request Mar 3, 2025
* Remove docker action and update dockerfile

* Enable all compilation flags (npoint, cbuffer, pose) in docker image
mschoema added a commit that referenced this pull request Mar 3, 2025
* Remove docker action and update dockerfile

* Enable all compilation flags (npoint, cbuffer, pose) in docker image
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