Skip to content

Commit 9be9435

Browse files
authored
1.2.9 (#205)
1 parent 150e07d commit 9be9435

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fluent-plugin-splunk-hec (1.2.8)
4+
fluent-plugin-splunk-hec (1.2.9)
55
fluentd (>= 1.4)
66
multi_json (~> 1.13)
77
net-http-persistent (~> 3.1)

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ build: clean_pkg
1414

1515
.PHONY: docker
1616
docker:
17-
@docker build --no-cache --pull --build-arg VERSION=$(VERSION) -t splunk/fluentd-hec:$(VERSION) . -f docker/Dockerfile
17+
@docker buildx build --no-cache --pull --platform linux/amd64 -o type=image,name=splunk/fluentd-hec:$(VERSION),push=false --build-arg VERSION=$(VERSION) . -f docker/Dockerfile
1818

1919
docker-rebuild:
20-
@docker build --build-arg VERSION=$(VERSION) -t splunk/fluentd-hec:$(VERSION) ./docker
20+
@docker buildx build --platform linux/amd64 -o type=image,name=splunk/fluentd-hec:$(VERSION),push=false --build-arg VERSION=$(VERSION) . -f docker/Dockerfile
2121

2222
unit-test:
2323
@bundle exec rake test

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.8
1+
1.2.9

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN yum update -y \
3838
&& gem install bundler \
3939
&& gem unpack /tmp/*.gem --target gem \
4040
&& bundle install \
41-
&& rpm -e --nodeps python3-urllib3-* python3-requests-* python3-libxml2-* python3-dmidecode-* subscription-manager-* libwebp-* libwebp-devel-* glib2-* libjpeg-turbo-devel-* libjpeg-turbo-* mariadb-connector-c-config-* mariadb-connector-c-* mariadb-connector-c-devel-* rsync-* sqlite-libs-* sqlite-devel-* sqlite-* libxml2-* libxml2-devel-* libX11-* libX11-common-* libX11-devel-* libX11-xcb-* nettle-* libsolv-* file-libs-* dbus-daemon-* tar-* qt5-srpm-macros-* perl-parent-* git-* bsdtar-* openssh-clients-* json-c-* binutils-* libtiff-devel-* libtiff-* python3-pip-wheel || true
41+
&& yum groupremove -y "Development Tools" \
42+
&& rpm -e --nodeps python3-urllib3-* python3-requests-* python3-libxml2-* python3-dmidecode-* subscription-manager-* libwebp-* libwebp-devel-* glib2-* libjpeg-turbo-devel-* libjpeg-turbo-* mariadb-connector-c-config-* mariadb-connector-c-* mariadb-connector-c-devel-* rsync-* libxml2-* libxml2-devel-* libX11-* libX11-common-* libX11-devel-* libX11-xcb-* nettle-* libsolv-* file-libs-* dbus-daemon-* tar-* qt5-srpm-macros-* perl-parent-* git-* bsdtar-* openssh-clients-* json-c-* binutils-* libtiff-devel-* libtiff-* python3-pip-wheel sqlite-libs-* sqlite-devel-* sqlite-* || true
4243

4344
RUN groupadd -r $FLUENT_USER && \
4445
useradd -r -g $FLUENT_USER $FLUENT_USER && \

docker/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: gem
33
specs:
4-
fluent-plugin-splunk-hec (1.2.8)
4+
fluent-plugin-splunk-hec (1.2.9)
55
fluentd (>= 1.4)
66
multi_json (~> 1.13)
77
net-http-persistent (~> 3.1)

0 commit comments

Comments
 (0)