Skip to content

Commit 80bc8b4

Browse files
committed
Remove references to old release process
This hasn't been the way to release Docker for the past year so let's just remove them altogether Signed-off-by: Eli Uriegas <[email protected]>
1 parent 1ae8ca9 commit 80bc8b4

File tree

4 files changed

+0
-540
lines changed

4 files changed

+0
-540
lines changed

Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@
2020
# # Run tests e.g. integration, py
2121
# # hack/make.sh binary test-integration test-docker-py
2222
#
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-
#
3123
# Note: AppArmor used to mess with privileged mode, but this is no longer
3224
# the case. Therefore, you don't have to disable it anymore.
3325
#

builder/dockerfile/parser/testfiles/docker/Dockerfile

-8
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@
1111
# # Run the test suite:
1212
# docker run --privileged docker hack/make.sh test-unit test-integration test-docker-py
1313
#
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-
#
2214
# Note: AppArmor used to mess with privileged mode, but this is no longer
2315
# the case. Therefore, you don't have to disable it anymore.
2416
#

hack/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ An example referenced from [Run targets inside a development container](https://
4949
refer to
5050
[Run tests and test documentation](https://docs.docker.com/opensource/project/test-and-docs/)
5151

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-
5752
## Vendor (vendor.sh)
5853

5954
A shell script that is a wrapper around Vndr. For information on how to use

0 commit comments

Comments
 (0)