language-docker icon indicating copy to clipboard operation
language-docker copied to clipboard

Containerfile support

Open ReDemoNBR opened this issue 2 years ago • 1 comments

Added new file type for other OCI builders such as podman and buildah

It has no need to add new syntax as the Containerfile and Dockerfile specs follow the same OCI specification

ReDemoNBR avatar Jun 04 '22 21:06 ReDemoNBR

I tested this locally and it works. Please merge.

Atom is dead but Pulsar Edit lives on! I am using this via https://web.pulsar-edit.dev/packages/language-docker.

In Podman the filenames are:

  • Dockerfile -> Containerfile
  • .dockerignore -> .containerignore

See https://docs.podman.io/en/stable/markdown/podman-build.1.html for authoritative documentation.

ottok avatar Dec 28 '23 12:12 ottok