Skip to content

Commit

Permalink
Remove references to old release process
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
seemethere committed May 18, 2018
1 parent 1ae8ca9 commit 80bc8b4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 540 deletions.
8 changes: 0 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
# # Run tests e.g. integration, py
# # hack/make.sh binary test-integration test-docker-py
#
# # Publish a release:
# docker run --privileged \
# -e AWS_S3_BUCKET=baz \
# -e AWS_ACCESS_KEY=foo \
# -e AWS_SECRET_KEY=bar \
# -e GPG_PASSPHRASE=gloubiboulga \
# docker hack/release.sh
#
# Note: AppArmor used to mess with privileged mode, but this is no longer
# the case. Therefore, you don't have to disable it anymore.
#
Expand Down
8 changes: 0 additions & 8 deletions builder/dockerfile/parser/testfiles/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
# # Run the test suite:
# docker run --privileged docker hack/make.sh test-unit test-integration test-docker-py
#
# # Publish a release:
# docker run --privileged \
# -e AWS_S3_BUCKET=baz \
# -e AWS_ACCESS_KEY=foo \
# -e AWS_SECRET_KEY=bar \
# -e GPG_PASSPHRASE=gloubiboulga \
# docker hack/release.sh
#
# Note: AppArmor used to mess with privileged mode, but this is no longer
# the case. Therefore, you don't have to disable it anymore.
#
Expand Down
5 changes: 0 additions & 5 deletions hack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ An example referenced from [Run targets inside a development container](https://
refer to
[Run tests and test documentation](https://docs.docker.com/opensource/project/test-and-docs/)

## Release (release.sh)

Releases any bundles built by `make` on a public AWS S3 bucket.
For information regarding configuration, please view `release.sh`.

## Vendor (vendor.sh)

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

0 comments on commit 80bc8b4

Please sign in to comment.