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

docker: switch to debian #3938

Merged
merged 1 commit into from
Feb 3, 2023
Merged

docker: switch to debian #3938

merged 1 commit into from
Feb 3, 2023

Conversation

calebdoxsey
Copy link
Contributor

Summary

Fix the docker debug image by switching to debian instead of alpine.

Related issues

Fixes #3914

Checklist

  • reference any related issues
  • updated unit tests
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey added bug Something isn't working ci CI/CD and release automation backport 0-20-0 backport 0-21-0 labels Feb 3, 2023
@calebdoxsey calebdoxsey requested a review from a team as a code owner February 3, 2023 19:46
@coveralls
Copy link

Coverage Status

Coverage: 63.316%. Remained the same when pulling d759f07 on cdoxsey/fix-debug into 7a405ab on main.

@calebdoxsey calebdoxsey merged commit 424b743 into main Feb 3, 2023
@calebdoxsey calebdoxsey deleted the cdoxsey/fix-debug branch February 3, 2023 19:54
@backport-actions-token
Copy link

The backport to 0-20-0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-0-20-0 0-20-0
# Navigate to the new working tree
cd .worktrees/backport-0-20-0
# Create a new branch
git switch --create backport-3938-to-0-20-0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 424b743b11646aff26bdf08cc5182e08aecb85d5
# Push it to GitHub
git push --set-upstream origin backport-3938-to-0-20-0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-0-20-0

Then, create a pull request where the base branch is 0-20-0 and the compare/head branch is backport-3938-to-0-20-0.

backport-actions-token bot pushed a commit that referenced this pull request Feb 3, 2023
calebdoxsey added a commit that referenced this pull request Feb 3, 2023
docker: switch to debian (#3938)

Co-authored-by: Caleb Doxsey <cdoxsey@pomerium.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 0-20-0 backport 0-21-0 bug Something isn't working ci CI/CD and release automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pomerium:debug image does not work
3 participants