File tree 4 files changed +0
-540
lines changed
builder/dockerfile/parser/testfiles/docker
4 files changed +0
-540
lines changed Original file line number Diff line number Diff line change 20
20
# # Run tests e.g. integration, py
21
21
# # hack/make.sh binary test-integration test-docker-py
22
22
#
23
- # # Publish a release:
24
- # docker run --privileged \
25
- # -e AWS_S3_BUCKET=baz \
26
- # -e AWS_ACCESS_KEY=foo \
27
- # -e AWS_SECRET_KEY=bar \
28
- # -e GPG_PASSPHRASE=gloubiboulga \
29
- # docker hack/release.sh
30
- #
31
23
# Note: AppArmor used to mess with privileged mode, but this is no longer
32
24
# the case. Therefore, you don't have to disable it anymore.
33
25
#
Original file line number Diff line number Diff line change 11
11
# # Run the test suite:
12
12
# docker run --privileged docker hack/make.sh test-unit test-integration test-docker-py
13
13
#
14
- # # Publish a release:
15
- # docker run --privileged \
16
- # -e AWS_S3_BUCKET=baz \
17
- # -e AWS_ACCESS_KEY=foo \
18
- # -e AWS_SECRET_KEY=bar \
19
- # -e GPG_PASSPHRASE=gloubiboulga \
20
- # docker hack/release.sh
21
- #
22
14
# Note: AppArmor used to mess with privileged mode, but this is no longer
23
15
# the case. Therefore, you don't have to disable it anymore.
24
16
#
Original file line number Diff line number Diff line change @@ -49,11 +49,6 @@ An example referenced from [Run targets inside a development container](https://
49
49
refer to
50
50
[ Run tests and test documentation] ( https://docs.docker.com/opensource/project/test-and-docs/ )
51
51
52
- ## Release (release.sh)
53
-
54
- Releases any bundles built by ` make ` on a public AWS S3 bucket.
55
- For information regarding configuration, please view ` release.sh ` .
56
-
57
52
## Vendor (vendor.sh)
58
53
59
54
A shell script that is a wrapper around Vndr. For information on how to use
You can’t perform that action at this time.
0 commit comments