File: Makefile

package info (click to toggle)
golang-github-smallstep-crypto 0.63.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,800 kB
  • sloc: sh: 66; makefile: 50
file content (9 lines) | stat: -rw-r--r-- 295 bytes parent folder | download
1
2
3
4
5
6
7
8
9
v3.107:
	mkdir v3.107
	docker build -t nssdb-v3.107 -f 3_107.Dockerfile .
	docker run --rm -it --volume ./v3.107:/nssdb nssdb-v3.107 /bin/fixtures.sh

v3.51:
	mkdir v3.51
	docker build -t nssdb-v3.51 -f 3_51.Dockerfile .
	docker run --rm -it --volume ./v3.51:/nssdb nssdb-v3.51 /bin/fixtures.sh