CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 09:12:31 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=7a4c38c31424006a23d24e91ce1e8cc2010fe514fc1b0309be5d9c8461f3c177a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%222D9PxSH3C-TvpBTQDXtAC5S2_lcDR7Mj%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d579d78ceb7fa8-BLR
Makefile for Dockerfile - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Documentation goes here
- #
- ###########################################################
- ## Define Repo & Tag, nothing else changes here
- REPO = localhost/csny/bugzillad_ol8
- TAG = latest
- ###########################################################
- BUILDAH_EXE = /usr/bin/buildah
- default : usage
- usage :
- @echo
- @echo Image Will Be Stored To
- @echo -----------------------
- @echo REPO = $(REPO)
- @echo TAG = $(TAG)
- @echo
- @echo Makefile Targets
- @echo ----------------
- @echo clean
- @echo clean-dangling
- @echo image
- @echo
- clean :
- -find . -name \*~ -exec rm -f {} \;
- -$(BUILDAH_EXE) rm `$(BUILDAH_EXE) ps -q`
- clean-dangling :
- sudo $(BUILDAH_EXE) images -q -f=dangling=true | xargs sudo $(BUILDAH_EXE) rmi
- image :
- sudo $(BUILDAH_EXE) build-using-dockerfile -t $(REPO):$(TAG) .
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Swapzone +37% glitch ⭐ P
JavaScript | 4 sec ago | 0.25 KB
-
✅⭐ Make huge profits on trading ⭐⭐ 2
JavaScript | 15 sec ago | 0.25 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 24 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ M
JavaScript | 33 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 42 sec ago | 0.25 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ U
JavaScript | 51 sec ago | 0.25 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ V
JavaScript | 59 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch ⭐ P
JavaScript | 1 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand