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: concourse/docker-image-resource
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: concourse/docker-image-resource
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 15 commits
  • 10 files changed
  • 5 contributors

Commits on Feb 17, 2023

  1. fix additional_private_registries on alpine

    Signed-off-by: Michael Standley <michael.standley@tempus.com>
    mstandley-tempus committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    c56f9e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. add test

    Signed-off-by: Michael Standley <michael.standley@tempus.com>
    mstandley-tempus committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    bd68180 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #352 from mstandley-tempus/fix_additional_private_…

    …registries
    
    fix additional_private_registries on alpine
    Rui Yang authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    189e9e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Bump github.com/aws/aws-sdk-go

    Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.6.6-0.20161219233417-8e3cbe8bc611 to 1.34.0.
    - [Release notes](https://github.com/aws/aws-sdk-go/releases)
    - [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.34.0/CHANGELOG.md)
    - [Commits](https://github.com/aws/aws-sdk-go/commits/v1.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/aws/aws-sdk-go
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    b1eea68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #354 from concourse/dependabot/go_modules/github.c…

    …om/aws/aws-sdk-go-1.34.0
    
    Bump github.com/aws/aws-sdk-go from 1.6.6-0.20161219233417-8e3cbe8bc611 to 1.34.0
    Rui Yang authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    1a3962a View commit details
    Browse the repository at this point in the history
  3. Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2

    Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/opencontainers/image-spec/releases)
    - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
    - [Commits](opencontainers/image-spec@v1.0.1...v1.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/opencontainers/image-spec
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    bd4afde View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Merge pull request #355 from concourse/dependabot/go_modules/github.c…

    …om/opencontainers/image-spec-1.0.2
    
    Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2
    Rui Yang authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    1d93d28 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Bump github.com/docker/distribution

    Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.0+incompatible to 2.8.2+incompatible.
    - [Release notes](https://github.com/docker/distribution/releases)
    - [Commits](distribution/distribution@v2.8.0...v2.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/docker/distribution
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 11, 2023
    Configuration menu
    Copy the full SHA
    0296615 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Merge pull request #357 from concourse/dependabot/go_modules/github.c…

    …om/docker/distribution-2.8.2incompatible
    
    Bump github.com/docker/distribution from 2.8.0+incompatible to 2.8.2+incompatible
    Rui Yang authored May 12, 2023
    Configuration menu
    Copy the full SHA
    ea7bcb7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. feat: explicitly set USER root

    - paketo doesn't have a default user root
    
    Authored-by: Preethi Varambally <pvarambally@vmware.com>
    pvaramballypivot committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b357ad4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    e8ed47c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #358 from concourse/fix/dockerfile-paketo

    feat: explicitly set USER root
    pvaramballypivot authored May 24, 2023
    Configuration menu
    Copy the full SHA
    0836fbc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. remove alpine dockerfile

    Signed-off-by: Rui Yang <ruiya@vmware.com>
    Rui Yang committed May 25, 2023
    Configuration menu
    Copy the full SHA
    dce0862 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. remove godeps

    Signed-off-by: Rui Yang <ruiya@vmware.com>
    Rui Yang committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    59a12bb View commit details
    Browse the repository at this point in the history
  2. remove python as it introduces CVEs

    Signed-off-by: Rui Yang <ruiya@vmware.com>
    Rui Yang committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    38b75e9 View commit details
    Browse the repository at this point in the history
Loading