Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
APKG Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kartenaale
Build
APKG Builder
Commits
70eb08ea
Commit
70eb08ea
authored
9 months ago
by
Philipp Stadler
Browse files
Options
Downloads
Patches
Plain Diff
chore: integrate docker build into Makefile
parent
59118eea
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+25
-0
25 additions, 0 deletions
Makefile
export-apkgs-test-runner/version.txt
+1
-0
1 addition, 0 deletions
export-apkgs-test-runner/version.txt
version.txt
+1
-0
1 addition, 0 deletions
version.txt
with
27 additions
and
0 deletions
Makefile
+
25
−
0
View file @
70eb08ea
...
...
@@ -9,6 +9,7 @@ PYTHON = PIPENV_VENV_IN_PROJECT=1 $(shell .venv/bin/python-libfaketime | sed 's
PYTHON_NEEDED
:=
.venv/.project
endif
# all except publishing on docker hub
.PHONY
:
all
all
:
check
...
...
@@ -19,3 +20,27 @@ check: $(PYTHON_NEEDED)
.venv/.project
:
Pipfile Pipfile.lock
PIPENV_VENV_IN_PROJECT
=
1 pipenv
install
touch
$@
.PHONY
:
publish
publish
:
publish-image publish-test-image
.PHONY
:
publish-image
publish-image
:
image
docker push durcheinander/export-apkgs:
$(
file < version.txt
)
docker push durcheinander/export-apkgs:latest
.PHONY
:
publish-test-image
publish-test-image
:
test-image
docker push durcheinander/export-apkgs-test-runner:
$(
file < version.txt
)
docker push durcheinander/export-apkgs-test-runner:latest
.PHONY
:
images
images
:
image test-image
.PHONY
:
image
image
:
docker build
.
-t
durcheinander/export-apkgs:
$(
file < version.txt
)
-t
durcheinander/export-apkgs:latest
.PHONY
:
test-image
test-image
:
docker build export-apkgs-test-runner
-t
durcheinander/export-apkgs-test-runner:
$(
file < export-apkgs-test-runner/version.txt
)
-t
durcheinander/export-apkgs-test-runner:latest
This diff is collapsed.
Click to expand it.
export-apkgs-test-runner/version.txt
0 → 100644
+
1
−
0
View file @
70eb08ea
1.0.0
This diff is collapsed.
Click to expand it.
version.txt
0 → 100644
+
1
−
0
View file @
70eb08ea
1.0.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment