buildah/docs
TomSweeneyRedHat 7724292a4d Allow FROM to be overriden with from option
These changes will allow the "FROM" statement in a Containerfile
to be overridden with a new `--from` option.  If I have this Dockerfile.fedora

```
FROM fedora
```

This command will instead build an alpine image:

```
STEP 1: FROM alpine
Completed short name "alpine" with unqualified-search registries (origin: /etc/containers/registries.conf)
Getting image source signatures
Copying blob 188c0c94c7c5 done
Copying config d6e46aa247 done
Writing manifest to image destination
Storing signatures
STEP 2: COMMIT tom
--> d6e46aa2470
d6e46aa2470df1d32034c6707c8041158b652f38d2a9ae3d7ad7e7532d22ebe0
```

Addresses: #2404

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
2020-12-17 19:30:53 -05:00
..
cni-examples Move buildah from projecatatomic/buildah to containers/buildah 2018-09-18 08:06:11 -04:00
containertools switch containers/libpod to containers/podman 2020-07-13 17:21:55 -04:00
release-announcements Ran buildah through codespell 2019-11-20 17:38:41 +00:00
samples add sample registries.conf to docs 2019-03-18 17:35:30 +00:00
tutorials Fix up code based on codespell 2020-09-15 16:49:18 -04:00
Makefile use correct path for ginkgo 2019-08-14 21:59:40 +00:00
buildah-add.md Add --ignorefile flag to use alternate .dockerignore flags 2020-11-24 15:28:07 -05:00
buildah-bud.md Allow FROM to be overriden with from option 2020-12-17 19:30:53 -05:00
buildah-commit.md Skip tlsVerify insecure BUILD_REGISTRY_SOURCES 2020-10-13 15:57:42 -04:00
buildah-config.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-containers.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-copy.md Add --ignorefile flag to use alternate .dockerignore flags 2020-11-24 15:28:07 -05:00
buildah-from.md Add U volume flag to chown source volumes 2020-12-16 14:07:26 -06:00
buildah-images.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-info.md fix spelling mistake in "info" command result display 2020-08-03 19:48:46 +08:00
buildah-inspect.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-login.md Skip tlsVerify insecure BUILD_REGISTRY_SOURCES 2020-10-13 15:57:42 -04:00
buildah-logout.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-manifest-add.md Skip tlsVerify insecure BUILD_REGISTRY_SOURCES 2020-10-13 15:57:42 -04:00
buildah-manifest-annotate.md buildah: add a "manifest" command 2019-10-28 15:15:35 +00:00
buildah-manifest-create.md buildah: add a "manifest" command 2019-10-28 15:15:35 +00:00
buildah-manifest-inspect.md buildah: add a "manifest" command 2019-10-28 15:15:35 +00:00
buildah-manifest-push.md Skip tlsVerify insecure BUILD_REGISTRY_SOURCES 2020-10-13 15:57:42 -04:00
buildah-manifest-remove.md buildah: add a "manifest" command 2019-10-28 15:15:35 +00:00
buildah-manifest.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-mount.md Fix buildah mount to display container names not ids 2020-09-16 06:44:35 -04:00
buildah-pull.md Add --policy flag to buildah pull 2020-11-13 03:38:27 -05:00
buildah-push.md Skip tlsVerify insecure BUILD_REGISTRY_SOURCES 2020-10-13 15:57:42 -04:00
buildah-rename.md add --sign-by to bud/commit/push, --remove-signatures for pull/push 2020-01-17 18:22:34 +00:00
buildah-rm.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-rmi.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-run.md Add U volume flag to chown source volumes 2020-12-16 14:07:26 -06:00
buildah-tag.md docs: Follow man-pages(7) suggestions for SYNOPSIS 2018-06-30 10:31:06 +00:00
buildah-umount.md New CI check: xref --help vs man pages 2020-10-01 04:55:24 -06:00
buildah-unshare.md Update unshare man page to fix script example 2020-03-13 17:51:19 -04:00
buildah-version.md docs: Follow man-pages(7) suggestions for SYNOPSIS 2018-06-30 10:31:06 +00:00
buildah.md Remove copy/paste errors that leaked `Podman` into man pages. 2020-11-20 11:51:14 -05:00