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

Update docker gh workflow #1521

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

peterMuriuki
Copy link
Collaborator

closes #627

  • Update github action versions
  • Update docker base images to build a multiplatform image for linux amd64 and linux arm64

@peterMuriuki peterMuriuki changed the title Update docker gh Update docker gh workflow Jan 21, 2025
.github/workflows/docker-publish.yml Show resolved Hide resolved
.github/workflows/docker-publish.yml Show resolved Hide resolved
.github/workflows/docker-publish.yml Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
tini \
curl \
libmagic-dev \
&& rm -rf /var/lib/apt/lists/*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This are dependencies that are needed to either run, setup or manage processes in the docker image.
I am not sure what you meant by why. what is the specific concern you would like for me to address

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.

Add arm64 arch support for docker images
2 participants