Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs(README.md): Explicitly mention which R binary to use * refactor: Update default CMD to `bash` * Previously inherited a default `CMD ["R"]` which put users in the non-instrumented R-release * refactor: Don't use deprecated MAINTAINER * Previously docker would emit following warning: `WARN: MaintainerDeprecated: Maintainer instruction is deprecated in favor of using label` * "supposed" to instead use `org.opencontainers.image.authors` which is a freeform string: + https://docs.docker.com/reference/build-checks/maintainer-deprecated/ + https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys * refactor: Use "ENV key=value" * Previously docker would warn: `LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format`
- Loading branch information