Skip to content

Update packaging instructions #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 15, 2017
Merged

Conversation

dblandin
Copy link
Contributor

  • Require LABEL maintainer instead of MAINTAINER (deprecated)
  • Update Dockerfile example

Before:

```
MAINTAINER "Your Name"
```

After:

```
LABEL maintainer "Your Name <you@example.com>"
```
- Explicit image tag
- Alpine image
- `maintainer` LABEL
- Caching of dependencies
Copy link
Contributor

@wfleming wfleming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I think this merits a bump on the patch number of the spec version.

@dblandin dblandin merged commit 25436bb into master Mar 15, 2017
@dblandin dblandin deleted the devon/update-packaging-instructions branch March 15, 2017 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants