Update dockerfiles for multi stage build #1
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-build#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "cis-muzahid/PyBitmessage-build:merge"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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 build6d81c80b40
to17989a1e63