This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from jdeathe/centos-7-develop
Release changes for 2.2.0
- Loading branch information
Showing
8 changed files
with
102 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# ============================================================================= | ||
# jdeathe/centos-ssh-varnish | ||
# | ||
# CentOS-7, Varnish 6.0 | ||
# CentOS-7, Varnish 6.1 | ||
# | ||
# ============================================================================= | ||
FROM jdeathe/centos-ssh:2.4.0 | ||
|
@@ -10,22 +10,22 @@ FROM jdeathe/centos-ssh:2.4.0 | |
# Install Varnish Cache | ||
# ----------------------------------------------------------------------------- | ||
RUN { \ | ||
echo '[varnishcache_varnish60]'; \ | ||
echo 'name=varnishcache_varnish60'; \ | ||
echo 'baseurl=https://packagecloud.io/varnishcache/varnish60/el/7/$basearch'; \ | ||
echo '[varnishcache_varnish61]'; \ | ||
echo 'name=varnishcache_varnish61'; \ | ||
echo 'baseurl=https://packagecloud.io/varnishcache/varnish61/el/7/$basearch'; \ | ||
echo 'repo_gpgcheck=1'; \ | ||
echo 'gpgcheck=0'; \ | ||
echo 'enabled=1'; \ | ||
echo 'gpgkey=https://packagecloud.io/varnishcache/varnish60/gpgkey'; \ | ||
echo 'gpgkey=https://packagecloud.io/varnishcache/varnish61/gpgkey'; \ | ||
echo 'sslverify=1'; \ | ||
echo 'sslcacert=/etc/pki/tls/certs/ca-bundle.crt'; \ | ||
echo 'metadata_expire=300'; \ | ||
} > /etc/yum.repos.d/varnishcache_varnish60.repo \ | ||
} > /etc/yum.repos.d/varnishcache_varnish61.repo \ | ||
&& yum -y install \ | ||
--setopt=tsflags=nodocs \ | ||
--disableplugin=fastestmirror \ | ||
gcc-4.8.5-28.el7_5.1 \ | ||
varnish-6.0.1-1.el7 \ | ||
varnish-6.1.0-1.el7 \ | ||
&& yum versionlock add \ | ||
varnish \ | ||
gcc \ | ||
|
@@ -82,7 +82,7 @@ ENV SSH_AUTOSTART_SSHD=false \ | |
# ----------------------------------------------------------------------------- | ||
# Set image metadata | ||
# ----------------------------------------------------------------------------- | ||
ARG RELEASE_VERSION="2.1.0" | ||
ARG RELEASE_VERSION="2.2.0" | ||
LABEL \ | ||
maintainer="James Deathe <[email protected]>" \ | ||
install="docker run \ | ||
|
@@ -109,7 +109,7 @@ jdeathe/centos-ssh-varnish:${RELEASE_VERSION} \ | |
org.deathe.license="MIT" \ | ||
org.deathe.vendor="jdeathe" \ | ||
org.deathe.url="https://github.com/jdeathe/centos-ssh-varnish" \ | ||
org.deathe.description="CentOS-7 7.5.1804 x86_64 - Varnish Cache 6.0." | ||
org.deathe.description="CentOS-7 7.5.1804 x86_64 - Varnish Cache 6.1." | ||
|
||
HEALTHCHECK \ | ||
--interval=0.5s \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters