Skip to content

Commit

Permalink
PDK - new upstream release
Browse files Browse the repository at this point in the history
  * update to pdk 3.1.0
  • Loading branch information
barnumbirr committed Apr 12, 2024
1 parent 92a6975 commit 93e933e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.19

ENV PDK_DISABLE_ANALYTICS=true \
PUPPET_DEVELOPMENT_KIT_VERSION=3.0.1
PUPPET_DEVELOPMENT_KIT_VERSION=3.1.0

RUN apk add --no-cache \
build-base \
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019-2023 Martin Simon
Copyright 2019-2024 Martin Simon

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Puppet Development Kit (PDK) Docker Image based on Alpine Linux.

This image is about 1.7 times smaller (±274MB vs ±467MB) than the [official PDK Docker image](https://github.com/puppetlabs/pdk-docker).
This image is about 1.8 times smaller (±276MB vs ±495MB) than the [official PDK Docker image](https://github.com/puppetlabs/pdk-docker).

## Usage:

Expand All @@ -17,7 +17,7 @@ $ docker pull ghcr.io/barnumbirr/alpine-pdk:<tag>
## License:

```
Copyright 2019-2023 Martin Simon
Copyright 2019-2024 Martin Simon
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 93e933e

Please sign in to comment.