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

FEATURE: run Docker image without pre-building #282

Merged
merged 3 commits into from
Oct 3, 2024

Conversation

MattiaOldani
Copy link
Collaborator

I've changed the Github workflow build-claasp-base-image.yaml:

  • now the workflow push two images in the Docker Hub, one for Intel architecture and one for M1 architecture;
  • the first image is claasp-base, the second image is claasp-m1-base.

I've also changed the Makefile: now you can run CLAASP without building the Docker image locally because you will download the last Docker image from the Docker Hub. I've added two commands:

  • rundockerhub for claasp-base image;
  • rundockerhub-m1 for claasp-m1-base image.

@MattiaOldani MattiaOldani force-pushed the feature/run-docker-image-without-building branch from e1af121 to 0bdda77 Compare September 24, 2024 21:19
Copy link

sonarcloud bot commented Oct 1, 2024

@peacker peacker merged commit 5250c93 into develop Oct 3, 2024
9 checks passed
@peacker peacker deleted the feature/run-docker-image-without-building branch October 3, 2024 10:15
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.

3 participants