Skip to content

Commit 4c80528

Browse files
changed base image, added changelog
1 parent fa8f02e commit 4c80528

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode/

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [1.0.0] - 2018-01-09
10+
### Added
11+
- This changelog
12+
13+
### Changed
14+
- New FROM path for base image in Dockerfile `devgeniem/ubuntu-docker-openresty-pagespeed`

ubuntu-7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ci.gpilvi.com:5000/devgeniem/docker-openresty-pagespeed-ubuntu
1+
FROM devgeniem/ubuntu-docker-openresty-pagespeed
22
MAINTAINER Ville Pietarinen - Geniem Oy <[email protected]>
33

44
##

0 commit comments

Comments
 (0)