88
RPM Packaging How software delivery works and why RPM packaging is more current than ever Fabio Alessandro Locati 26 October 2016

Smau Milano 2016 - Fabio Alessandro Locati

  • Upload
    smau

  • View
    95

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Smau Milano 2016 - Fabio Alessandro Locati

RPM PackagingHow software delivery works and why RPM packaging is more current than ever

Fabio Alessandro Locati26 October 2016

Page 2: Smau Milano 2016 - Fabio Alessandro Locati

Outline

Intro

Deployments

RPM Processes

RPM and Docker

1

Page 3: Smau Milano 2016 - Fabio Alessandro Locati

Intro

Page 4: Smau Milano 2016 - Fabio Alessandro Locati

About me

• RPM user since 2001• IT Consultant since 2004• RPMs creator since 2013

2

Page 5: Smau Milano 2016 - Fabio Alessandro Locati

About me

• RPM user since 2001

• IT Consultant since 2004• RPMs creator since 2013

2

Page 6: Smau Milano 2016 - Fabio Alessandro Locati

About me

• RPM user since 2001• IT Consultant since 2004

• RPMs creator since 2013

2

Page 7: Smau Milano 2016 - Fabio Alessandro Locati

About me

• RPM user since 2001• IT Consultant since 2004• RPMs creator since 2013

2

Page 8: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime• Very expensive deployments

3

Page 9: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system

• Annual/Bi-annual• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime• Very expensive deployments

3

Page 10: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual

• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime• Very expensive deployments

3

Page 11: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime• Very expensive deployments

3

Page 12: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual• All hands on deck

• Devs ready to patch

• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime• Very expensive deployments

3

Page 13: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime• Very expensive deployments

3

Page 14: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time

• Hours of downtime• Very expensive deployments

3

Page 15: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime

• Very expensive deployments

3

Page 16: Smau Milano 2016 - Fabio Alessandro Locati

Deployment in the past

• Mayority of application needed to be deployed on a single system• Annual/Bi-annual• All hands on deck

• Devs ready to patch• Ops ready to deploy work-around

• Usually performed during night-time• Hours of downtime• Very expensive deployments

3

Page 17: Smau Milano 2016 - Fabio Alessandro Locati

Today expectations

• Deploy multiple times every day• Cheap deployments• No down time• Need of mass deployment (tens/hundreds/thousands of systems)• Horizontal (dynamic) scalability

4

Page 18: Smau Milano 2016 - Fabio Alessandro Locati

Today expectations

• Deploy multiple times every day

• Cheap deployments• No down time• Need of mass deployment (tens/hundreds/thousands of systems)• Horizontal (dynamic) scalability

4

Page 19: Smau Milano 2016 - Fabio Alessandro Locati

Today expectations

• Deploy multiple times every day• Cheap deployments

• No down time• Need of mass deployment (tens/hundreds/thousands of systems)• Horizontal (dynamic) scalability

4

Page 20: Smau Milano 2016 - Fabio Alessandro Locati

Today expectations

• Deploy multiple times every day• Cheap deployments• No down time

• Need of mass deployment (tens/hundreds/thousands of systems)• Horizontal (dynamic) scalability

4

Page 21: Smau Milano 2016 - Fabio Alessandro Locati

Today expectations

• Deploy multiple times every day• Cheap deployments• No down time• Need of mass deployment (tens/hundreds/thousands of systems)

• Horizontal (dynamic) scalability

4

Page 22: Smau Milano 2016 - Fabio Alessandro Locati

Today expectations

• Deploy multiple times every day• Cheap deployments• No down time• Need of mass deployment (tens/hundreds/thousands of systems)• Horizontal (dynamic) scalability

4

Page 23: Smau Milano 2016 - Fabio Alessandro Locati

Deployments

Page 24: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 25: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code

• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 26: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs

• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 27: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell

• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 28: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive

• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 29: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins

• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 30: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv

• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 31: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes

• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 32: Smau Milano 2016 - Fabio Alessandro Locati

Items that could be involved in deployments

• Code• Source Control System (SCM): git, hg, svn, cvs• Build system: Koji, Jenkins, Shell• Software packaging system: RPM, DEB, Docker, WAR, generic archive• Test system: Bodhi, Jenkins• Environment packaging system: Docker, PyEnv• Orchestration tool: Ansible, Puppet, Salt, Chef, Kubernetes• Execution environment: Native OS, OpenStack, OpenShift, Docker, runc

