-
Updated
Aug 5, 2022 - Go
registry
Here are 1,010 public repositories matching this topic...
The (still undocumented) feature is great for our purpose, but can you add the same functionality to the post-update hook (in the same manner, of course)?
I have added a script to the post-update to check the database-version. If they not match, the script returns exit 1. It would be great if the post-update hook could log a error- or warning-message, so the slack-notification gets a message (l
-
Updated
Aug 5, 2022 - Go
-
Updated
Mar 21, 2022 - Go
-
Updated
Jul 11, 2022 - JavaScript
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
Jul 29, 2022 - JavaScript
-
Updated
Aug 20, 2020
-
Updated
Aug 5, 2022 - JavaScript
While I love minimal containers, ones that leave the package manager off make it difficult to work inside the container.
The GitLab example (thank you for that!) is an example where the job run inside the container - and with the package manager not present, it is challenging to add jq.
Since all the output of crane is json, would it be possible to install jq on the debug tag - or at least t
放宽overlay挂载限制
问题描述
目前sealer build image时会检测是否支持overlay文件系统。当前默认通过modprobe overlay去检测,我发现在容器环境和wsl2都会导致最终保存失败(能够保存,但是拉取的镜像丢失,算作保存失败)。
解决方案:
去除overlay2.go中modprobe检测,仅使用/proc/filesystems去检测。并希望能够在不支持overlay的情况下,通过日志在控制台上显示。
https://github.com/sealerio/sealer/blob/cf9bdb1667d6d519aa0af63037999d73646dcbb4/utils/mount/overlay2.go#L49
-
Updated
Aug 5, 2022 - Go
-
Updated
Aug 6, 2022 - PowerShell
-
Updated
Jul 30, 2022 - Riot
-
Updated
Dec 16, 2021
-
Updated
Jun 19, 2022 - Elixir
-
Updated
Nov 29, 2018 - PowerShell
-
Updated
Aug 6, 2022 - JavaScript
this is work:
skpm-build --output ../../../Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
bug, this is not work:
skpm-build --output ~/Library/ApplicationSupport/com.bohemiancoding.sketch3/Plugins/test.sketchplugin
-
Updated
Feb 20, 2020 - JavaScript
With Trow moving to use Rocket 0.5, the way configuration is handled has changed. Rocket now uses the much more flexible figment system: https://docs.rs/figment/0.10.6/figment/index.html.
We can really clean up a lot of needlessly confusing code and also support of config file by taking advantage of figment. Basically the same figment config would be passed to the Trow frontend, Rocket and the
-
Updated
Feb 22, 2022 - Python
Most of our current tests mock away the DB because they're focused on the application logic and external API. We have seen changes breaking some DB queries without being caught by tests from time to time. We should improve the situation by adding tests that run the DB queries defined in our entity / DTO repositories and assert no DB error, just to ensure that the queries are consistent with the sc
-
Updated
Jun 1, 2022 - Visual Basic .NET
Repro Steps
Follow steps from: https://github.com/oras-project/artifacts-spec/blob/main/docs/quick-start.md
At the oras discover step, note the output is:
oras discover $PUBLIC_IMAGE -o json | jq
{
"digest": "sha256:a0fc570a245b09ed752c42d600ee3bb5b4f77bbd70d8898780b7ab43454530eb",
"references": [
{
"digest": "sha256:6200e3cfb0a036bdc585f99cee2ace9926f327d58Improve this page
Add a description, image, and links to the registry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the registry topic, visit your repo's landing page and select "manage topics."
Your Environment
Not applicable. The issue is related to documentation.
Describe the bug
The Google Cloud documentation is non existent, even worse it displays jibberish.
To Reproduce