argo-cd/docs/user-guide
David Maciel 84bece53a3
docs: Use official curl image instead of appropriate/curl (#3695)
The appropriate/curl last update is from two years ago:

```
$ docker run -it --entrypoint /bin/ash appropriate/curl:latest
$ curl --version
curl 7.59.0 (x86_64-alpine-linux-musl) libcurl/7.59.0 LibreSSL/2.6.3 zlib/1.2.11 libssh2/1.8.0
Release-Date: 2018-03-14
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS IPv6 Largefile NTLM NTLM_WB SSL libz UnixSockets HTTPS-proxy
```

There is already an official curl image at https://hub.docker.com/r/curlimages/curl (The link to the docker hub can be found in the official curl download page: https://curl.haxx.se/download.html)
$ docker run -it --entrypoint /bin/ash curlimages/curl:latest
$ curl --version
curl 7.70.0-DEV (x86_64-pc-linux-musl) libcurl/7.70.0-DEV OpenSSL/1.1.1d zlib/1.2.11 libssh2/1.9.0 nghttp2/1.40.0
Release-Date: [unreleased]
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp scp sftp smb smbs smtp smtps telnet tftp
Features: AsynchDNS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL TLS-SRP UnixSockets
2020-06-02 18:45:15 +02:00
..
app_deletion.md Fixed description of non-cascade command in App Deletion (#3173) 2020-03-02 18:01:05 +01:00
application_sources.md Adds support for ARGO_CD_[TARGET_REVISION|REVISION] and pass to Custom Tool/Helm/Jsonnet (#2415) 2019-10-21 16:54:23 -07:00
auto_sync.md feat(ui): add docs to sync policy options present in create application panel (Close #3098) (#3203) 2020-03-07 18:03:15 +01:00
best_practices.md docs: Updated best practices to remove typos. (#3410) 2020-04-14 12:26:09 +02:00
build-environment.md fix: update documentation for adding environment variable KUBE_VERSION and KUBE_API_VERSION (#3323) 2020-03-31 20:21:39 -07:00
ci_automation.md Create docs website (#1387) Closes #1390 2019-04-05 15:12:27 -07:00
compare-options.md Adds Validate=false that disables validation when applying resources.… (#1750) 2019-06-18 14:07:26 -07:00
config-management-plugins.md Adds support for ARGO_CD_[TARGET_REVISION|REVISION] and pass to Custom Tool/Helm/Jsonnet (#2415) 2019-10-21 16:54:23 -07:00
diffing.md docs: Fix diffing_known_types.txt link (#3381) 2020-04-08 19:03:07 +02:00
helm.md docs: Fix a broken link to Helm Hooks (#2970) 2020-01-14 14:13:45 -08:00
index.md Create docs website (#1387) Closes #1390 2019-04-05 15:12:27 -07:00
jsonnet.md Correct version of Argo CD that build env is available in. See #2749 (#2750) 2019-11-21 14:37:45 -08:00
ksonnet.md Adds support for ARGO_CD_[TARGET_REVISION|REVISION] and pass to Custom Tool/Helm/Jsonnet (#2415) 2019-10-21 16:54:23 -07:00
kustomize.md docs: v1.5.3 changelog (#3526) 2020-04-30 13:17:44 -07:00
orphaned-resources.md chore: Spelling - md files (#3651) 2020-05-26 13:58:29 -07:00
parameters.md Create docs website (#1387) Closes #1390 2019-04-05 15:12:27 -07:00
private-repositories.md docs: typo/punctuation in tracking_strategies.md (#3449) 2020-05-15 18:25:23 +02:00
projects.md docs: Fixed documentation fault in user-guide/projects/ (#3207) 2020-03-09 20:20:57 +01:00
resource_hooks.md docs: Use official curl image instead of appropriate/curl (#3695) 2020-06-02 18:45:15 +02:00
selective_sync.md Helm hooks. Closes #355 (#2069) 2019-08-12 15:34:21 -07:00
status-badge.md Improve status badge feature (#1844) 2019-07-01 12:10:36 -07:00
sync-options.md chore: Spelling - md files (#3651) 2020-05-26 13:58:29 -07:00
sync-waves.md Adds Validate=false that disables validation when applying resources.… (#1750) 2019-06-18 14:07:26 -07:00
sync_windows.md Fix logic when checking sync window status using the cli (#2456) 2019-10-09 16:06:14 -07:00
tool_detection.md Refine docs: How to explicitly select a tool (#3261) 2020-03-23 09:54:09 -07:00
tracking_strategies.md docs: typo/punctuation in tracking_strategies.md (#3449) 2020-05-15 18:25:23 +02:00