5

Page 33: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages

• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 34: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages

• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 35: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format

• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 36: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard

• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 37: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment

• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 38: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment

• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 39: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies

• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 40: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files

• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 41: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 42: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages

• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,CentOS, SL)

• Very rigid policies

6

Page 43: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,

CentOS, SL)

• Very rigid policies

6

Page 44: Smau Milano 2016 - Fabio Alessandro Locati

RPM as software packaging system

• Advantages• Very well known format• Open Standard• Clear distinction between compile environment and run environment• Easy to integrate with any kind of environment• Very good at resolving dependencies• Checksum of all files• Very rigid policies

• Disadvantages• Heavily connected with RPM-based distro (Fedora, RHEL, OEL, SLES, OpenSUSE,

CentOS, SL)• Very rigid policies

6

Page 45: Smau Milano 2016 - Fabio Alessandro Locati

RPM components

• SPEC file• Sources files (at least 1)• Patches (eventually)

7

Page 46: Smau Milano 2016 - Fabio Alessandro Locati

RPM components

• SPEC file

• Sources files (at least 1)• Patches (eventually)

7

Page 47: Smau Milano 2016 - Fabio Alessandro Locati

RPM components

• SPEC file• Sources files (at least 1)

• Patches (eventually)

7

Page 48: Smau Milano 2016 - Fabio Alessandro Locati

RPM components

• SPEC file• Sources files (at least 1)• Patches (eventually)

7

Page 49: Smau Milano 2016 - Fabio Alessandro Locati

RPM Processes

Page 50: Smau Milano 2016 - Fabio Alessandro Locati

RPM build process

• Fetch of the SPEC file• Fetch of sources/patches• Creation of the .src.rpm file• Creation of binaries .rpm files

8

Page 51: Smau Milano 2016 - Fabio Alessandro Locati

RPM build process

• Fetch of the SPEC file

• Fetch of sources/patches• Creation of the .src.rpm file• Creation of binaries .rpm files

8

Page 52: Smau Milano 2016 - Fabio Alessandro Locati

RPM build process

• Fetch of the SPEC file• Fetch of sources/patches

• Creation of the .src.rpm file• Creation of binaries .rpm files

8

Page 53: Smau Milano 2016 - Fabio Alessandro Locati

RPM build process

• Fetch of the SPEC file• Fetch of sources/patches• Creation of the .src.rpm file

• Creation of binaries .rpm files

8

Page 54: Smau Milano 2016 - Fabio Alessandro Locati

RPM build process

• Fetch of the SPEC file• Fetch of sources/patches• Creation of the .src.rpm file• Creation of binaries .rpm files

8

Page 55: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo• Upstream source in cache system• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch

9

Page 56: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo

• Upstream source in cache system• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch

9

Page 57: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo• Upstream source in cache system

• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch

9

Page 58: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo• Upstream source in cache system• Build in Koji

• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch

9

Page 59: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo• Upstream source in cache system• Build in Koji• Promotion to Bodhi testing branch

• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch

9

Page 60: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo• Upstream source in cache system• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA

• Manual testing• Promotion to Bodhi stable branch

9

Page 61: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo• Upstream source in cache system• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing

• Promotion to Bodhi stable branch

9

Page 62: Smau Milano 2016 - Fabio Alessandro Locati

Fedora pipeline

• SPEC file, additional sources, and patches in git repo• Upstream source in cache system• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch

9

Page 63: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 64: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo

• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 65: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo• Build in Koji

• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 66: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo• Build in Koji• Promotion to Bodhi testing branch

• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 67: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA

• Manual testing• Promotion to Bodhi stable branch• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 68: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing

• Promotion to Bodhi stable branch• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 69: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch

• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 70: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 1

• SPEC file, additional sources, and patches in git repo• Build in Koji• Promotion to Bodhi testing branch• Automated tests by Bodhi and AutoQA• Manual testing• Promotion to Bodhi stable branch• Simple upgrade of live system (yum update -y PACKAGE)

10

Page 71: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 2

