mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 21:57:13 +02:00
Drop erroneous oci- prefix for image-base{,-devel} targets
The targets never had a docker/oci prefix. Update the PHONY targets in the Makefile and the README. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
8589e40bd8
commit
615bfa55ea
4
Makefile
4
Makefile
@ -66,10 +66,10 @@ $(OUTPUTDIR)/Dockerfile.base-devel: $(OUTPUTDIR)/base-devel.tar.zst
|
||||
|
||||
# The following is for local builds only, it is not used by the CI/CD pipeline
|
||||
|
||||
.PHONY: oci-image-base
|
||||
.PHONY: image-base
|
||||
image-base: $(OUTPUTDIR)/Dockerfile.base
|
||||
${OCITOOL} build -f $(OUTPUTDIR)/Dockerfile.base -t archlinux/archlinux:base $(OUTPUTDIR)
|
||||
|
||||
.PHONY: oci-image-base-devel
|
||||
.PHONY: image-base-devel
|
||||
image-base-devel: $(OUTPUTDIR)/Dockerfile.base-devel
|
||||
${OCITOOL} build -f $(OUTPUTDIR)/Dockerfile.base-devel -t archlinux/archlinux:base-devel $(OUTPUTDIR)
|
||||
|
@ -43,9 +43,9 @@ Install the following Arch Linux packages:
|
||||
Make sure your user can directly interact with Podman (i.e. `podman info` works).
|
||||
|
||||
### Usage
|
||||
Run `make oci-image-base` to build the `archlinux:base` image with the
|
||||
`base` meta package installed. You can also run `make oci-image-base-devel` to
|
||||
build the image `archlinux:base-devel` which additionally has the `base-devel` group installed.
|
||||
Run `make image-base` to build the `archlinux:base` image with the `base` meta
|
||||
package installed. You can also run `make image-base-devel` to build the image
|
||||
`archlinux:base-devel` which additionally has the `base-devel` group installed.
|
||||
|
||||
## Pipeline
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user