Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,41 @@ jobs:
- variant: '20-bullseye'
- variant: '22-bullseye'
- variant: '24-bullseye'
- variant: '26-bullseye'
- variant: '16-apache-bullseye'
- variant: '18-apache-bullseye'
- variant: '20-apache-bullseye'
- variant: '22-apache-bullseye'
- variant: '24-apache-bullseye'
- variant: '26-apache-bullseye'
- variant: '16-bullseye-build'
- variant: '18-bullseye-build'
- variant: '20-bullseye-build'
- variant: '22-bullseye-build'
- variant: '24-bullseye-build'
- variant: '26-bullseye-build'
- variant: '16-apache-bullseye-build'
- variant: '18-apache-bullseye-build'
- variant: '20-apache-bullseye-build'
- variant: '22-apache-bullseye-build'
- variant: '24-apache-bullseye-build'
- variant: '26-apache-bullseye-build'
- variant: '20-trixie'
- variant: '22-trixie'
- variant: '24-trixie'
- variant: '26-trixie'
- variant: '20-apache-trixie'
- variant: '22-apache-trixie'
- variant: '24-apache-trixie'
- variant: '26-apache-trixie'
- variant: '20-trixie-build'
- variant: '22-trixie-build'
- variant: '24-trixie-build'
- variant: '26-trixie-build'
- variant: '20-apache-trixie-build'
- variant: '22-apache-trixie-build'
- variant: '24-apache-trixie-build'
- variant: '26-apache-trixie-build'
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.16-apache-bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.16-apache-bullseye-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.16-bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.16-bullseye-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.18-apache-bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.18-apache-bullseye-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.18-bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.18-bullseye-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.20-apache-bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.20-apache-bullseye-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DO NOT EDIT THIS FILE : Make yours changes in /utils/Dockerfile.blueprint)
# DO NOT EDIT THIS FILE : Make your changes in /utils/Dockerfile.blueprint)
FROM debian:bullseye-slim

LABEL authors="Julien Neuhart <j.neuhart@thecodingmachine.com>, David Négrier <d.negrier@thecodingmachine.com>"
Expand Down Expand Up @@ -34,7 +34,7 @@ RUN SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v0.
# | Define a default user with sudo rights.
# |

RUN useradd -ms /bin/bash docker && adduser docker sudo
RUN useradd -ms /bin/bash docker && usermod -a -G sudo docker
# Users in the sudoers group can sudo as root without password.
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

Expand Down
Loading
Loading