• SPEC file, additional sources, and patches in git repo• Build in Koji• Creation of a Docker image• Automated tests• Manual testing• Propagate the new Docker image

11

Page 72: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 2

• SPEC file, additional sources, and patches in git repo

• Build in Koji• Creation of a Docker image• Automated tests• Manual testing• Propagate the new Docker image

11

Page 73: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 2

• SPEC file, additional sources, and patches in git repo• Build in Koji

• Creation of a Docker image• Automated tests• Manual testing• Propagate the new Docker image

11

Page 74: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 2

• SPEC file, additional sources, and patches in git repo• Build in Koji• Creation of a Docker image

• Automated tests• Manual testing• Propagate the new Docker image

11

Page 75: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 2

• SPEC file, additional sources, and patches in git repo• Build in Koji• Creation of a Docker image• Automated tests

• Manual testing• Propagate the new Docker image

11

Page 76: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 2

• SPEC file, additional sources, and patches in git repo• Build in Koji• Creation of a Docker image• Automated tests• Manual testing

• Propagate the new Docker image

11

Page 77: Smau Milano 2016 - Fabio Alessandro Locati

Example RPM pipeline 2

• SPEC file, additional sources, and patches in git repo• Build in Koji• Creation of a Docker image• Automated tests• Manual testing• Propagate the new Docker image

11

Page 78: Smau Milano 2016 - Fabio Alessandro Locati

RPM and Docker

Page 79: Smau Milano 2016 - Fabio Alessandro Locati

RPM and Docker

• RPM work very well in Docker environments• Installing RPMs allow a cleaner Docker file and image• RPMs can be deployed within or without Docker

12

Page 80: Smau Milano 2016 - Fabio Alessandro Locati

RPM and Docker

• RPM work very well in Docker environments

• Installing RPMs allow a cleaner Docker file and image• RPMs can be deployed within or without Docker

12

Page 81: Smau Milano 2016 - Fabio Alessandro Locati

RPM and Docker

• RPM work very well in Docker environments• Installing RPMs allow a cleaner Docker file and image

• RPMs can be deployed within or without Docker

12

Page 82: Smau Milano 2016 - Fabio Alessandro Locati

RPM and Docker

• RPM work very well in Docker environments• Installing RPMs allow a cleaner Docker file and image• RPMs can be deployed within or without Docker

12

Page 83: Smau Milano 2016 - Fabio Alessandro Locati

Docker example

RUN dnf install -y tar make gcc ruby ruby-devel rubygems graphviz \rubygem-nokogiri unzip findutils which wget python-devel \zlib-devel libjpeg-devel redhat-rpm-config patch \&& dnf clean packages \&& gem install --no-ri --no-rdoc asciidoctor --version \

$ASCIIDOCTOR_VERSION \&& gem install --no-ri --no-rdoc asciidoctor-pdf --version \

1.5.0.alpha.11 \&& gem install --no-ri --no-rdoc slim \&& (curl -LkSs https://api.github.com/repos/asciidoctor \

| tar xfz - -C $BACKENDS --strip-components=1) \&& wget https://bitbucket.org/pypa/setuptools/raw/bootstrap \

-O - | python \&& easy_install actdiag

13

Page 84: Smau Milano 2016 - Fabio Alessandro Locati

Docker example with RPM

RUN dnf install -y rubygem-asciidoctor-pdf \&& dnf clean packages

14

Page 85: Smau Milano 2016 - Fabio Alessandro Locati

Size of the images

• Fedora base image: 204MB

• First image: 776MB• Second image: 238MB

15

Page 86: Smau Milano 2016 - Fabio Alessandro Locati

Size of the images

• Fedora base image: 204MB• First image: 776MB

• Second image: 238MB

15

Page 87: Smau Milano 2016 - Fabio Alessandro Locati

Size of the images

• Fedora base image: 204MB• First image: 776MB• Second image: 238MB

15

Page 88: Smau Milano 2016 - Fabio Alessandro Locati

Additional resources

• Laboratorio ICT, 14:00 - Come pacchettizzare applicazioni in formato RPM• Slides: https://slides.fale.io/20161026-en-rpm.pdf• Official website: http://rpm.org• Fedora guide: https://fedoraproject.org/wiki/How_to_create_an_RPM_package• RPM Guide: http://rpm-guide.readthedocs.io

16