IceCodeNew
IceCodeNew
hadolint should also warn if users are giving the instructions as follows: ``` ENV COMMIT_ID=${commit_id:dev} ``` It seems `docs.docker.com` failed to make the statement that ``` ARG CONT_IMG_VER ENV CONT_IMG_VER=${CONT_IMG_VER:-v1.0.0}...
@teddysun 嗨,等你有空的时候可以麻烦给点建议或者合并 PR 吗?
@teddysun > PR 里一次有太多更改,并不方便 review > 建议分开来,先从 `[]` 改为 `[[]]` 等微小的部分开始吧…… 我非常同意你说的这一点。抱歉,这个提交应该是重新开 PR 前你要求我不要将 `wget --no-check-certificate` 改成 `$(type -P wget)`, 所以我不得不利用 git stash 和 rebase 来修改提交历史,然后意外把一个不应该使用的本地提交放上来了。 这个提交还造成了下面你说的这个问题,很奇怪为什么当 stash pop 和...
@teddysun > 1. libsodium 的源保持为 Github 比较好。 GitHub 上的 release 已经很久没发布更新了,参考官方文档,推荐的两种获取源代码的方式分别为以下途径(都是可以被认为稳定的代码): 1. Download a [tarball of libsodium](https://download.libsodium.org/libsodium/releases/), preferably the latest stable version https://doc.libsodium.org/installation#compilation-on-unix-like-systems 2. We recommend using distribution tarballs over...
> 2\. 函数名`func_decision_with_TRUE_or_FALSE_as_default_value`不觉得太长了么? 是的,我同意你的看法。关于名字为什么这么长,其实是我为下一个提交提前预留的避免混淆的措施。 您看,我引入这个函数主要是为了缩减脚本的行数,原本的脚本里有太多几乎完全重复的逻辑了,非常有必要整合成一个函数。 而原本的脚本里其实还有相当多彼此相似的逻辑,虽然拿的也是用户输入,但期待的不是 yes/no 这样一个二元选择,而是 1/2/3/4 这样不同的选择支——我打算把这些逻辑也整合进函数里。但遇到点困难,就没有放在这次的 PR 里。 怕万一最后我发现引入的这一个函数不够,最后又追加了另一个关于用户输入的函数,那就有函数间彼此混淆的风险了。 也许我这个是杞人忧天吧,不知道您是否有些好的起名建议呢?我可以修改成您建议的函数名。 @teddysun --- > 4\. 安装时,选取的顺序不推荐更改,请保持原状。 已经 drop 掉相关修改。
@teddysun ping...
ping... @teddysun
@teddysun ping...
> why there is cryptocurrency code showing up during the installation? is the code compromised? our server company already gave us a warning that cryptocurrency mining is not allowed. the...
Only works if we do not specific port here: ``` # dog -q example.com -H --nameserver="https://1.0.0.1/dns-query" --time ``` ``` A example.com. 19h16m23s 93.184.216.34 Ran in 717ms ``` Seems this issue...