Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dotnet6 Dockerfile #7

Merged
merged 6 commits into from
Jun 21, 2022
Merged

Add dotnet6 Dockerfile #7

merged 6 commits into from
Jun 21, 2022

Commits on Jun 21, 2022

  1. fix(ci): Run apt-get update before install skopeo

    There's no guarantee that the apt cache in the image cache is
    up-to-date.
    woky committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2bc68e6 View commit details
    Browse the repository at this point in the history
  2. refactor: Rename Dockerfile{ => .runtime-deps}

    Also rename some workflow variables for consistency in anticipation of
    runtime image addition in following commit.
    woky committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    e7a20bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7116642 View commit details
    Browse the repository at this point in the history
  4. feat: Add Dockerfile.runtime

    This image contains .NET runtime. Currently it's retrieved from upstream
    tarball. In future, it'll be chiseled.
    woky committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4ade0fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33dc7f8 View commit details
    Browse the repository at this point in the history
  6. feat: Ignore _test-results

    woky committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    c730391 View commit details
    Browse the repository at this point in the history