Skip to content

Adding support for running on Macs and using podman - #23

Open
oscarkraemer wants to merge 1 commit into
csc-training:masterfrom
oscarkraemer:oscar-multiplatform
Open

Adding support for running on Macs and using podman#23
oscarkraemer wants to merge 1 commit into
csc-training:masterfrom
oscarkraemer:oscar-multiplatform

Conversation

@oscarkraemer

@oscarkraemer oscarkraemer commented Oct 24, 2025

Copy link
Copy Markdown

Updates to Dockerfile

  • Updated pandoc version to latest since the previous release was not available.
  • Allow creating container image that works on arm64 and amd64

Updates Makefile

  • Using podman instead of docker if podman is installed.
  • Using sed instead of grep with perl regex, since perl regex does not work on the version of grep that is installed on MacOS by default.
  • Building image for arm64 and amd64 by default

Updates to Dockerfile

- Updated pandoc version to latest since the previous release was
   not available.
- Allow creating container image that works on arm64 and amd64

Updates Makefile

- Using podman instead of docker if podman is installed.
- Using sed instead of grep with perl regex, since perl regex
  does not work on the version of grep that is installed on MacOS
  by default.
- Building image for arm64 and amd64 by default
@samumantha

Copy link
Copy Markdown

This worked for me on Mac ❤️

Does it also work for our Linux/Windows friends? If so, could it be merged?

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