Update dockerfiles for multi stage build
#1
Merged
PeterSurda
merged 1 commits from cis-muzahid/PyBitmessage-build:merge
into master
2 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'cis-muzahid/PyBitmessage-build:merge'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Change with pybm-build image and pybm-travis image and run container with that we can use build.sh only and container will start
@ -0,0 +1,74 @@
FROM ubuntu:bionic
I think this should be
FROM ubuntu:bionic AS pybm-build
@ -0,0 +51,4 @@
## pybm-travis
FROM pybm-build
FROM pybm-build AS buildbot-test
@ -0,0 +1,17 @@
#!/bin/sh
needs to be adjusted to use the new
Dockerfile
@ -6,13 +6,15 @@ RUN dpkg --add-architecture i386
file should be removed and if needed missing contents moved to
Dockerfile
@ -1,10 +1,15 @@
FROM pybm-build
file should be removed, missing contents moved to
Dockerfile
Also, you should squash the commits, PGP sign them and upload your PGP key to your account's settings.
mergeto Update dockerfiles for multi stage build 2 years ago6d81c80b40
to17989a1e63
2 years ago17989a1e63
into master 2 years agoReviewers
17989a1e63
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.