Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scottdotau/traefik-avahi-helper
base: master
Choose a base ref
...
head repository: hardillb/traefik-avahi-helper
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 4 files changed
  • 3 contributors

Commits on Feb 15, 2023

  1. Update package-lock.json

    cas-- committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    3fdca1b View commit details
    Browse the repository at this point in the history
  2. Create smaller docker images

    Utilise multi-stage docker builds to reduce size from over 500MB to 100MB
    
    * Base image uses minimal dependencies to run scripts in final stage e.g. only
    using node in final CMD means we can move npm to compile stage.
    * Reduced dbus-python build dependencies to those actually required.
    * Using `pip install --user` to easily copy over Python requirements.
    * Bumped Python base image version to 3.10
    * Excluded unneeded files from final image.
    cas-- committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    a10b8de View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Merge pull request hardillb#11 from cas--/slim-docker-image

    Create smaller docker images
    hardillb committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5b59bad View commit details
    Browse the repository at this point in the history
  2. Fix for arm7

    hardillb committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    2291f74 View commit details
    Browse the repository at this point in the history
  3. Fix copy multiple files

    hardillb committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c2c3357 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    c84683f View commit details
    Browse the repository at this point in the history
  2. Merge pull request hardillb#14 from indykoning/patch-2

    Execute publisher count in the logging function
    hardillb committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    83fa444 View commit details
    Browse the repository at this point in the history