Skip to content

Commit

Permalink
reverting default image os to centos
Browse files Browse the repository at this point in the history
  • Loading branch information
Murugesan-30795 committed Oct 17, 2023
1 parent 4e1e954 commit 9fd8bdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion applejack/conf/products/central-configuration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: central-configuration
dockerfiles:
default: 'ubuntu'
default: 'centos'
os:
debian-slim: debian-slim/Dockerfile.j2
centos: centos/Dockerfile.j2
Expand Down
2 changes: 1 addition & 1 deletion applejack/conf/products/deploy-task-engine.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: deploy-task-engine
dockerfiles:
default: 'ubuntu'
default: 'centos'
os:
rhel: rhel/Dockerfile.j2
debian-slim: debian-slim/Dockerfile.j2
Expand Down
2 changes: 1 addition & 1 deletion applejack/conf/products/xl-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xl-deploy
dockerfiles:
default: 'ubuntu'
default: 'centos'
os:
rhel: rhel/Dockerfile.j2
debian-slim: debian-slim/Dockerfile.j2
Expand Down
2 changes: 1 addition & 1 deletion applejack/conf/products/xl-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xl-release
dockerfiles:
default: 'ubuntu'
default: 'centos'
os:
rhel: rhel/Dockerfile.j2
debian-slim: debian-slim/Dockerfile.j2
Expand Down

0 comments on commit 9fd8bdb

Please sign in to comment.