File: Makefile

package info (click to toggle)
prrte 3.0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,128 kB
  • sloc: ansic: 80,431; sh: 4,289; perl: 3,195; makefile: 1,829; lex: 352; python: 239
file content (13 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) 2020      Intel, Inc.  All rights reserved.
# Copyright (c) 2020      IBM Corporation.  All rights reserved.

all: leap15 centos7 centos8

leap15: Dockerfile.leap15.ssh
	docker build -t prrte/leap15:latest -f Dockerfile.leap15.ssh .

centos7: Dockerfile.centos7.ssh
	docker build -t prrte/centos7:latest -f Dockerfile.centos7.ssh .

centos8: Dockerfile.centos8.ssh
	docker build -t prrte/centos8:latest -f Dockerfile.centos8.ssh .