bump versions
This commit is contained in:
parent
f739e2c711
commit
83e490d315
1 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ class eidas_connector($hostname) {
|
|||
file {['/etc/eidas-connector','/var/log/eidas-connector']: ensure => directory } ->
|
||||
sunet::docker_run {'eidas_connector':
|
||||
image => 'docker.sunet.se/eidas-connector',
|
||||
tag => '1.0.1',
|
||||
imagetag => '1.0.2',
|
||||
ports => ['443:8443'],
|
||||
volumes => ['/var/log/eidas-connector:/var/log/eidas-connector',
|
||||
'/etc/eidas-connector:/etc/eidas-connector'],
|
||||
|
@ -219,7 +219,7 @@ class eidas_proxy($hostname,$country) {
|
|||
} ->
|
||||
sunet::docker_run {'eidas_proxy':
|
||||
image => 'docker.sunet.se/eidas-proxy',
|
||||
tag => '1.0.0',
|
||||
imagetag => '1.0.0',
|
||||
ports => ['443:8443'],
|
||||
volumes => ['/var/log/eidas-proxy:/var/log/eidas-proxy',
|
||||
'/etc/eidas-proxy:/etc/eidas-proxy'],
|
||||
|
|
Loading…
Add table
Reference in a new issue