Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to creator-ee v0.9.2 #1310

Merged
merged 2 commits into from
Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class Internals:
settings_file_path_override="execution-environment.image",
short_description="Specify the name of the execution environment image",
value=SettingsEntryValue(
default="quay.io/ansible/creator-ee:v0.9.1",
default="quay.io/ansible/creator-ee:v0.9.2",
schema_default=C.NONE,
),
version_added="v1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

# every attempt should be made for these images to share as many layers as possible
# or really small
DEFAULT_CONTAINER_IMAGE = "quay.io/ansible/creator-ee:v0.9.1"
DEFAULT_CONTAINER_IMAGE = "quay.io/ansible/creator-ee:v0.9.2"
SMALL_TEST_IMAGE = "quay.io/ansible/python-base:latest"
PULLABLE_IMAGE = "registry.hub.docker.com/library/alpine:latest"
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ANSIBLE_NAVIGATOR_LOG_LEVEL=debug",
"ANSIBLE_NAVIGATOR_COLLECTION_DOC_CACHE_PATH=./.test_logs/tests/integration/actions/exec/test_stdout_file.py/collection_doc_cache.db",
"AWX_ISOLATED_DATA_DIR=/runner/artifacts/00000000-0000-0000-0000-000000000000",
"HOSTNAME=ff4667895309",
"HOSTNAME=78a65e59c8df",
"ANSIBLE_CACHE_PLUGIN_CONNECTION=/runner/artifacts/00000000-0000-0000-0000-000000000000/fact_cache",
"ANSIBLE_CACHE_PLUGIN=jsonfile",
"ANSIBLE_UNSAFE_WRITES=1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"output": [
" Image Tag Execution environment Created Size",
"0│creator-ee v0.9.1 True 16 hours ago 1.4 GB",
"0│creator-ee v0.9.2 True 23 hours ago 1.4 GB",
"1│python-base latest False 5 months ago 609 MB",
"^b/PgUp page up ^f/PgDn page down ↑↓ scroll esc back [0-9] goto :help help"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"output": [
" Image Tag Execution environment Created Size",
"0│creator-ee v0.9.1 True 16 hours ago 1.4 GB",
"0│creator-ee v0.9.2 True 23 hours ago 1.4 GB",
"^b/PgUp page up ^f/PgDn page down ↑↓ scroll esc back [0-9] goto :help help"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
"Image: creator-ee:v0.9.1 (primary) (All image information)",
"Image: creator-ee:v0.9.2 (primary) (All image information)",
" 0│--- ▒",
" 1│ansible:",
" 2│ ansible:",
Expand All @@ -22,10 +22,10 @@
" 8│ containers.podman: 1.9.4",
" 9│ kubernetes.core: 2.3.2",
" 10│ redhatinsights.insights: 1.0.7",
" 11│ theforeman.foreman: 3.6.0",
" 11│ theforeman.foreman: 3.7.0",
" 12│ version:",
" 13│ details: ansible [core 2.13.4]",
" 14│created: 16 hours ago",
" 14│created: 23 hours ago",
" 15│execution_environment: true",
" 16│general:",
" 17│ friendly:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"compared_fixture": false
},
"output": [
"Image: creator-ee:v0.9.1 (primary) (Information collected from image inspection)",
"Image: creator-ee:v0.9.2 (primary) (Information collected from image inspection)",
" 0│--- ▒",
" 1│details: ▒",
" 2│ annotations:",
" 3│ org.opencontainers.image.base.digest: sha256:8b3df30bf02a58245c2a3d7a4f05adce1ac23885e320eb6595f871cf3ca67ef4",
" 3│ org.opencontainers.image.base.digest: sha256:241649ea0d7d71cdf3a2ae1d9f31ebc0ad523231caa9554ea3b77fc1102373cc",
" 4│ org.opencontainers.image.base.name: quay.io/ansible/ansible-runner:latest",
" 5│ architecture: amd64",
" 6│ author: ''",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
"Image: creator-ee:v0.9.1 (primary) (OS and python version information)",
"Image: creator-ee:v0.9.2 (primary) (OS and python version information)",
" 0│--- ▒",
" 1│friendly: ▒",
" 2│ details: |- ▒",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
"Image: creator-ee:v0.9.1 (primary) (Information about ansible and ansible collections)",
"Image: creator-ee:v0.9.2 (primary) (Information about ansible and ansible collections)",
" 0│---",
" 1│ansible:",
" 2│ collections:",
Expand All @@ -21,7 +21,7 @@
" 7│ containers.podman: 1.9.4",
" 8│ kubernetes.core: 2.3.2",
" 9│ redhatinsights.insights: 1.0.7",
"10│ theforeman.foreman: 3.6.0",
"10│ theforeman.foreman: 3.7.0",
"11│ version:",
"12│ details: ansible [core 2.13.4]",
"^b/PgUp page up ^f/PgDn page down ↑↓ scroll esc back :help help"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
" Name Version Summary",
" 0│ansible-compat 2.2.1 Ansible compatibility goodies ▒",
" 1│ansible-core 2.13.4 Radically simple IT automation ▒",
" 2│ansible-lint 6.8.0b3 Checks playbooks for practices and behavior that could potentially be improved ▒",
" 2│ansible-lint 6.8.0 Checks playbooks for practices and behavior that could potentially be improved ▒",
" 3│ansible-runner 2.1.4.dev2 \"Consistent Ansible Python API and CLI with container and process isolation runtime capabilities ▒",
" 4│arrow 1.2.3 Better dates & times for Python",
" 5│asn1crypto 1.2.0 Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"output": [
" Image Tag Execution environment Created Size",
"0│creator-ee v0.9.1 True 16 hours ago 1.4 GB",
"0│creator-ee v0.9.2 True 23 hours ago 1.4 GB",
"1│python-base latest False 5 months ago 609 MB",
"^b/PgUp page up ^f/PgDn page down ↑↓ scroll esc back [0-9] goto :help help"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"output": [
" Image Tag Execution environment Created Size",
"0│creator-ee v0.9.1 True 16 hours ago 1.4 GB",
"0│creator-ee v0.9.2 True 23 hours ago 1.4 GB",
"^b/PgUp page up ^f/PgDn page down ↑↓ scroll esc back [0-9] goto :help help"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
"Image: creator-ee:v0.9.1 (primary) (All image information)",
"Image: creator-ee:v0.9.2 (primary) (All image information)",
" 0│--- ▒",
" 1│ansible:",
" 2│ ansible:",
Expand All @@ -22,10 +22,10 @@
" 8│ containers.podman: 1.9.4",
" 9│ kubernetes.core: 2.3.2",
" 10│ redhatinsights.insights: 1.0.7",
" 11│ theforeman.foreman: 3.6.0",
" 11│ theforeman.foreman: 3.7.0",
" 12│ version:",
" 13│ details: ansible [core 2.13.4]",
" 14│created: 16 hours ago",
" 14│created: 23 hours ago",
" 15│execution_environment: true",
" 16│general:",
" 17│ friendly:",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"compared_fixture": false
},
"output": [
"Image: creator-ee:v0.9.1 (primary) (Information collected from image inspection)",
"Image: creator-ee:v0.9.2 (primary) (Information collected from image inspection)",
" 0│--- ▒",
" 1│details: ▒",
" 2│ annotations:",
" 3│ org.opencontainers.image.base.digest: sha256:8b3df30bf02a58245c2a3d7a4f05adce1ac23885e320eb6595f871cf3ca67ef4",
" 3│ org.opencontainers.image.base.digest: sha256:241649ea0d7d71cdf3a2ae1d9f31ebc0ad523231caa9554ea3b77fc1102373cc",
" 4│ org.opencontainers.image.base.name: quay.io/ansible/ansible-runner:latest",
" 5│ architecture: amd64",
" 6│ author: ''",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"compared_fixture": false
},
"output": [
" Image: creator-ee:v0.9.1 (primary) Description",
" Image: creator-ee:v0.9.2 (primary) Description",
"0│Image information Information collected from image inspection",
"1│General information OS and python version information",
"2│Ansible version and collections Information about ansible and ansible collections",
Expand Down
Loading