Update zookeeper-statsd to python3.9 on bullseye
We're currently on python3.9 on buster. Change-Id: Ib8be56d44c89850cd63d700694cda174aa2efa4f
This commit is contained in:
parent
47cbfbf96a
commit
0f51ccf87f
@ -14,7 +14,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.7
|
FROM docker.io/opendevorg/python-base:3.9-bullseye
|
||||||
|
|
||||||
COPY zookeeper-statsd.py /usr/local/bin
|
COPY zookeeper-statsd.py /usr/local/bin
|
||||||
RUN pip install statsd
|
RUN pip install statsd
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
name: system-config-build-image-zookeeper-statsd
|
name: system-config-build-image-zookeeper-statsd
|
||||||
description: Build a zookeeper-statsd image.
|
description: Build a zookeeper-statsd image.
|
||||||
parent: system-config-build-image
|
parent: system-config-build-image
|
||||||
requires: python-base-3.7-buster-container-image
|
requires: python-base-3.9-bullseye-container-image
|
||||||
vars: &zookeeper-statsd_vars
|
vars: &zookeeper-statsd_vars
|
||||||
docker_images:
|
docker_images:
|
||||||
- context: docker/zookeeper-statsd
|
- context: docker/zookeeper-statsd
|
||||||
@ -16,7 +16,7 @@
|
|||||||
name: system-config-upload-image-zookeeper-statsd
|
name: system-config-upload-image-zookeeper-statsd
|
||||||
description: Build and upload a zookeeper-statsd image.
|
description: Build and upload a zookeeper-statsd image.
|
||||||
parent: system-config-upload-image
|
parent: system-config-upload-image
|
||||||
requires: python-base-3.7-buster-container-image
|
requires: python-base-3.9-bullseye-container-image
|
||||||
vars: *zookeeper-statsd_vars
|
vars: *zookeeper-statsd_vars
|
||||||
files: *zookeeper-statsd_files
|
files: *zookeeper-statsd_files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user