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

Easier deployment #250

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Easier deployment #250

wants to merge 1 commit into from

Conversation

waybackarchiver
Copy link
Contributor

Description


Issue Ticket Number

Fixes #160 #173


Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have followed the contributing guidelines of this project as mentioned in CONTRIBUTING.md
  • I have checked to ensure there aren't other open Pull Requests for the same update/change?
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes needed to the documentation

@waybackarchiver waybackarchiver added the documentation Improvements or additions to documentation label Nov 4, 2022
@waybackarchiver waybackarchiver linked an issue Nov 4, 2022 that may be closed by this pull request
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

license-eye has totally checked 380 files.

Valid Invalid Ignored Fixed
133 1 246 0
Click to see the invalid file list
  • .devcontainer/Dockerfile

.devcontainer/Dockerfile Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.01%. Comparing base (3505bdc) to head (cbab7e0).
Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
+ Coverage   44.56%   45.01%   +0.45%     
==========================================
  Files          84       86       +2     
  Lines        6815     6920     +105     
==========================================
+ Hits         3037     3115      +78     
- Misses       3484     3496      +12     
- Partials      294      309      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@waybackarchiver waybackarchiver changed the title Easy deployment Easier deployment Nov 4, 2022
.devcontainer/Dockerfile Fixed Show fixed Hide fixed
@github-actions
Copy link

github-actions bot commented Jul 8, 2023

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Jul 8, 2023
@github-actions github-actions bot closed this Jul 15, 2023
@github-actions github-actions bot removed the Stale label Oct 7, 2023
@github-actions github-actions bot added the Stale label Feb 10, 2024
@wabarc wabarc deleted a comment from github-actions bot Feb 10, 2024
Copy link

It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days

# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.195.0/containers/go/.devcontainer/base.Dockerfile
# [Choice] Go version (use -bookworm variants on local arm64/Apple Silicon): 1, 1.16, 1.17, 1-bullseye, 1.16-bullseye, 1.17-bullseye, 1-buster, 1.16-buster, 1.17-buster
ARG VARIANT=1-bookworm
FROM mcr.microsoft.com/devcontainers/go:dev-${VARIANT}

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 6: containerImage not pinned by hash
Click Remediation section below to solve this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Easy deployment on digitalocean and vultr Add support for Replit and Glitch
1 participant